RIG v2.1.1 Release Notes

Release Date: 2019-03-27 // about 5 years ago
  • โž• Added

    • ๐ŸŒ When using the proxy, RIG will now add an additional Forwarded header. #113
    • ๐Ÿ‘ Increased length of header value in HTTP requests to 16384 to support long tokens for SAML.

    ๐Ÿ”„ Changed

    • HTTPS certificates may now be passed using absolute paths. (Previously, the locations of the HTTPS certificates were limited to the OTP-applications' priv directories rig_api/priv/cert and rig_inbound_gateway/priv/cert.) Additionally, for security reasons we no longer include the self-signed certificate with the docker image. Please adapt your environment configuration accordingly. #151 #182
    • Validation errors for SSE & WS connections and the subscriptions endpoint should now be a lot more helpful. Invalid JWTs, as well as invalid subscriptions, cause the endpoints to respond with an error immediately. #54 #164

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ [Proxy] Parsing of JSON files in proxy module - api.id was expected to be an atom, but when using files it's a string.
    • ๐Ÿ‘ [Kinesis] Support for CloudEvents versions 0.1 and 0.2.
    • โœ… [Docs] Fixed channels example with latest RIG API changes.
    • ๐Ÿ›  [Docs] Fixed sse/ws examples to use JWT inferred subscriptions correctly.