Skip to content

Commit 1604a58

Browse files
Update VERSION to 2.24.1 and release to npm typedb-protocol package
1 parent c273580 commit 1604a58

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Documentation: https://typedb.com/docs/clients/2.x/clients
22

33
### Distribution
44

5-
#### For Rust through cargo
5+
#### For Python through PyPI
66

7-
Available from https://crates.io/crates/typedb-protocol
7+
Available from https://pypi.org/project/typedb-protocol/
88

99
```sh
10-
cargo add typedb-protocol
10+
pip install typedb-protocol
1111
```
1212

1313
#### For Node.js through npm
@@ -24,19 +24,14 @@ yarn install typedb-protocol
2424

2525

2626
## New Features
27-
- **Revamp unified TypeDB network API & simplify Concept requests**
28-
29-
We merge core and cluster gRPC service definitions in order to unify the network interface between the two.
30-
TypeDB Core and TypeDB Cluster are now going to the same network interface to drivers.
31-
As part of this change, we simplify Concept API by merging related requests, replacing them with parameters.
32-
33-
27+
3428

3529
## Bugs Fixed
3630

3731

3832
## Code Refactors
3933

34+
- **Deploy NPM typedb_protocol as typedb-protocol**
4035

4136
## Other Improvements
4237

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.0
1+
2.24.1

0 commit comments

Comments
 (0)