File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.14.2] - 2025-04-13
4
+
5
+ This bugfix release fixes a number of issues and continues support
6
+ for Go 1.23 and 1.24.
7
+
8
+ Toolchain upgrades via ` GOTOOLCHAIN ` now work correctly; the transparent
9
+ upgrade could lead to "linked object header mismatch" errors as garble
10
+ was accidentally mixing the original and upgraded toolchain versions.
11
+
12
+ ` garble -debugdir ` now refuses to delete a non-empty directory if its
13
+ contents were not created by a previous ` -debugdir ` invocation.
14
+ This should prevent mistakes which could lead to losing important files.
15
+
16
+ Function intrinsics were not being picked up correctly from Go 1.24;
17
+ this could lead to degraded performance for some users, as obfuscating
18
+ their names prevented the toolchain from optimizing them.
19
+
3
20
## [ v0.14.1] - 2025-02-12
4
21
5
22
This release adds support for Go 1.24 and continues support for Go 1.23.
@@ -318,6 +335,7 @@ Known bugs:
318
335
* obfuscating the standard library with ` GOPRIVATE=* ` is not well supported yet
319
336
* ` garble test ` is temporarily disabled, as it is currently broken
320
337
338
+ [ v0.14.2 ] : https://github.com/burrowers/garble/releases/tag/v0.14.2
321
339
[ v0.14.1 ] : https://github.com/burrowers/garble/releases/tag/v0.14.1
322
340
[ v0.14.0 ] : https://github.com/burrowers/garble/releases/tag/v0.14.0
323
341
[ v0.13.0 ] : https://github.com/burrowers/garble/releases/tag/v0.13.0
You can’t perform that action at this time.
0 commit comments