major: v4 alpha (#505)

This commit is contained in:
Ryan Brink
2023-09-04 00:22:46 -04:00
committed by GitHub
parent 904cc6816d
commit f2786fec08
54 changed files with 1531 additions and 558 deletions

View File

@ -12,6 +12,26 @@
## Released
## [4.0.0-alpha] - September 3rd, 2023
### Added
- Support for `type` on sealed interfaces
- Ability to provide custom serializers
### Fixed
- Exception thrown when inheriting variable
- Notarized routes not discarded on test completion
- Data classes with property members breaks schema generation
- Security cannot be applied to individual path operations
- Serialization fails on generic response
- Parameter example descriptions not being applied
### Removed
- Out of the box support for Jackson and Gson (can still be implemented through custom schema configurators)
## [3.14.4] - June 5th, 2023
### Changed