SwayDB v0.13 Release Notes

Release Date: 2020-02-23 // about 4 years ago
    • Implement persistent.Queue[T] and memory.Queue[T] #47
    • Function IDs should be registered at the start of the database and not after #201
    • Simplify syntax for defining function type #190
    • Disable sub-typing of Function type in Java #194
    • comparableKey should be an internal API #197
    • 0️⃣ SetMap's default ordering's comparableKey could be unnecessarily parsing types #199
    • Also close level when .close is invoked #202
    • ✂ Remove the use of IO when providing KeyOrder or KeyComparator #198
    • Queue should not use SetMap #204
    • Using String to name functionId instead of Slice[Byte] #203
    • MapSet data type #196
    • Implement Java API for Queue #200
    • Replace Travis with GitHub Actions #164