resgate v1.5.0 Release Notes

Release Date: 2020-03-20 // about 4 years ago
  • 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