ring-clojure / ring

Clojure HTTP server abstraction
MIT License
3.75k stars 519 forks source link

Ring-codec dependency in new release v1.9.0 #431

Closed malesch closed 3 years ago

malesch commented 3 years ago

Is it on purpose that with the new release v1.9.0 the depedency ring-codec did not get an upgrade?

Reason: The fix #25 would prevent an ugly NPE which I otherwise would have to manually catch. Alternatively a new release for ring-codec would allow to override the deps in ring-core.

Thanks!

weavejester commented 3 years ago

No, that's an oversight. As it's a bug fix, I can release Ring-Codec 1.1.3 and Ring 1.9.1.

malesch commented 3 years ago

Great, many thanks!

weavejester commented 3 years ago

Released 1.9.1.