Releases: yorkie-team/yorkie-android-sdk
Releases · yorkie-team/yorkie-android-sdk
v0.4.25-rc
v0.4.24
What's Changed
- Lock local changes to assert transactions by @skhugh in #203
- update version to 0.4.24-rc by @7hong13 in #204
- Always recreate stream on failure. by @skhugh in #205
- changes timeouts to more reasonable values by @skhugh in #206
- update version to 0.4.24 by @7hong13 in #207
Full Changelog: v0.4.23...v0.4.24
v0.4.23
What's Changed
- Avoid creation of list instances in a while true loop by @skhugh in #196
- Add ServerSeq into ChangeInfo by @7hong13 in #197
- Fix incorrect tree snapshot encoding/decoding by @7hong13 in #198
- Fix incorrect indexes in TreeChange by @7hong13 in #199
- Avoid unnecessary map instance creations on Presences by @skhugh in #200
- Add RHTNode removal to converter for consistency by @7hong13 in #201
- Fix miscalculation of tree size in concurrent editing by @7hong13 in #202
Full Changelog: v0.4.21-rc...v0.4.23
v0.4.21-rc
What's Changed
- Change TreeTextNode to value class by @skhugh in #190
- Avoid too many Integer instance creations by @skhugh in #191
- Further reduces instance creations by removing unnecessary toLists by @skhugh in #194
- Add more Tree concurrency tests by @7hong13 in #195
Full Changelog: v0.4.20...v0.4.21-rc
v0.4.20
What's Changed
- Add Tree concurrency tests by @7hong13 in #186
- Implement RHT.GC and apply GCPair to TreeNode, TextNode by @7hong13 in #187
- Avoid unnecessary syncs in push-only sync mode by @7hong13 in #188
- Prevent remote-change events in RealtimeSyncOff mode by @7hong13 in #189
Full Changelog: v0.4.19-rc2...v0.4.20
v0.4.19-rc2
What's Changed
Full Changelog: v0.4.19-rc...v0.4.19-rc2
v0.4.19-rc
What's Changed
- Fix inconsistent garbage collection for multiple nodes in text and tree type by @7hong13 in #175
- change microbenchmarks os by @skhugh in #177
- Update
getRootThreadSafe()
to return a deep-copiedJsonObject
by @7hong13 in #176 - Improve performance by @skhugh in #174
- Handle concurrent editing and styling in Tree by @7hong13 in #178
- Pass better information of operation failures by @skhugh in #179
- Remove eventStream in Client by @7hong13 in #180
- Refactor Logger by @skhugh in #182
- Reset online clients when stream is disconnected by @7hong13 in #181
- update version to 0.4.19-rc by @7hong13 in #183
Full Changelog: v0.4.16...v0.4.19-rc
v0.4.16
What's Changed
- Fix presenceEventQueue Iteration Issues in publishPresenceEvents() by @7hong13 in #165
- Migrate to connect-rpc by @skhugh in #167
- Add RealtimeSyncOff and refactor interface of SyncMode by @7hong13 in #170
- test concurrent deletions by @skhugh in #166
- Provide CODECOV_TOKEN to codecov-action by @hackerwins in #173
- Implement Tree.RemoveStyle by @7hong13 in #171
- Reverse TreeChanges when Deleting in Tree by @7hong13 in #172
Full Changelog: v0.4.15...v0.4.16
v0.4.15
What's Changed
- Revert ci to use ubuntu by @skhugh in #148
- Remove unnecessary toPath in TreeStyleOpInfo by @7hong13 in #150
- Reflect interface changes of server DB sharding by @7hong13 in #152
- Enable users to choose which dispatchers to use for Client and Document by @skhugh in #153
- Fix invalid TreeChanges in concurrent Tree.Style by @skhugh in #149
- Update version to 0.4.14-rc by @7hong13 in #154
- Restore interface changes due to server DB sharding by @7hong13 in #155
- Fix incorrect index returned when using posRangeToIndexRange by @7hong13 in #156
- update version to 0.4.15-rc by @7hong13 in #157
- Fix incorrect calculation in indexTree.treePosToPath operation by @7hong13 in #158
- Fix errors when editing Tree due to missing insPrevID in CRDTTree by @7hong13 in #160
- Prevent remote-change events from occurring in push-only mode by @7hong13 in #161
- Improve Timing for Presence Event Publishing by @7hong13 in #162
- fix issues with handling presence events by @7hong13 in #163
- Ensure every presence event is published by @7hong13 in #164
Full Changelog: 0.4.12...v0.4.15
v0.4.15-rc3
What's Changed
- Fix errors when editing Tree due to missing insPrevID in CRDTTree by @7hong13 in #160
- Prevent remote-change events from occurring in push-only mode by @7hong13 in #161
- Improve Timing for Presence Event Publishing by @7hong13 in #162
- fix issues with handling presence events by @7hong13 in #163
Full Changelog: 0.4.15-rc2...v0.4.15-rc3