Skytable Versions Save

Skytable is a modern scalable NoSQL database with BlueQL, designed for performance, scalability and flexibility. Skytable gives you spaces, models, data types, complex collections and more to build powerful experiences

v0.8.2

3 weeks ago

🔖 Read the blog post here

What's Changed

Full Changelog: https://github.com/skytable/skytable/compare/v0.8.1...v0.8.2

v0.8.1

1 month ago

🔖 Read the blog post here

What's Changed

Full Changelog: https://github.com/skytable/skytable/compare/v0.8.0...v0.8.1

v0.8.0

2 months ago

Skytable Octave GA

Changes since the first beta

Several things have changed since the first beta including:

  • An entirely new storage engine: yes, we built a storage engine and then built another one on top of it to improve reliability
  • Low-level protocol fixes
  • Fixed some configuration issues
  • Fixed some critical primary index bugs
  • Reduced memory usage during online model data sync
  • Made using the CLI more convenient
  • More miscellaneous fixes

v0.8.0-beta.4

4 months ago

Release beta.4 of Skytable Octave


Fixed in this beta:

  • Fix an issue where empty strings along with an incorrectly evaluated query caused a crash
  • Fix ? not being interpreted as symbol when no parameter is present

v0.8.0-beta.3

4 months ago

Release beta.3 of Skytable Octave

v0.8.0-beta.2

4 months ago

Release beta.2 of Skytable Octave

v0.8.0-beta

5 months ago

Welcome to the world of octave! There's a lot that has changed. Use the following resources:

v0.7.7

1 year ago

This is an ESM (Extended Support and Maintenance) Release for the 0.7 long running branch.

Additions

  • LSKEYS <entity> ALL

Fixes

  • Fixed LSKEYS crash when u64::MAX keys were requested
  • Upgrade OpenSSL version
  • Misc. perf improvements

Note: While 0.8 will take over 0.7 soon, 0.7 is widely used and hence has entered the ESM channel and will remain there until 0.8.1 is released.

v0.8.0-alpha.1

1 year ago

This release introduces the following:

  • Skyhash 2.0 (preview)
  • Switch between Skyhash 1/2
  • BlueQL 0.8 (preview)

This release is a pre-release and is not production ready! It is intended for users to try out new DDL features in the query language and for driver developers to experiment with the new protocol.

v0.7.6

1 year ago

The following bugs were fixed:

  • Erroneous purging of auth system table (#276)
  • Wrong sample space calculation in sky-bench

Read the blog post here