Skip to content

Releases: kuzzleio/sdk-go

3.0.0

16 Feb 14:09
6f198bf
Compare
Choose a tag to compare

3.0.0 (2021-02-16)

Breaking changes

New features

Enhancements

Others

  • [ #292 ] CI fix ENOENT while deploying docs using GA ------ resolve #290 (rolljee)
  • [ #274 ] Fix CI, travis version, documentation version and snippets on 3-dev (Shiranuit)

2.0.3

04 Dec 10:37
Compare
Choose a tag to compare

2.0.3 (2020-12-04)

Bug fixes

  • [ #251 ] Try to reconnect if the state is not errored (jenow)

Enhancements

2.0.2

07 Aug 15:59
90f2ca1
Compare
Choose a tag to compare

2.0.2 (2019-08-07)

Bug fixes

  • [ #251 ] Remove listener when NetworkError is catched internally (jenow)

2.0.1

07 Aug 15:49
df484a7
Compare
Choose a tag to compare

2.0.1 (2019-08-07)

Bug fixes

  • [ #249 ] Try to reconnect if the state is not errored (jenow)

2.0.0

06 Jun 06:45
de4982f
Compare
Choose a tag to compare

2.0.0 (2019-06-05)

Breaking changes

Bug fixes

New features

  • [ #196 ] Add custom WebviewClient (jenow)
  • [ #191 ] Wrap Realtime controller for Android SDK (jenow)
  • [ #189 ] Wrap Server controller for Android SDK (jenow)
  • [ #188 ] Wrap Collection controller for Android SDK (jenow)
  • [ #185 ] Wrap Auth controller for Android SDK (jenow)
  • [ #184 ] Wrap Document controller for Android SDK (jenow)
  • [ #178 ] Build android AAR SDK (jenow)
  • [ #159 ] Generate C# SDK on Linux and Windows (jenow)
  • [ #156 ] Generate Python SDK (jenow)
  • [ #75 ] Add StartQueuing and StopQueuing (jenow)
  • [ #73 ] Replay queue (jenow)

Enhancements

  • [ #195 ] Wrap Listeners for android (jenow)
  • [ #194 ] [Fix] Change some char* to const char* (alexandrebouthinon)
  • [ #187 ] [KZL-372] Add namespace kuzzleio for C structs (alexandrebouthinon)
  • [ #192 ] Throw only possible exception in controller Index, Collection and Kuzzle object (Aschen)
  • [ #183 ] Add a mapping argument to existing collection.create methods (scottinet)
  • [ #182 ] Rename deprecated method ReplayQueue to PlayQueue (Aschen)
  • [ #180 ] Change options.offline_mode type (Aschen)
  • [ #153 ] Remove pointer type on KuzzleError (jenow)

Others

Optimizations


1.0

28 Sep 09:55
Compare
Choose a tag to compare
1.0
Merge pull request #80 from kuzzleio/fix-has-credentials

Fix for invalid Security.HasCredentials return value