Skip to content

Commit e0e207e

Browse files
Add maven tag for java protocol, and update VERSION to 2.25.1
1 parent dabc773 commit e0e207e

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

RELEASE_NOTES_LATEST.md

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

99
```sh
10-
cargo add [email protected].0
10+
cargo add [email protected].1
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 [email protected].0
18+
npm install [email protected].1
1919
```
2020
or
2121
```sh
22-
22+
2323
```
2424

2525

2626
## New Features
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-
27+
3228

3329
## Bugs Fixed
3430

3531

3632
## Code Refactors
3733

34+
- Add maven tag for Java to facilitate bundling TypeDB Core correctly
35+
3836

3937
## Other Improvements
40-
- **Replace vaticle.com with typedb.com**
4138

4239

VERSION

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

dependencies/vaticle/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def vaticle_dependencies():
2121
git_repository(
2222
name = "vaticle_dependencies",
2323
remote = "https://github.com/vaticle/dependencies",
24-
commit = "72ef3d0550492342ced5859e8f972dbf5d60677b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24+
commit = "952ab4a18647069a3b2ccd0d110ef168d93cfbe7", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)

grpc/java/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ java_grpc_library(
3636
"//proto:transaction-proto",
3737
"//proto:version-proto",
3838
],
39+
# TypeDB Core bundles JARs by maven coordinate, we can remove this when Core is rewritten in Rust
40+
tags = ["maven_coordinates=com.vaticle.typedb:typedb-protocol:{pom_version}"],
3941
)
4042

4143
checkstyle_test(

0 commit comments

Comments
 (0)