Skip to content

Releases: seniorjoinu/ic-stable-memory

v0.4.4

06 Apr 20:16
2d4d87f
Compare
Choose a tag to compare

Added:

  • SCertifiedBTreeSet collection
  • get_random_key() method on all btree-based collections
  • DoubleEndedIterator for all btree-based iterators

Fixed:

  • a bug with SCertifiedBTreeMap removals
  • a bug with btree-based iterators missing last item

v0.4.1

22 Feb 17:34
Compare
Choose a tag to compare

It is safe to use now

v0.2.3

09 Aug 13:45
Compare
Choose a tag to compare
  • SBTreeMap and SBTreeSet
  • Speedy instead of Candid (+ SPrincipal)
  • on_low_stable_memory() callback
  • performance improvement

v0.1.0

11 Jul 22:07
Compare
Choose a tag to compare
  • SHashSet collection on top of SHashMap
  • SBinaryHeap collection on top of SVec

v0.0.2

08 Jul 19:33
Compare
Choose a tag to compare
  • improved safeness, readability and usability of stable variables with s! macro;
  • improved usability of routine functions with stable_memory_init(), stable_memory_pre_upgrade() and stable_memory_post_upgrade().