resgate v1.6.1 Release Notes
Release Date: 2020-09-11 // over 2 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