Skip to content

Commit e5a966a

Browse files
Update VERSION to 2.24.15
1 parent aa071db commit e5a966a

File tree

2 files changed

+5
-39
lines changed

2 files changed

+5
-39
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -18,54 +18,20 @@ 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-
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+
4722

4823
## 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**
5225

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.
5327

54-
- **Set release compilation mode to optimized**
55-
56-
We set the Bazel compilation mode for releases to `opt`.
28+
We update to the driver version with the fix.
5729

5830

5931
## Code Refactors
6032

6133

6234
## Other Improvements
6335

64-
- **Replace references to vaticle.com**
65-
66-
- **Fix CircleCI release workflow job references**
67-
68-
- **Update README.md**
69-
7036

7137

VERSION

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

0 commit comments

Comments
 (0)