8.6.3.0 (2017-08-15)

As part of this correction, any configurations that were taking advantage of this lack of validation will cease to function.

This message is logged to a separate logger and can be disabled by adding the following to the log4j2.xml:

<Logger name="org.openrepose.commons.utils.servlet.http.HttpServletResponseWrapper_addHeaderWarning" level="off"/>

8.6.2.0 (2017-06-13)

8.6.1.1 (2017-06-08)

8.6.0.0 (2017-06-02)

8.5.0.1 (2017-04-14)

  • 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.

    As part of the upgrade, some metric names reported by various components have been changed. Furthermore, all metrics reported to JMX via the Metrics Service now follow a new naming scheme. Due to a technical issue with the new version of the metric library, EHCache metrics are no longer being reported, but there is planned work to restore them. See Metrics Service for details on the metrics currently being reported.

  • 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 enums provided by Repose have been replaced by classes holding the same constant values.

8.4.1.0 (2017-02-24)

8.4.0.2 (2017-02-21)

8.4.0.1 (2017-02-04)

8.3.0.1 (2016-12-13)

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

Prior Releases