Skip to content

Commit efbebf9

Browse files
Update VERSION to 2.28.0 and create release notes (#200)
## Usage and product changes We update VERSION to 2.28.0 and create release notes.
1 parent 9290be5 commit efbebf9

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 4 additions & 24 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.26.6
10+
cargo add typedb-protocol@2.28.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.26.6
18+
npm install typedb-protocol@2.28.0
1919
```
2020
or
2121
```sh
22-
yarn add typedb-protocol@2.26.6
22+
yarn add typedb-protocol@2.28.0
2323
```
2424

2525

@@ -33,26 +33,6 @@ 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**
36+
- **Replace AGPL v3.0 with MPL 2.0**
5737

5838

VERSION

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

0 commit comments

Comments
 (0)