Skip to content

Releases: yorkie-team/yorkie-android-sdk

v0.4.25-rc

27 Jun 04:40
59966a8
Compare
Choose a tag to compare
v0.4.25-rc Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.24...v0.4.25-rc

v0.4.24

14 Jun 08:41
1367862
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.23...v0.4.24

v0.4.23

07 Jun 07:34
f0163c7
Compare
Choose a tag to compare

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

03 Jun 07:40
9cae02b
Compare
Choose a tag to compare
v0.4.21-rc Pre-release
Pre-release

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

29 May 06:46
48fae9e
Compare
Choose a tag to compare

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

21 May 07:04
055c318
Compare
Choose a tag to compare
v0.4.19-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.19-rc...v0.4.19-rc2

v0.4.19-rc

17 May 07:10
677fa29
Compare
Choose a tag to compare
v0.4.19-rc Pre-release
Pre-release

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-copied JsonObject 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

19 Apr 02:12
92039e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.15...v0.4.16

v0.4.15

01 Apr 01:46
8c2e63f
Compare
Choose a tag to compare

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

22 Mar 06:57
68a06c5
Compare
Choose a tag to compare
v0.4.15-rc3 Pre-release
Pre-release

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