From 4edd3163d2ab4f6c87e29d52b1bb85dbee134830 Mon Sep 17 00:00:00 2001 From: FZambia Date: Sun, 26 Jan 2025 11:17:17 +0200 Subject: [PATCH] update changelog and readme publish intructions --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9464b9e..0d2a10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.15.0] + +* Update `web_socket_channel`, min SDK is now 3.3 [#91](https://github.com/centrifugal/centrifuge-dart/pull/91) +* Support [headers emulation](https://centrifugal.dev/blog/2025/01/16/centrifugo-v6-released#headers-emulation). Also added `setHeaders` method to update headers [#92](https://github.com/centrifugal/centrifuge-dart/pull/92). + +This release changes `headers` in `ClientConfig` from `Map` to `Map`. 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. + ## [0.14.1] * Add callback to update connection data [#88](https://github.com/centrifugal/centrifuge-dart/pull/88) diff --git a/README.md b/README.md index d01be8e..215ed49 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ See also [PlugFox/spinify](https://github.com/PlugFox/spinify) for an alternativ ### How to release -1) Bump version in `pubspec.yaml`, push, create new tag +1) Update CHANGELOG.md, bump version in `pubspec.yaml`, push, create new tag 2) [ONLY IF THERE ARE ISSUES WITH CI PUBLISH] `dart pub publish` ## Author