Skip to content

Releases: noboomu/proteus

v7.0.0

06 Oct 21:22
Compare
Choose a tag to compare

Jump to JDK 17 support. Sadly, it's not backward compatible. Moved to jakarta namespace where sane to do so.

v0.4.5

13 Mar 23:14
Compare
Choose a tag to compare
  • Minor bug fixes and improvements.

v0.4.1

11 Jul 19:00
b243c60
Compare
Choose a tag to compare
  • Broke out OpenAPIService and SwaggerService into modules
  • Numerous performance improvements
  • Cleaner error handling

v0.3.7

09 Jan 00:12
Compare
Choose a tag to compare
  • Switched to Jakarta dependencies where applicable.
  • Prep for modularization.
  • Better configuration support.
  • Initial microprofile work.

v0.3.6

10 Dec 19:53
Compare
Choose a tag to compare
  • Take advantage of Undertow exchange dispatch for blocking request processing.
  • Improves blocking request processing by ~15%.
  • Further cleanup and performance improvements.

v0.3.5

19 Nov 17:05
Compare
Choose a tag to compare
  • Added OpenAPI 3 support.
  • Cleanup and performance improvements.

v0.3.3

03 Oct 17:11
Compare
Choose a tag to compare

Added @debug annotation.
Improved blocking support.

v0.3.2

13 Sep 19:00
Compare
Choose a tag to compare

Improved buffer performance and configuration handling.

v0.3.0

13 Jul 16:46
Compare
Choose a tag to compare

Scrapped Jsoniter for Jackson. Whilst Jsoniter is faster, I presume most reasonable folks are using (and used to) Jackson.

v0.1.8-alpha

27 Feb 07:11
Compare
Choose a tag to compare

A lot of performance cleanup. Added @Blocking annotation.