CHANGELOG.md in pitchfork-0.14.0 vs CHANGELOG.md in pitchfork-0.15.0
- old
+ new
@@ -1,6 +1,17 @@
# Unreleased
+# 0.15.0
+
+- Encode pure ASCII strings in Rack env as UTF-8, as allowed by the rack spec.
+ Other strings remain as ASCII-8BIT aka BINARY as required by the rack spec.
+- Fix compatibility with Rack 3.1.
+- Fix `rack.hijack` support.
+- Support Rack 3 streaming bodies.
+- Implement listen queues for fairer load balancing (optional).
+- Assume C99 compatible compiler.
+- Declare dependency on `logger` for Ruby 3.5 compatibility.
+
# 0.14.0
- Remove the dependency on `raindrops`.
- Add `X-Request-Id` header in the workers proctitle if present.
- Added experimental service workers.
\ No newline at end of file