Skip to content

Commit 3644955

Browse files
Update VERSION to 2.26.6-rc0 and create release notes (#196)
## Release notes: usage and product changes We update VERSION to 2.26.6-rc0 and create release notes.
1 parent d1e447d commit 3644955

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ 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.25.2
10+
cargo add typedb-protocol@2.26.6-rc0
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.25.2
18+
npm install typedb-protocol@2.26.6-rc0
1919
```
2020
or
2121
```sh
22-
yarn add typedb-protocol@2.25.2
22+
yarn add typedb-protocol@2.26.6-rc0
2323
```
2424

2525

@@ -33,6 +33,26 @@ yarn add [email protected]
3333

3434

3535
## Other Improvements
36+
- **Explicitly install python tool dependencies**
37+
38+
Since the upgrade to rules-python v0.24 (https://github.com/vaticle/dependencies/pull/460), we are required to explicitly install python dependencies in the WORKSPACE file. The python tools happened to be unused, so these errors were not visible until the sync dependencies tool was restored.
39+
40+
- **Sync dependencies in CI**
41+
42+
We add a sync-dependencies job to be run in CI after successful snapshot and release deployments. The job sends a request to vaticle-bot to update all downstream dependencies.
43+
44+
Note: this PR does _not_ update the `dependencies` repo dependency. It will be updated automatically by the bot during its first pass.
45+
46+
- **Set up CI filters for master-development workflow**
47+
48+
- **Migrate artifact hosting to cloudsmith**
49+
Updates artifact deployment & consumption rules to use cloudsmith instead of the self-hosted sonatype repository.
50+
51+
52+
- **Update grpc dependency labels**
53+
54+
We update all references to `@vaticle_dependencies//builder/grpc` to refer to `@vaticle_dependencies//builder/proto_grpc` instead. See https://github.com/vaticle/dependencies/pull/492.
55+
56+
- **Simplify github templates**
3657

37-
- **Update build dependencies**
3858

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.25.2
1+
2.26.6-rc0

0 commit comments

Comments
 (0)