Skip to content

Commit 4edd316

Browse files
committed
update changelog and readme publish intructions
1 parent 2cd7f8d commit 4edd316

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.15.0]
2+
3+
* Update `web_socket_channel`, min SDK is now 3.3 [#91](https://github.com/centrifugal/centrifuge-dart/pull/91)
4+
* 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).
5+
6+
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.
7+
8+
Usages of `dart.html` were removed in this release. Also some internal optimizations were done to allocate less when constructing Protobuf command data.
9+
110
## [0.14.1]
211

312
* Add callback to update connection data [#88](https://github.com/centrifugal/centrifuge-dart/pull/88)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ See also [PlugFox/spinify](https://github.com/PlugFox/spinify) for an alternativ
3535

3636
### How to release
3737

38-
1) Bump version in `pubspec.yaml`, push, create new tag
38+
1) Update CHANGELOG.md, bump version in `pubspec.yaml`, push, create new tag
3939
2) [ONLY IF THERE ARE ISSUES WITH CI PUBLISH] `dart pub publish`
4040

4141
## Author

0 commit comments

Comments
 (0)