Skip to content

Commit e7de41e

Browse files
authored
Update version to 2.28.4 and prepare release notes (#660)
## Usage and product changes Update version to 2.28.4 and prepare release notes
1 parent 410e6c6 commit e7de41e

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Documentation: https://typedb.com/docs/drivers/rust/overview
99

1010

1111
```sh
12-
cargo add [email protected].2-rc1
12+
cargo add [email protected].4
1313
```
1414

1515

@@ -29,7 +29,7 @@ Documentation: https://typedb.com/docs/drivers/java/overview
2929
<dependency>
3030
<groupid>com.vaticle.typedb</groupid>
3131
<artifactid>typedb-driver</artifactid>
32-
<version>2.28.2-rc1</version>
32+
<version>2.28.4</version>
3333
</dependency>
3434
</dependencies>
3535
```
@@ -42,7 +42,7 @@ Documentation: https://typedb.com/docs/drivers/python/overview
4242
Available through https://pypi.org
4343

4444
```
45-
pip install typedb-driver==2.28.2-rc1
45+
pip install typedb-driver==2.28.4
4646
```
4747

4848
### NodeJS driver
@@ -51,7 +51,7 @@ NPM package: https://www.npmjs.com/package/typedb-driver
5151
Documentation: https://typedb.com/docs/drivers/nodejs/overview
5252

5353
```
54-
npm install [email protected].2-rc1
54+
npm install [email protected].4
5555
```
5656

5757
### C# driver
@@ -61,23 +61,23 @@ Documentation: https://typedb.com/docs/drivers/csharp/overview
6161

6262
```xml
6363
<ItemGroup>
64-
<PackageReference Include="TypeDB.Driver" Version="2.28.2-rc1" />
65-
<PackageReference Include="TypeDB.Driver.Pinvoke.osx-x64" Version="2.28.2-rc1" />
66-
<PackageReference Include="TypeDB.Driver.Pinvoke.linux-x64" Version="2.28.2-rc1" />
67-
<PackageReference Include="TypeDB.Driver.Pinvoke.win-x64" Version="2.28.2-rc1" />
68-
<PackageReference Include="TypeDB.Driver.Pinvoke.osx-arm64" Version="2.28.2-rc1" />
69-
<PackageReference Include="TypeDB.Driver.Pinvoke.linux-arm64" Version="2.28.2-rc1" />
64+
<PackageReference Include="TypeDB.Driver" Version="2.28.4" />
65+
<PackageReference Include="TypeDB.Driver.Pinvoke.osx-x64" Version="2.28.4" />
66+
<PackageReference Include="TypeDB.Driver.Pinvoke.linux-x64" Version="2.28.4" />
67+
<PackageReference Include="TypeDB.Driver.Pinvoke.win-x64" Version="2.28.4" />
68+
<PackageReference Include="TypeDB.Driver.Pinvoke.osx-arm64" Version="2.28.4" />
69+
<PackageReference Include="TypeDB.Driver.Pinvoke.linux-arm64" Version="2.28.4" />
7070
</ItemGroup>
7171
```
7272

7373
### C++ driver
7474

75-
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-cpp+version:2.28.2-rc1
75+
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-cpp+version:2.28.4
7676
Documentation: https://typedb.com/docs/drivers/cpp/overview
7777

7878
### C driver
7979

80-
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-clib+version:2.28.2-rc1
80+
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-clib+version:2.28.4
8181

8282

8383
## New Features
@@ -93,6 +93,7 @@ Compiled distributions comprising headers and shared libraries available at: htt
9393

9494

9595
## Other Improvements
96-
97-
98-
96+
- **Turn on development mode for tests**
97+
We activate the newly introduced in `TypeDB` `--development-mode.enable` flag for all the CI builds of the driver.
98+
99+
- **Update `nodejs` driver dependencies and fix builds based on the updated `typescript` rules**

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.28.2-rc1
1+
2.28.4

0 commit comments

Comments
 (0)