resgate v1.6.1 Release Notes

Release Date: 2020-09-11 // over 3 years ago
  • Go Version

    • 1.14.4

    RES Protocol Version

    • 1.2.1

    ๐Ÿš€ Release info

    Fixes an issue where Resgate didn't set the Access-Control-Allow-Headers header in response to CORS preflight requests.

    ๐Ÿ›  Fixes

    • #171 CORS - allowing Content-Type on headers

Previous changes from v1.6.0

  • Go Version

    • 1.14.4

    RES Protocol Version

    • 1.2.1

    ๐Ÿš€ Release info

    ๐Ÿš€ This release introduces two new value types which have been requested by the community.

    The first value type, soft resource references, enables links to resources which Resgate will not automatically embed in the response. Instead, the client can choose when (or if) the referenced resource is to be fetched.

    The second value type, data values, allows for complex data such as objects, arrays, or deeply nested structures, to be used as values in a model or collection.

    ๐Ÿ”‹ Features & improvements

    • #157 Soft resource references
    • #161 Unsubscribe count field
    • #165 Data values
    • โšก๏ธ #168 Updated to Go 1.14.4

    ๐Ÿ›  Fixes

    • #158 Incorrect pre-response detection