Skip to content

Releases: centrifugal/centrifuge-dart

v0.18.0

02 Feb 17:11
96a1bfa

Choose a tag to compare

What's Changed

  • Allow protobuf v6, drop Protobuf v3/v4, min SDK 3.7 by @FZambia in #104

Full Changelog: v0.17.0...v0.18.0

v0.17.0

12 Oct 06:52
8e9c1ef

Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

08 Jul 03:47
969c3c9

Choose a tag to compare

What's Changed

  • Allow usage of protobuf v4, drop protobuf v2 by @FZambia in #100

Full Changelog: v0.15.1...v0.16.0

v0.15.1

29 May 16:28
d09071e

Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.15.1

v0.15.0

26 Jan 11:39

Choose a tag to compare

What's Changed

  • Update web_socket_channel, min Dart SDK is now 3.3 #91
  • Support headers emulation in web context - so it's possible to pass custom connection headers to the backend when using Centrifugo v6 and connect proxy. Also added setHeaders method to update headers #92.

This release changes headers in ClientConfig from Map<String, dynamic> to Map<String, String>. This is a breaking change, but it must not cause huge troubles beyond a simple refactoring.

Usages of dart.html were removed in this release. Also some internal optimizations were done to allocate less when constructing Protobuf command data.

Full Changelog: v0.14.1...v0.15.0

v0.14.1

02 Sep 07:48
84886b8

Choose a tag to compare

What's Changed

  • Add renew connection data callback by @Holofox in #88

Full Changelog: v0.14.0...v0.14.1

v0.14.0

20 Jan 13:46
daa40bc

Choose a tag to compare

What's Changed

  • connInfo and chanInfo for join/leave events by @hetao29 #84

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

18 Jan 16:25
e03111c

Choose a tag to compare

  • Relax Protobuf dependency requirements to be >=2.0.0 <4.0.0 instead of ^3.0.0

v0.12.0

17 Jan 16:49
e4b219c

Choose a tag to compare

What's Changed

  • Fix websocket usage in web env (fixes The method 'sendByteBuffer' isn't defined for the type 'WebSocket' error), add simple web example #85

Full Changelog: v0.11.0...v0.12.0

v0.11.0

19 Jul 05:57
9ec4956

Choose a tag to compare

What's Changed

  • Update protobuf dependency from ^2.0.0 to ^3.0.0
  • Update SDK requirement to '>=2.19.0 <4.0.0'

Full Changelog: v0.10.0...v0.11.0