Skip to content

Releases: Nordstrom/xrpc

0.6.1

06 Dec 23:11
Compare
Choose a tag to compare

Update to Java 10.

This also updates to a smaller xio dependency targeting TLS layer only.

0.5.2

05 Dec 21:57
Compare
Choose a tag to compare

This is a patch release fixing a bug in rate limiting that results in NullPointerExceptions being thrown (#208).

0.5.1

13 Aug 20:02
Compare
Choose a tag to compare

Add in new TlsConfig from XIO.

0.5.0

08 Jun 14:58
Compare
Choose a tag to compare
  • Enabled the error response message generated from HttpResponseException to be customized.
  • Fixed paths in Dockerfiles to the JAR files created by the gradle build.
  • Fixed the README instructions for running the demos.

0.4.4

27 Apr 22:25
d493137
Compare
Choose a tag to compare

Added Service interface for use with proto generated server code.

0.4.3

18 Apr 21:35
Compare
Choose a tag to compare

Make NotFoundException constructor public.

0.4.2

28 Mar 22:51
c096e37
Compare
Choose a tag to compare
  • Exception handling
  • Fix http2 cors
  • Fix metrics admin route
  • Rename XrpcConnectionContext to ServerContext

0.4.1

14 Mar 17:38
Compare
Choose a tag to compare
  • Fixes for the bintray deployer
  • This adds CORS support for HTTP/2, and adds automatic content-type detection for JSON and protocol buffers. (From 0.4.0, needed to bump release to re-deploy)

0.4.0

10 Mar 00:12
Compare
Choose a tag to compare

This adds CORS support for HTTP/2, and adds automatic content-type detection for JSON and protocol buffers.

0.3.3

26 Feb 23:51
Compare
Choose a tag to compare

This fixes a number of HTTP/2 server-side issues, and adds some additional logging.

Specific call-outs:

  • Add per-endpoint meters (#104) and timers (#127).
  • Fixes broken health, shutdown, and GC handlers; and hides state-mutating handlers behind an opt-in flag (#138).
  • Many, many bug fixes to HTTP/2 handling (#131).
  • Add configurable max payload (and enforcement in HTTP/2) (#131).
  • Disables noisy / unused automatic background health checks (#144).