We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d953bd4 + f721045 commit 50735ceCopy full SHA for 50735ce
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Unreleased
2
3
+## 1.4.1 (2025-04-09)
4
+
5
+- packaging: Retract (but do not revert) release 1.4.0 and 1.4.1. Builds will default to using 1.3.3.
6
7
## 1.4.0 (2025-04-07)
8
go.mod
@@ -1,3 +1,8 @@
module github.com/fastly/compute-sdk-go
go 1.21
+retract (
+ v1.4.0 // Observed errors after rollout
+ v1.4.1 // Contains retractions only
+)
0 commit comments