Skip to content

Commit 8693c3f

Browse files
Update VERSION to 2.27.0-rc0 and create release notes (#823)
## Usage and product changes We update VERSION to 2.27.0-rc0 and create release notes.
1 parent 7f712e9 commit 8693c3f

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Distribution
22

3-
TypeDB Studio is available for Linux, Mac and Windows. [Download TypeDB Studio 2.26.6.](https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:2.26.6)
3+
TypeDB Studio is available for Linux, Mac and Windows. [Download TypeDB Studio 2.27.0-rc0.](https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:2.27.0-rc0)
44

55
For Mac Intel and Mac ARM, TypeDB Studio is also available through Homebrew:
66

@@ -27,12 +27,15 @@ which versions of Studio are compatible with which versions of TypeDB server.
2727

2828

2929
## Other Improvements
30-
- **Deploy artifacts to CloudSmith**
30+
- **Fix syntax highlighting for quoted strings**
31+
We fix the highlighting for string literals to make it yellow as it used to be. The highlighting had not been correct due to a bug introduced in TypeDB Studio 2.25.0.
3132

32-
We no longer upload build artifacts to the github releases page. Instead, the artifacts are available from our public cloudsmith repository, linked in the release notes.
33+
Before:
34+
![image](https://github.com/vaticle/typedb-studio/assets/22564079/f4a9165b-93c7-4115-8646-5f9352e232f0)
3335

34-
- **Migrate artifact hosting to cloudsmith**
35-
Updates artifact deployment & consumption rules to use cloudsmith (repo.typedb.com) instead of the self-hosted sonatype repository (repo.vaticle.com).
36+
After:
37+
![image](https://github.com/vaticle/typedb-studio/assets/22564079/24d88b06-4ff5-4f44-9feb-f30131b9116e)
3638

37-
- **Update typedb-driver with null fix**
39+
40+
3841

VERSION

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

dependencies/maven/artifacts.snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
@maven//:com_google_protobuf_protobuf_java_3_21_1
1919
@maven//:com_google_truth_truth_1_0_1
2020
@maven//:com_googlecode_java_diff_utils_diffutils_1_3_0
21-
@maven//:com_vaticle_typedb_typedb_cloud_runner_f78fdb0d3ac4c533c0eb9a2e02d986702435efe4
22-
@maven//:com_vaticle_typedb_typedb_runner_525f9e989ac9fb2d06a05e0ad61c711610803526
21+
@maven//:com_vaticle_typedb_typedb_cloud_runner_0_0_0_78f5c1c83be5f0c8982b86ae4d15dd0b2f377905
22+
@maven//:com_vaticle_typedb_typedb_runner_0_0_0_e182b2dfcaf5f4cf7e7ce3dbb46edad3dccc48e0
2323
@maven//:commons_codec_commons_codec_1_11
2424
@maven//:commons_io_commons_io_2_3
2525
@maven//:commons_logging_commons_logging_1_2

dependencies/vaticle/artifacts.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ def vaticle_typedb_artifact():
2929
)
3030

3131
maven_artifacts = {
32-
'com.vaticle.typedb:typedb-runner': '525f9e989ac9fb2d06a05e0ad61c711610803526',
33-
'com.vaticle.typedb:typedb-cloud-runner': 'f78fdb0d3ac4c533c0eb9a2e02d986702435efe4',
32+
'com.vaticle.typedb:typedb-runner': '0.0.0-e182b2dfcaf5f4cf7e7ce3dbb46edad3dccc48e0',
33+
'com.vaticle.typedb:typedb-cloud-runner': '0.0.0-78f5c1c83be5f0c8982b86ae4d15dd0b2f377905',
3434
}

dependencies/vaticle/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ def vaticle_typeql():
4242
git_repository(
4343
name = "vaticle_typeql",
4444
remote = "https://github.com/vaticle/typeql",
45-
tag = "2.26.6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
45+
tag = "2.27.0-rc0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
4646
)
4747

4848
def vaticle_typedb_driver():
4949
git_repository(
5050
name = "vaticle_typedb_driver",
5151
remote = "https://github.com/vaticle/typedb-driver",
52-
commit = "836d22bd614fbc5e52e83ff841a31eb3daffddf0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
52+
tag = "2.27.0-rc0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
5353
)

0 commit comments

Comments
 (0)