Skip to content

Commit 64ae546

Browse files
Update VERSION to 2.24.14 and regenerate release notes
1 parent 167688e commit 64ae546

File tree

4 files changed

+23
-12
lines changed

4 files changed

+23
-12
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,10 @@ or [GitHub Releases](https://github.com/vaticle/typedb-studio/releases).
8383
8484
1. Make sure you have the following dependencies installed on your machine:
8585
- Java JDK 11 or higher
86-
- [Bazel 5 or higher](http://bazel.build/). We use [Bazelisk](https://github.com/bazelbuild/bazelisk) to manage
87-
multiple Bazel versions transparently. Bazelisk runs the appropriate Bazel version for any `bazel` command as
88-
specified in [`.bazelversion`](https://github.com/vaticle/typedb/blob/master/.bazelversion) file. In order to
89-
install it, follow the platform-specific guide:
90-
- MacOS: `brew install bazelisk`
91-
- Linux: `wget https://github.com/bazelbuild/bazelisk/releases/download/v1.4.0/bazelisk-linux-amd64 -O /usr/local/bin/bazel`
92-
86+
- [Bazel 6 or higher](http://bazel.build/). We recommend installing it using [Bazelisk](https://github.com/bazelbuild/bazelisk),
87+
which manages multiple Bazel versions transparently. Bazelisk runs the appropriate Bazel version for any `bazel` command as
88+
specified in [`.bazelversion`](https://github.com/vaticle/typedb/blob/master/.bazelversion) file.
89+
9390
2. Depending on your Operating System, you can compile and run TypeDB Studio with either one of the following commands.
9491
```sh
9592
$ bazel run //:studio-bin-mac-arm64 # for Apple Silicon

RELEASE_NOTES_LATEST.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
TypeDB Studio is available for Linux, Mac and Windows (download binaries below).
44

5-
For Mac, TypeDB Studio is also available through Homebrew:
5+
For Mac Intel and Mac ARM, TypeDB Studio is also available through Homebrew:
66

77
```
88
brew tap vaticle/tap
@@ -18,6 +18,14 @@ documentation for which versions of Studio are compatible with which versions of
1818

1919

2020
## New Features
21+
- **Update MacOS DMG signing and notarization process via bazel-distribution**
22+
23+
We update the packaging and signing tools used by `//:assemble-platform` to correctly sign the MacOS package vis-à-vis changes in JVM17, XCode 13+, and Apple notarization process. See https://github.com/vaticle/bazel-distribution/pull/391 for more details.
24+
25+
- **Windows build fixes**
26+
27+
We shorten bazel workspace path to work around the character limit on Windows, and enable runfiles linking for Rust compilation.
28+
2129
- **Deploy studio for each OS + Arch**
2230

2331
We deploy 5 separate distributions of TypeDB Studio, one per platform:
@@ -38,6 +46,11 @@ documentation for which versions of Studio are compatible with which versions of
3846

3947

4048
## Bugs Fixed
49+
- **Ensure write transaction has been opened in integration test**
50+
51+
We fix a spurious NPE that arises in the TextEditor integration test when a schema write is attempted before the write transaction is opened.
52+
53+
4154
- **Set release compilation mode to optimized**
4255

4356
We set the Bazel compilation mode for releases to `opt`.
@@ -47,9 +60,10 @@ documentation for which versions of Studio are compatible with which versions of
4760

4861

4962
## Other Improvements
50-
- **Fix CircleCI release workflow job references**
5163

52-
- **Allow releasing from development branch**
64+
- **Replace references to vaticle.com**
65+
66+
- **Fix CircleCI release workflow job references**
5367

5468
- **Update README.md**
5569

RELEASE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
TypeDB Studio is available for Linux, Mac and Windows (download binaries below).
44

5-
For Mac, TypeDB Studio is also available through Homebrew:
5+
For Mac Intel and Mac ARM, TypeDB Studio is also available through Homebrew:
66

77
```
88
brew tap vaticle/tap

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.12
1+
2.24.14

0 commit comments

Comments
 (0)