Releases: noboomu/proteus
Releases · noboomu/proteus
v7.0.0
Jump to JDK 17 support. Sadly, it's not backward compatible. Moved to jakarta namespace where sane to do so.
v0.4.5
- Minor bug fixes and improvements.
v0.4.1
- Broke out
OpenAPIService
and SwaggerService
into modules
- Numerous performance improvements
- Cleaner error handling
v0.3.7
- Switched to Jakarta dependencies where applicable.
- Prep for modularization.
- Better configuration support.
- Initial microprofile work.
v0.3.6
- Take advantage of Undertow exchange dispatch for blocking request processing.
- Improves blocking request processing by ~15%.
- Further cleanup and performance improvements.
v0.3.5
- Added OpenAPI 3 support.
- Cleanup and performance improvements.
v0.3.3
Added @debug annotation.
Improved blocking support.
v0.3.2
Improved buffer performance and configuration handling.
v0.3.0
Scrapped Jsoniter for Jackson. Whilst Jsoniter is faster, I presume most reasonable folks are using (and used to) Jackson.
v0.1.8-alpha
A lot of performance cleanup. Added @Blocking annotation.