Skip to content

Commit 6cfb17d

Browse files
authored
Merge for release 2.28.4 (#661)
## Usage and product changes Merge for release 2.28.4
2 parents a7227fa + 05b3bf1 commit 6cfb17d

File tree

38 files changed

+72
-60
lines changed

38 files changed

+72
-60
lines changed

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ build:macos --stamp --workspace_status_command=$PWD/workspace-status.sh
3333

3434
# TODO
3535
# build:windows --stamp --workspace_status_command=workspace-status.bat
36+
37+
build --@aspect_rules_ts//ts:skipLibCheck=always
38+
fetch --@aspect_rules_ts//ts:skipLibCheck=always
39+
query --@aspect_rules_ts//ts:skipLibCheck=always

.circleci/windows/clib/test_assembly.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cmake --build . --config release
3535
popd
3636
set PATH=%cd%\test_assembly_clib\typedb-driver-clib-windows-x86_64\lib;%PATH%;
3737

38-
START /B "" typedb-server-windows\typedb server
38+
START /B "" typedb-server-windows\typedb server --development-mode.enable=true
3939
powershell -Command "Start-Sleep -Seconds 10"
4040

4141
test_assembly_clib\Release\test_assembly.exe

.circleci/windows/cpp/test_assembly.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cmake --build . --config release
3535
popd
3636
set PATH=%cd%\test_assembly_cpp\typedb-driver-cpp-windows-x86_64\lib;%PATH%;
3737

38-
START /B "" typedb-server-windows\typedb server
38+
START /B "" typedb-server-windows\typedb server --development-mode.enable=true
3939
powershell -Command "Start-Sleep -Seconds 10"
4040

4141
test_assembly_cpp\Release\test_assembly.exe

.circleci/windows/csharp/test_deploy_snapshot.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ powershell -Command "Move-Item -Path bazel-typedb-driver\external\vaticle_typedb
2525
7z x typedb-server-windows.zip
2626
RD /S /Q typedb-server-windows
2727
powershell -Command "Move-Item -Path typedb-server-windows-* -Destination typedb-server-windows"
28-
START /B "" typedb-server-windows\typedb server
28+
START /B "" typedb-server-windows\typedb server --development-mode.enable=true
2929

3030
powershell -Command "(gc csharp\Test\Deployment\NugetApplicationTest.csproj) -replace 'DRIVER_CSHARP_VERSION_MARKER', '0.0.0-%CIRCLE_SHA1%' | Out-File -encoding ASCII csharp\Test\Deployment\NugetApplicationTest.csproj"
3131
type csharp\Test\Deployment\NugetApplicationTest.csproj

.circleci/windows/java/test_deploy_snapshot.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ powershell -Command "Move-Item -Path bazel-typedb-driver\external\vaticle_typedb
2525
7z x typedb-server-windows.zip
2626
RD /S /Q typedb-server-windows
2727
powershell -Command "Move-Item -Path typedb-server-windows-* -Destination typedb-server-windows"
28-
START /B "" typedb-server-windows\typedb server
28+
START /B "" typedb-server-windows\typedb server --development-mode.enable=true
2929

3030
powershell -Command "(gc java\test\deployment\pom.xml) -replace 'DRIVER_JAVA_VERSION_MARKER', '0.0.0-%CIRCLE_SHA1%' | Out-File -encoding ASCII java\test\deployment\pom.xml"
3131
type java\test\deployment\pom.xml

.circleci/windows/python/test_deploy_snapshot.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ powershell -Command "Move-Item -Path bazel-typedb-driver\external\vaticle_typedb
2727
7z x typedb-server-windows.zip
2828
RD /S /Q typedb-server-windows
2929
powershell -Command "Move-Item -Path typedb-server-windows-* -Destination typedb-server-windows"
30-
START /B "" typedb-server-windows\typedb server
30+
START /B "" typedb-server-windows\typedb server --development-mode.enable=true
3131

3232
python3 -m pip install --extra-index-url https://repo.typedb.com/public/public-snapshot/python/simple typedb-driver==0.0.0+%VER%
3333
cd python/tests/deployment

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TypeDB Drivers
22

33
[![Factory](https://factory.vaticle.com/api/status/vaticle/typedb-driver/badge.svg)](https://factory.vaticle.com/vaticle/typedb-driver)
4-
[![Discord](https://img.shields.io/discord/665254494820368395?color=7389D8&label=chat&logo=discord&logoColor=ffffff)](https://vaticle.com/discord)
4+
[![Discord](https://img.shields.io/discord/665254494820368395?color=7389D8&label=chat&logo=discord&logoColor=ffffff)](https://typedb.com/discord)
55
[![Discussion Forum](https://img.shields.io/discourse/https/forum.typedb.com/topics.svg)](https://forum.typedb.com)
66
[![Stack Overflow](https://img.shields.io/badge/stackoverflow-typedb-796de3.svg)](https://stackoverflow.com/questions/tagged/typedb)
77
[![Stack Overflow](https://img.shields.io/badge/stackoverflow-typeql-3dce8c.svg)](https://stackoverflow.com/questions/tagged/typeql)

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

WORKSPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,14 @@ cpp_deps()
6363
# Load //builder/csharp
6464
load("@vaticle_dependencies//builder/csharp:deps.bzl", dotnet_deps = "deps")
6565
dotnet_deps()
66+
6667
load(
6768
"@rules_dotnet//dotnet:repositories.bzl",
6869
"dotnet_register_toolchains",
6970
"rules_dotnet_dependencies",
7071
)
7172
rules_dotnet_dependencies()
73+
7274
dotnet_register_toolchains("dotnet", "6.0.413")
7375
load("@rules_dotnet//dotnet:paket.rules_dotnet_nuget_packages.bzl", "rules_dotnet_nuget_packages")
7476
rules_dotnet_nuget_packages()
@@ -244,7 +246,6 @@ vaticle_typedb_protocol_npm_repositories()
244246

245247
# Setup rules_ts
246248
load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")
247-
248249
rules_ts_dependencies(
249250
ts_version_from = "//nodejs:package.json",
250251
)

0 commit comments

Comments
 (0)