mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
CHANGELOG
This commit is contained in:
parent
034dc9cfbd
commit
a290b22679
1 changed files with 7 additions and 1 deletions
|
|
@ -15,7 +15,13 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
## UNRELEASED
|
||||
|
||||
* NEW option `:meta-merge` on a router for custom merge strategy on route data
|
||||
* Support `:operationId` in the swagger spec
|
||||
* Swagger: support operationId in generated swagger json [#569](https://github.com/metosin/reitit/pull/569)
|
||||
* Update documentation and link to the startrek project [#578](https://github.com/metosin/reitit/pull/578)
|
||||
* Upgrade jackson for CVE-2022-42003 and CVE-2022-42004 [#577](https://github.com/metosin/reitit/pull/577)
|
||||
* Improved coercion errors perf [#576](https://github.com/metosin/reitit/pull/576)
|
||||
* Add example for Reitit + Pedestal + Malli coercion [#572](https://github.com/metosin/reitit/pull/572)
|
||||
* Handle empty seq as empty string in query-string [#566](https://github.com/metosin/reitit/pull/566)
|
||||
* Polish pedestal chains when printing context diffs [#557](https://github.com/metosin/reitit/pull/557)
|
||||
* Updated dependencies:
|
||||
|
||||
```clojure
|
||||
|
|
|
|||
Loading…
Reference in a new issue