Skip to content

Releases: palantir/sls-packaging

7.43.0

01 Nov 15:27
2172ea2
Compare
Choose a tag to compare
Type Description Link
Improvement Allow AVX-512 instructions on JDK-21+ #1539

7.42.0

28 Sep 21:58
ab9264c
Compare
Choose a tag to compare
Type Description Link
Improvement Opt out of AVX-512 once again #1525

7.41.0

12 Sep 20:58
1d7cc1b
Compare
Choose a tag to compare
Type Description Link
Improvement JDK-21+ response-time gc profile uses generational zgc #1520

7.40.0

12 Sep 20:37
04ad187
Compare
Choose a tag to compare
Type Description Link
Improvement Unset the JDK-11 CompileCommand override for bundled JDKS #1519

7.39.0

05 Sep 20:38
2f3ca6a
Compare
Choose a tag to compare
Type Description Link
Improvement Allow AVX-512 instructions when jdks are bundled with distributions #1517

7.38.0

01 Sep 09:34
6eff589
Compare
Choose a tag to compare
Type Description Link
Improvement Remove version from JDK path when JDKs are included in dists. #1516

7.37.0

24 Aug 17:11
ed660c6
Compare
Choose a tag to compare
Type Description Link
Feature Add jdks property to distribution extension to help include JDKs into dists. #1510

7.36.0

01 Aug 18:05
2ece389
Compare
Choose a tag to compare
Type Description Link
Improvement When failing to create a ProductDependency due to invalid versions, specify in the error message which depended-on product is involved. #1472
Improvement Clarify error message with recommended next steps #1479
Improvement Increase G1 default pause target from 200ms to 500ms

The G1 pause target can be modified thusly:
groovy<br>gc 'hybrid', {<br> maxGCPauseMillis 250<br>}<br>
#1505

7.35.0

27 Apr 19:40
6eebe5f
Compare
Choose a tag to compare
Type Description Link
Improvement Create api project for schema lock file #1470

7.34.0

21 Apr 17:32
88a1fa8
Compare
Choose a tag to compare
Type Description Link
Feature Create schema-versions.lock file to track supported schema versions #1454