Releases: centrifugal/centrifuge-dart
Releases · centrifugal/centrifuge-dart
v0.18.0
v0.17.0
v0.16.0
v0.15.1
v0.15.0
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
setHeadersmethod 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
v0.14.0
v0.13.0
v0.12.0
v0.11.0
What's Changed
- Update protobuf dependency from
^2.0.0to^3.0.0 - Update SDK requirement to
'>=2.19.0 <4.0.0'
Full Changelog: v0.10.0...v0.11.0