Skip to content

Releases: skytable/skytable

v0.8.2

24 Apr 06:44
dd90de5
Compare
Choose a tag to compare

🔖 Read the blog post here

What's Changed

  • net: Restore support for pipelines by @ohsayan in #338
  • storage: Online recovery by @ohsayan in #340
  • net: Fix RST and thread crash due to multiple HS errors by @ohsayan in #341
  • BQL,QE,SE: Add UPSERT query, BQL query shorthands and fix SE bootup crash by @ohsayan in #342
  • CI: Downgrade Win32 to Tier-2 by @ohsayan in #343
  • CLI: pin history file location to home folder and allow setting history file path by @ohsayan in #344
  • CI: Fully resume building and testing ARM64 hosts by @ohsayan in #345
  • storage: Add support for compaction and fix DCL bug by @ohsayan in #346
  • CLI: fix eval parameterization and output rows as CSV by @ohsayan in #347

Full Changelog: v0.8.1...v0.8.2

v0.8.1

01 Apr 04:43
0b0acd2
Compare
Choose a tag to compare

🔖 Read the blog post here

What's Changed

  • storage: Add data recovery system by @ohsayan in #336
  • auth: Fix issues with incorrect auth data and corresponding CLI errors by @ohsayan in #337
  • engine: Fixed system health reporting (now accounts for status of all storage drivers)

Full Changelog: v0.8.0...v0.8.1

v0.8.0

02 Mar 03:58
41e091c
Compare
Choose a tag to compare

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

17 Jan 20:05
3f2b464
Compare
Choose a tag to compare

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

08 Jan 18:05
7f6474f
Compare
Choose a tag to compare

Release beta.3 of Skytable Octave

v0.7.7 (ESM)

24 Mar 10:31
Compare
Choose a tag to compare

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

01 Nov 03:36
736e411
Compare
Choose a tag to compare
v0.8.0-alpha.1 Pre-release
Pre-release

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

18 Aug 19:53
Compare
Choose a tag to compare

The following bugs were fixed:

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

Read the blog post here

v0.7.5

30 Mar 16:56
Compare
Choose a tag to compare

v0.7.4

21 Mar 06:40
Compare
Choose a tag to compare