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
+4-38Lines changed: 4 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,54 +18,20 @@ 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
-
29
-
-**Deploy studio for each OS + Arch**
30
-
31
-
We deploy 5 separate distributions of TypeDB Studio, one per platform:
32
-
33
-
1.`linux-x86_64`
34
-
2.`linux-arm64`
35
-
3.`mac-x86_64`
36
-
4.`mac-arm64`
37
-
5.`windows-x86_64`
38
-
39
-
Please be aware that this means TypeDB Studio distributions are no longer portable between Intel and Mac variants of the same system - eg. from an Intel mac to an ARM mac.
40
-
41
-
42
-
-**Upgrade to 2.24.x and implement native ARM64 targets**
43
-
44
-
We update the underlying typedb-driver and dependencies, and add arm64 build targets.
45
-
46
-
21
+
47
22
48
23
## 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.
24
+
-**Fix unpacking driver runtime files into working directory**
52
25
26
+
Due to a bug in the Java driver, we unpacked the driver dynamic library into the current working directory of Studio, rather than into a temporary directory. This was at best confusing, and at worst caused an unrecognized error in cases where the Studio was run from a read-only directory (such as `/Applications/` on mac OS.
53
27
54
-
-**Set release compilation mode to optimized**
55
-
56
-
We set the Bazel compilation mode for releases to `opt`.
0 commit comments