You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES_LATEST.md
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
TypeDB Studio is available for Linux, Mac and Windows (download binaries below).
4
4
5
-
For Mac, TypeDB Studio is also available through Homebrew:
5
+
For Mac Intel and Mac ARM, TypeDB Studio is also available through Homebrew:
6
6
7
7
```
8
8
brew tap vaticle/tap
@@ -18,6 +18,14 @@ documentation for which versions of Studio are compatible with which versions of
18
18
19
19
20
20
## 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
+
21
29
-**Deploy studio for each OS + Arch**
22
30
23
31
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
38
46
39
47
40
48
## 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
+
41
54
-**Set release compilation mode to optimized**
42
55
43
56
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
0 commit comments