This version of the docs is a work in progress. If you don’t see what you are looking for check the legacy wiki.

Future Release

8.5.0.1

  • REP-4024 - the Header Normalization filter updated to include removing headers on the Response.

  • REP-3901 - the Debian and RPM Repose Valve and WAR artifacts will now create the repose user and group even if the configuration files are already present.

  • REP-5130 - Rackspace Auth User Filter now gives a more specific and quieter log message when it runs into a non-xml or non-json content type.

  • REP-4754 - the Rate Limiting filter now returns a 406 if a user requests limits with an unsupported media type in the Accept header.

  • REP-4725 - Repose will no longer add a Server header to responses from neither the main endpoint nor the Dist-Datastore endpoint.

  • REP-5204 - the Metrics Service library has been updated from Yammer v2.2.0 to Dropwizard v3.2.0. The service interface has also been modified to provide a simpler, more flexible experience.

  • REP-5214 - the Via header configuration has been expanded in a backwards compatible way. However, there were some internal contract changes with the Via and Location header builders, but they should not affect any custom filters.

  • REP-4465 - certain `enum`s provided by Repose have been replaced by classes holding the same constant values.

8.4.1.0

  • REP-5101 - Saml Policy Filter now allows un-encoded application/xml requests in addition to the previous application/x-www-form-urlencoded requests.

8.4.0.2

8.4.0.1

8.3.0.1 (2016-12-13)

  • REP-4764 - sendError in the response wrapper will now call sendError on the underlying response when appropriate.