Skip to content

Commit 86b7c84

Browse files
Add a note about breaking changes in #679
1 parent 07640ce commit 86b7c84

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGES.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ Contributions by Matthew Davidson and Stefan van den Oord.
1414

1515
* Fix backwards-compatibility for transport options
1616
* Bump Netty to 4.1.89.Final, and io_uring to 0.0.18.Final
17-
* Add `wrap-validation` middleware to validate Ring maps
1817
* Bump deps and example deps
1918
* Upgrade CircleCI instance size
2019
* Switch to pedantic deps for CircleCI
2120

21+
### Breaking changes
22+
23+
* Add `wrap-validation` middleware to validate Ring maps [#679](https://github.com/clj-commons/aleph/pull/679). This adds a stricter interpretation of the ring spec, which may fail on previously valid input, for example `:request-method "GET"`.
24+
2225
Contributions by Arnaud Geiser, Ertuğrul Çetin, Jeroen van Dijk, David Ongaro,
2326
Matthew Davidson, and Moritz Heidkamp.
2427

0 commit comments

Comments
 (0)