Skip to content

Commit

Permalink
Merge for 2.28.4 release (#204)
Browse files Browse the repository at this point in the history
## Release notes: usage and product changes
Merge for 2.28.4 release
  • Loading branch information
typedb-bot authored Jun 13, 2024
2 parents 6626765 + 59318bd commit f09d868
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ try-import ./.bazel-remote-cache.rc
build --incompatible_strict_action_env --java_language_version=11 --javacopt='--release 11' --enable_runfiles
run --incompatible_strict_action_env --java_runtime_version=remotejdk_11
test --incompatible_strict_action_env --test_env=PATH --cache_test_results=no --java_runtime_version=remotejdk_11

build --@aspect_rules_ts//ts:skipLibCheck=always
fetch --@aspect_rules_ts//ts:skipLibCheck=always
query --@aspect_rules_ts//ts:skipLibCheck=always
10 changes: 4 additions & 6 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Documentation: https://typedb.com/docs/clients/2.x/clients
Available from https://crates.io/crates/typedb-protocol

```sh
cargo add [email protected].0
cargo add [email protected].4
```

#### For Node.js through npm

Available from https://www.npmjs.com/package/typedb-protocol

```sh
npm install [email protected].0
npm install [email protected].4
```
or
```sh
yarn add [email protected].0
yarn add [email protected].4
```


Expand All @@ -33,6 +33,4 @@ yarn add [email protected]


## Other Improvements
- **Replace AGPL v3.0 with MPL 2.0**


- **Update dependencies for TypeScript rules build**
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.28.0
2.28.4
7 changes: 4 additions & 3 deletions dependencies/maven/artifacts.snapshot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@maven//:com_eclipsesource_minimal_json_minimal_json_0_9_5
@maven//:com_electronwill_night_config_core_3_6_5
@maven//:com_electronwill_night_config_toml_3_6_5
@maven//:com_fasterxml_jackson_core_jackson_annotations_2_10_1
@maven//:com_fasterxml_jackson_core_jackson_core_2_10_1
@maven//:com_fasterxml_jackson_core_jackson_databind_2_10_1
@maven//:com_fasterxml_jackson_core_jackson_annotations_2_16_0
@maven//:com_fasterxml_jackson_core_jackson_core_2_16_0
@maven//:com_fasterxml_jackson_core_jackson_databind_2_16_0
@maven//:com_google_android_annotations_4_1_1_4
@maven//:com_google_api_grpc_proto_google_common_protos_2_9_0
@maven//:com_google_auth_google_auth_library_credentials_1_6_0
Expand All @@ -25,6 +25,7 @@
@maven//:com_googlecode_java_diff_utils_diffutils_1_3_0
@maven//:com_squareup_okhttp_okhttp_2_7_5
@maven//:com_squareup_okio_okio_1_17_5
@maven//:com_vdurmont_semver4j_3_1_0
@maven//:commons_codec_commons_codec_1_13
@maven//:commons_io_commons_io_2_3
@maven//:commons_logging_commons_logging_1_2
Expand Down
2 changes: 1 addition & 1 deletion dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ def vaticle_dependencies():
git_repository(
name = "vaticle_dependencies",
remote = "https://github.com/vaticle/dependencies",
commit = "e349dcd1ee646f679de254f9bea10d5cab61e606", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
commit = "b89c25993c1e4f11b367435b83ac19bb658bb712", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
)
1 change: 1 addition & 0 deletions grpc/nodejs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ ts_project(
":node_modules/@types/node",
":node_modules/typescript",
],
transpiler = "tsc",
visibility = ["//visibility:public"],
)

Expand Down

0 comments on commit f09d868

Please sign in to comment.