Skip to content

Releases: mikolalysenko/mudb

0.19.0

11 Sep 07:22
Compare
Choose a tag to compare

Enhancements

  • #153 new varint and relative varint schema types
  • #158 replace uws with ws in web socket; add a new uws socket for uWebSockets.js backends
  • #159 deprecate clock, delta, and state

0.18.0

12 Jul 10:18
Compare
Choose a tag to compare

Enhancements

  • #141 A new schema type MuOption
  • #144 Add MuSystemSchudler.now as interface for system clock

Bug Fixes

  • #140 Fix assign operation for some edge case
  • #143 Ensure fromJSON always return data of specified type

v0.17.0

16 Apr 08:11
Compare
Choose a tag to compare

Enhancements

  • #133 NEW MuDelta API for simpler more reliable snapshot streaming
  • #135 NEW MuScheduler API for making integration testing easy and fast

v0.16.0

08 Mar 15:15
Compare
Choose a tag to compare

Enhancements

  • #127 NEW schema type MuBytes for serializing Uint8Arrays

v0.15.0

04 Mar 05:57
Compare
Choose a tag to compare

Enhancements

  • #125 NEW collaborative data structures
    • MuRDAConstant
    • MuRDARegister
    • MuRDAStruct
    • MuRDAMap
    • MuRDAList

v0.14.0

13 Feb 01:02
Compare
Choose a tag to compare

Enhancements

  • #117 NEW generic JSON schema type
  • #123 built-in stable JSON stringify (less customizable, more performant)
  • #126 bring back bandwidth tuning for string types and dictionary