1.3.6
This release contains the following fixes/new features.
#268 - Race condition in AuthenticationGenerator affecting token generation.
#269 - Adds CORS headers before error handling to ensure clients using RS can read the response error.
#267 - Support for deploying multiple blocks in the Launcher
#266 - Expose the deployed blocks from the LaunchContext.
#265 - Fix: Launcher ignores the deployment argument for blocks.
#264 - API support for registering multiple metric reporters.
#263 - Upgraded all dependencies.
#262 - Exposes the dropwizard API through the MetricCollector on the CoreContext.
#261 - Configurable metrics snapshot to reduce overhead.
#260 - Allow enabling ALPN (h2c) without enabling security.
#259 - Support for passing implementation specific properties through StorageLoader/StorageContext
#258 - Support for registering complex metadata on the Logger implementation.
#257 - Fix: JsonItem copy constructor was not implemented. (renamed JsonItem -> JsonStorable)