Releases: skytable/skytable
Releases · skytable/skytable
v0.8.4
What's Changed
- server, cli: Improve diagnostic messages and fix loading of large blob/string in CLI by @ohsayan in #356
- QE: Add TRUNCATE query by @ohsayan in #359
- server: Add support for dynamic lists in Skyhash by @ohsayan in #363
- server unsafe code audit: fixed memory leaks and other violations by @ohsayan in #364
- server [BQL]: Add simple list syntax for DDL by @ohsayan in #365
Full Changelog: v0.8.3...v0.8.4
v0.8.3
v0.8.2
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
🔖 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
Skytable Octave GA
- 🔖 Read the blog post here
- 📚 Read the documentation here
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
Release
beta.4
of Skytable Octave
- 🔖 Read the blog post here
- 📚 Read the documentation here
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
Release
beta.3
of Skytable Octave
- 🔖 Read the blog post here
- 📚 Read the documentation here
v0.7.7 (ESM)
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
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.