Stargate, a library supporting the creation of HTTP based RESTful APIs. reached it's v8.3.0 version.
What's Changed
- Fix JSON encoding affordance when using a user-defined schema to work on collections by @gcotelli in https://github.com/ba-st/Stargate/pull/160
- Add standard handling for unprocessable entities by @gcotelli in https://github.com/ba-st/Stargate/pull/162
- Improve unprocessable entities detection during updates by @gcotelli in https://github.com/ba-st/Stargate/pull/163
- Fix #164 : Use the correct media type to calculate the ETag when comparing for an update operation under certain conditions. by @gcotelli in https://github.com/ba-st/Stargate/pull/165
Full Changelog: https://github.com/ba-st/Stargate/compare/v8.2.0…v8.3.0
Regards,
The Buenos Aires Smalltalk team