| CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 90
Releases: skytable/skytable
v0.8.4
d88a07fWhat'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
Assets 14
- 7.84 MB
2024-08-07T19:57:41Z - 4.8 MB
2024-08-07T19:57:42Z - 7 MB
2024-08-07T19:57:43Z - 3.51 MB
2024-08-07T19:57:44Z - 7.11 MB
2024-08-07T19:57:45Z - 7.27 MB
2024-08-07T19:57:46Z - 4.67 MB
2024-08-07T19:57:47Z - 3.9 MB
2024-08-07T19:57:49Z - 3.55 MB
2024-08-07T19:57:49Z - 3.52 MB
2024-08-07T19:57:50Z -
2024-08-07T19:09:29Z -
2024-08-07T19:09:29Z - Loading
v0.8.3
da0bae2What's Changed
- bench: Add full spectrum latency analysis and support workloads by @ohsayan in #349
- server: Support non-interactive backup and restore by @ohsayan in #350
Full Changelog: v0.8.2...v0.8.3
Assets 14
v0.8.2
dd90de5What'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
Assets 14
v0.8.1
0b0acd2🔖 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
Assets 11
v0.8.0
41e091cSkytable 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
Assets 11
v0.8.0-beta.4
3f2b464Release
beta.4of 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
Assets 11
v0.8.0-beta.3
7f6474fRelease
beta.3of Skytable Octave
- 🔖 Read the blog post here
- 📚 Read the documentation here
Assets 11
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::MAXkeys 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.
Assets 11
v0.8.0-alpha.1
736e411This 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.
Assets 11
v0.7.6
The following bugs were fixed:
- Erroneous purging of auth system table (#276)
- Wrong sample space calculation in
sky-bench
Read the blog post here