Skip to content

Commit dabc773

Browse files
Update VERSION to 2.25.0
1 parent ecfbfc5 commit dabc773

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ deploy_github(
5555

5656
exports_files(["README.md"])
5757

58-
# CI targets that are not declared in any BUILD file, but are called externally
58+
# Tools to be built during `build //...`
5959
filegroup(
60-
name = "ci",
60+
name = "tools",
6161
data = [
6262
"@vaticle_dependencies//library/maven:update",
6363
"@vaticle_dependencies//tool/ide:rust_sync",

RELEASE_NOTES_LATEST.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,36 @@ Documentation: https://typedb.com/docs/clients/2.x/clients
77
Available from https://crates.io/crates/typedb-protocol
88

99
```sh
10-
cargo add typedb-protocol@2.24.5
10+
cargo add typedb-protocol@2.25.0
1111
```
1212

1313
#### For Node.js through npm
1414

1515
Available from https://www.npmjs.com/package/typedb-protocol
1616

1717
```sh
18-
npm install typedb-protocol@2.24.5
18+
npm install typedb-protocol@2.25.0
1919
```
2020
or
2121
```sh
22-
yarn add typedb-protocol@2.24.5
22+
yarn add typedb-protocol@2.25.0
2323
```
2424

2525

2626
## New Features
27-
27+
- **Support TypeQL Fetch queries**
28+
29+
We implement 'TypeQL Fetch' query protocols, plus refactor the existing protocols around 'Match' queries to use the new 'Get' query terminology. This is a major change to the protocol, so we update the protocol version to `3`.
30+
31+
2832

2933
## Bugs Fixed
3034

31-
- **Deploy crate contains LICENSE and README**
3235

3336
## Code Refactors
3437

3538

3639
## Other Improvements
40+
- **Replace vaticle.com with typedb.com**
3741

3842

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.5
1+
2.25.0

0 commit comments

Comments
 (0)