File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,11 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.0.0] - 2026-06-22
8+ ## [ 1.0.0] - 2026-07-12
9+
10+ ### Added
11+
12+ - Added support for the ` collapseId ` field (iOS + Android) (#60 )
13+ - Added support for the ` tag ` field (Android) (#61 )
914
1015### Changed
1116
1217- Added art, summary and changelog section to README
18+ - Cached SDK version in memory to avoid repeated disk reads (#62 )
19+
20+ ### Fixed
21+
22+ - Fixed ` chunkByNotifications ` behaviour in ` PushMessageCollection ` so multi-recipient messages are split correctly across chunk boundaries (#59 )
23+ - Prevented ` sendNotifications() ` and ` getReceipts() ` from firing spurious HTTP requests when given an empty collection (#63 )
1324
1425## [ 0.8.2] - 2026-04-04
1526
You can’t perform that action at this time.
0 commit comments