Skip to content

Release v1.5.0

Compare
Choose a tag to compare
@jirenius jirenius released this 20 Mar 12:58
· 187 commits to master since this release
2d5c9ca

Go Version

  • 1.14.1

RES Protocol Version

  • 1.2.0

Release info

This release contains improvements to HTTP(S) request handling.

Main features are CORS support, and handling of other request methods, such as PUT, DELETE, and PATCH. This allows us to create APIs that are 100% compatible with old legacy REST APIa, while getting the real-time benefits of having services communicating with messaging.

Features & improvements

  • #141 CORS support
  • #145 Clarification of add and remove event specification
  • #150 HTTP method mapping
  • #151 HTTP HEAD support
  • #153 Updated to Go 1.14.1