go-res v0.2.0 Release Notes

Release Date: 2020-01-08 // over 4 years ago
  • RES protocol version

    • v1.2.0

    ๐Ÿ”„ Changelog

    โž• Added support for RES Protocol v1.2.0 features, which among other things means improved support for queries.

    Two examples are added; Hello World showing the simplest of services, and Search Query showing how high performance live queries can be achieved.

    โž• Added

    • ๐Ÿ‘ #51 RES Protocol v1.1.1 support
    • ๐Ÿ‘ #54 RES Protocol v1.2.0 support
    • #52 Hello World example
    • #55 Query Search example
    • ๐Ÿ‘ท #63 Improved CI checks

    ๐Ÿ—„ Deprecated

    • ๐Ÿ“ฆ Package github.com/jirenus/go-res/middleware is deprecated. Use specific middleware sub package:
      • github.com/jirenius/go-res/middleware/resbadger
    • ๐Ÿ†• New method is deprecated from RES protocol version v1.2.0. Use Call method with Resource response.
    • Service.SetReset is renamed to Service.SetOwnedResources. Old method is still available.