Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Releases: spotify/apollo

v1.1.0

15 Jun 15:52
Compare
Choose a tag to compare

Highlights:

  • apollo-entity/better support for serialization and deserialization of payloads: #89
  • support for configuring http clients: #94
  • bug fixes:
    • #101 - better response code for undecodable path parameters
    • #105 - avoid serializing empty payloads to null in apollo-extra serializers

commits

v1.0.4

29 Feb 13:54
Compare
Choose a tag to compare

Some documentation updates and #87, which should improve performance for services with large numbers of relatively long-lived requests.

commits

v1.0.3

03 Feb 21:44
Compare
Choose a tag to compare

Minor patch

  • #79 Arrival time patch for RequestContext

commits

v1.0.2

02 Feb 17:09
Compare
Choose a tag to compare

Some small improvements, mainly:

  • Deployment instructions, code of conduct link #74, #75
  • Fall back to domain if apollo.{backend,domain} are unset #76
  • Setting for disabling outgoing request logging #77

commits

v1.0.1

08 Jan 13:15
Compare
Choose a tag to compare

Some small improvements, mainly:

  • Support for map/flatmap on endpoint handlers: #52
  • Various improvements to the Request interface: #56
  • Support for setting TTL per Request: #65
  • Allow overriding config files explicitly: #66

commits

v1.0.0

02 Feb 15:48
Compare
Choose a tag to compare

1.0.0 release of Apollo!

Java libraries for writing composable microservices

[http://spotify.github.io/apollo/]

commits