Skip to content

Commit e999e80

Browse files
committed
Release :alpha
1 parent 557c5aa commit e999e80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
See also: [compojure-api 1.1.x changelog](./CHANGELOG-1.1.x.md)
22

33
## NEXT
4+
5+
## 2.0.0-alpha33 (2024-04-30)
46
* Throw an error on malformed `:{body,query,headers}`, in particular if anything other than 2 elements was provided
57
* Disable check with `-Dcompojure.api.meta.allow-bad-{body,query,headers}=true`
68
* 50% reduction in the number of times `:{return,body,query,responses,headers,coercion,{body,form,header,query,path}-params}` schemas/arguments are evaluated/expanded
@@ -11,7 +13,7 @@ See also: [compojure-api 1.1.x changelog](./CHANGELOG-1.1.x.md)
1113
* Remove `static-context` macro and replace with equivalent expansion without relying on compojure internals.
1214
* Upgrade to ring-swagger 1.0.0 to fix memory leaks
1315

14-
## 2.0.0-alpha32 (2024-03-20)
16+
## 2.0.0-alpha32 (2024-04-20)
1517

1618
* Fix empty spec response coercion. [#413](https://github.com/metosin/compojure-api/issues/413)
1719
* Add back `defapi` (and deprecate it)

0 commit comments

Comments
 (0)