We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac7e5c commit 2f696b2Copy full SHA for 2f696b2
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v0.1.15 / 2025-08-05
2
+
3
+* Ensure responses are flushable (preventing issues with SSE) (#87)
4
+* Add host to cache key (#86)
5
+* Add X-Request-Start header (#85)
6
+* Add `LOG_REQUESTS` option to control request logging (#50)
7
8
## v0.1.14 / 2025-06-18
9
10
* Build with Go 1.24.4 (#81)
lib/thruster/version.rb
@@ -1,3 +1,3 @@
module Thruster
- VERSION = "0.1.14"
+ VERSION = "0.1.15"
end
0 commit comments