Skip to content

Releases: extenda/openapi-httpserver-java

Release 2.1.0

Choose a tag to compare

@github-actions github-actions released this 21 May 07:07
5acb4af

Features

  • Fail fast at boot when handlers and spec disagree (#88) (5acb4af)

Bug Fixes

Release 2.0.0

Choose a tag to compare

@github-actions github-actions released this 21 May 05:48
d61095a

⚠ BREAKING CHANGES

  • Handlers.defaultExceptionHandler(TypeMapper) becomes
    defaultExceptionHandler(). SecurityFilter constructor drops its
    TypeMapper parameter.

Bug Fixes

  • Drop TypeMapper from exception and security paths (#85) (d61095a), closes #76

Release 1.5.0

Choose a tag to compare

@github-actions github-actions released this 20 May 14:37
d613f05

Features

  • Replace specHandler with streaming resourceHandler (#84) (d613f05)

Release 1.4.2

Choose a tag to compare

@github-actions github-actions released this 20 May 13:29
ab7e426
v1.4.2

Release 1.4.2

openapi-httpserver-java 1.4.1

Choose a tag to compare

@github-actions github-actions released this 20 May 12:47
b58c786
v1.4.1

Release 1.4.1

openapi-httpserver-java 1.4.0

Choose a tag to compare

@github-actions github-actions released this 20 May 12:30
e2ecd93

Features

openapi-httpserver-java 1.3.2

Choose a tag to compare

@github-actions github-actions released this 20 May 12:25
6588fd3

Bug Fixes

  • Drop TypeMapper from healthHandler and derive up from dependencies (#76) (6588fd3)

openapi-httpserver-java 1.3.1

Choose a tag to compare

@github-actions github-actions released this 20 May 12:08
0f2ee65

Bug Fixes

  • Register text/html as default body mapper; resolve mapper by media type (#77) (0f2ee65)

openapi-httpserver-java 1.3.0

Choose a tag to compare

@github-actions github-actions released this 20 May 11:54
fd6c003

Features

  • Refactor to hide Java HttpHandler interface behind own interface (#75) (fd6c003)

openapi-httpserver-java 1.2.2

Choose a tag to compare

@github-actions github-actions released this 20 May 11:13
f24ea84

Bug Fixes

  • Default basePath to / when server URL has no path (#74) (f24ea84)