diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd3df58..4fb3c8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All changes in this project will be noted in this file. +## Version 0.4.4 [2020-10-03] + +> No breaking changes + +This release adds the following actions: `KEYLEN` and `USET` + ## Version 0.4.3 [2020-09-25] > No breaking changes @@ -37,7 +43,7 @@ Fixes: ### Migrating existing clients -The Terrapipe protocol was revised and promoted to 1.0. This will cause all existing client implementations to break, since the protocol has changed fundamentally. The clients have to implement the [latest spec](https://git.io/JJZ8Z). +The Terrapipe protocol was revised and promoted to 1.0. This will cause all existing client implementations to break, since the protocol has changed fundamentally. The clients have to implement the [latest spec](https://terrabasedb.github.io/docs/Protocols/terrapipe). ## Version 0.3.2 [2020-08-07] @@ -73,7 +79,7 @@ This release implements the latest version of the Terrapipe protocol. ### Migrating existing clients -All clients have to reimplement the Terrapipe protocol to match the [latest spec](https://git.io/JJZ8Z). +All clients have to reimplement the Terrapipe protocol to match the [latest spec](https://terrabasedb.github.io/docs/Protocols/unsupported-tp). ## Version 0.1.0 [2020-07-17] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 64cebe07..2a3ce796 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tsh" -version = "0.4.3" +version = "0.4.4" authors = ["Sayan Nandan "] edition = "2018" diff --git a/cli/src/main.rs b/cli/src/main.rs index 3493cda0..01add77f 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -22,7 +22,7 @@ mod argparse; mod protocol; use tokio; -const MSG_WELCOME: &'static str = "TerrabaseDB v0.4.3"; +const MSG_WELCOME: &'static str = "TerrabaseDB v0.4.4"; #[tokio::main] async fn main() { diff --git a/libtdb/Cargo.toml b/libtdb/Cargo.toml index f9f1b904..724a7e69 100644 --- a/libtdb/Cargo.toml +++ b/libtdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libtdb" -version = "0.4.3" +version = "0.4.4" authors = ["Sayan Nandan "] edition = "2018" diff --git a/server/Cargo.toml b/server/Cargo.toml index cf6420c8..b4195941 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tdb" -version = "0.4.3" +version = "0.4.4" authors = ["Sayan Nandan "] edition = "2018" diff --git a/server/src/cli.yml b/server/src/cli.yml index 5439622d..9b1c819b 100644 --- a/server/src/cli.yml +++ b/server/src/cli.yml @@ -20,7 +20,7 @@ # name: TerrabaseDB Server -version: 0.4.3 +version: 0.4.4 author: Sayan N. about: The TerrabaseDB Database server args: diff --git a/server/src/main.rs b/server/src/main.rs index 4834181a..24eb9e94 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -44,7 +44,7 @@ use jemallocator::Jemalloc; #[global_allocator] static GLOBAL: Jemalloc = Jemalloc; -static MSG: &'static str = "TerrabaseDB v0.4.3 | https://github.com/terrabasedb/terrabase"; +static MSG: &'static str = "TerrabaseDB v0.4.4 | https://github.com/terrabasedb/terrabase"; static TEXT: &'static str = " _______ _ _____ ____ |__ __| | | | __ \\ | _ \\