resgate v1.6.0 Release Notes
Release Date: 2020-06-15 // over 4 years ago-
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