Skip to content

Commit 2481caa

Browse files
Update VERSION and Release notes for 2.24.0
1 parent 4b3354f commit 2481caa

File tree

3 files changed

+13
-52
lines changed

3 files changed

+13
-52
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 11 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,13 @@
1-
# TypeDB Protocol
2-
3-
Documentation: https://docs.vaticle.com/docs/client-api/
1+
Documentation: https://typedb.com/docs/clients/2.x/clients
42

53
### Distribution
64

7-
#### For Java through Maven
8-
9-
Available from https://repo.vaticle.com
10-
```xml
11-
<repositories>
12-
<repository>
13-
<id>repo.vaticle.com</id>
14-
<url>https://repo.vaticle.com/repository/maven/</url>
15-
</repository>
16-
</repositories>
17-
<dependencies>
18-
<dependency>
19-
<groupid>com.vaticle.typedb</groupid>
20-
<artifactid>typedb-protocol</artifactid>
21-
<version>{version}</version>
22-
</dependency>
23-
</dependencies>
24-
```
25-
26-
#### For Python through PyPI
5+
#### For Rust through cargo
276

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

309
```sh
31-
pip install typedb-protocol
10+
cargo add typedb-protocol
3211
```
3312

3413
#### For Node.js through npm
@@ -45,15 +24,16 @@ yarn install typedb-protocol
4524

4625

4726
## New Features
48-
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+
4934

5035
## Bugs Fixed
5136

52-
- **Fix npm deployment by pulling GPG keys using wget**
53-
54-
55-
- **Fix release note generation**
56-
5737

5838
## Code Refactors
5939

RELEASE_TEMPLATE.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,7 @@
1-
Documentation: https://docs.vaticle.com/docs/client-api/
1+
Documentation: https://typedb.com/docs/clients/2.x/clients
22

33
### Distribution
44

5-
#### For Java through Maven
6-
7-
Available from https://repo.vaticle.com
8-
```xml
9-
<repositories>
10-
<repository>
11-
<id>repo.vaticle.com</id>
12-
<url>https://repo.vaticle.com/repository/maven/</url>
13-
</repository>
14-
</repositories>
15-
<dependencies>
16-
<dependency>
17-
<groupid>com.vaticle.typedb</groupid>
18-
<artifactid>typedb-protocol</artifactid>
19-
<version>{version}</version>
20-
</dependency>
21-
</dependencies>
22-
```
23-
245
#### For Python through PyPI
256

267
Available from https://pypi.org/project/typedb-protocol/

VERSION

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

0 commit comments

Comments
 (0)