Skip to content

Commit 70afd19

Browse files
Bump version & prepare release notes for 3.0.4 (#737)
## Usage and product changes Bump version & prepare release notes for 3.0.4
1 parent f300f28 commit 70afd19

File tree

2 files changed

+35
-26
lines changed

2 files changed

+35
-26
lines changed

RELEASE_NOTES_LATEST.md

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

1010

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

1515

1616
### Java driver
1717

18-
Available through [https://repo.typedb.com](https://cloudsmith.io/~typedb/repos/public-release/packages/detail/maven/typedb-driver/3.0.2/a=noarch;xg=com.typedb/)
18+
Available through [https://repo.typedb.com](https://cloudsmith.io/~typedb/repos/public-release/packages/detail/maven/typedb-driver/3.0.4/a=noarch;xg=com.typedb/)
1919
Documentation: https://typedb.com/docs/drivers/java/overview
2020

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

4444
```
45-
pip install typedb-driver==3.0.2
45+
pip install typedb-driver==3.0.4
4646
```
4747

48-
## New Features
48+
### NodeJS driver
4949

50+
NPM package: https://www.npmjs.com/package/typedb-driver
51+
Documentation: https://typedb.com/docs/drivers/nodejs/overview
5052

51-
## Bugs Fixed
52-
- **Introduce 3.0 cloud driver tests**
53-
We fix cloud drivers creation interfaces and introduce integration and behavior tests to cover these public methods.
54-
55-
- **BUGFIX python-3.0.0: remove extra argument in call to internal _Driver.cloud**
56-
53+
```
54+
npm install [email protected]
55+
```
5756

58-
## Code Refactors
59-
- **Add version filter for maven packages for Java release notes**
60-
Add version filter for maven packages for Java release notes.
57+
### C# driver
6158

62-
- **Update Java APIs with marker throwing runtime TypeDBDriverExceptions**
63-
59+
NuGet package: https://www.nuget.org/packages/TypeDB.Driver
60+
Documentation: https://typedb.com/docs/drivers/csharp/overview
6461

65-
## Other Improvements
66-
- **Regenerate docs**
62+
```xml
63+
<ItemGroup>
64+
<PackageReference Include="TypeDB.Driver" Version="3.0.4" />
65+
<PackageReference Include="TypeDB.Driver.Pinvoke.osx-x64" Version="3.0.4" />
66+
<PackageReference Include="TypeDB.Driver.Pinvoke.linux-x64" Version="3.0.4" />
67+
<PackageReference Include="TypeDB.Driver.Pinvoke.win-x64" Version="3.0.4" />
68+
<PackageReference Include="TypeDB.Driver.Pinvoke.osx-arm64" Version="3.0.4" />
69+
<PackageReference Include="TypeDB.Driver.Pinvoke.linux-arm64" Version="3.0.4" />
70+
</ItemGroup>
71+
```
6772

68-
- **Fix rust format**
73+
### C++ driver
6974

70-
- **Update logback to a non-vulnerable version**
75+
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-cpp+version:3.0.4
76+
Documentation: https://typedb.com/docs/drivers/cpp/overview
7177

72-
- **Remove debug println**
78+
### C driver
7379

74-
- **Update typedb behavior dependency and typedb server artifact to test the unblocked server features**
75-
Update typedb behavior dependency and typedb server artifact to test the unblocked server features of rollback and write query fetches.
80+
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-clib+version:3.0.4
7681

77-
- **Remove transaction pop from java tests on rollback**
82+
## Code Refactors
83+
- **Add 'dec' suffix to notation of 'Decimal' type**
84+
Add 'dec' suffix to notation of 'Decimal' type
85+
7886

79-
- **Update examples to fix their build**
87+
## Other Improvements
88+
- **Update 3.0 drivers api references**
8089

8190

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.2
1+
3.0.4

0 commit comments

Comments
 (0)