Skip to content

Commit a89c52c

Browse files
chore(go.mod): add retraction (#1891)
Since the v4.0.0 tag cannot be removed from the goproxy service, we added a retraction directive so users do not accidentally use v4.0.0 tag.
1 parent ebd6fed commit a89c52c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,23 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

6-
## [4.0.0] - 2023-02-24
6+
## [4.0.1] - 2023-02-28
7+
8+
We issue a follow up release in order to resolve a bug in subscriber. We also generate updated protobufs for Badger v4.
9+
10+
### Fixed
11+
- fix(pb): fix generated protos #1888
12+
- fix(publisher): initialize the atomic variable #1889
13+
14+
### Chores
15+
- chore(cd): tag based deployments #1887
16+
- chore(ci): fail fast when testing #1890
17+
18+
## [4.0.0] - 2023-02-27
19+
20+
> **Warning**
21+
> The tag v4.0.0 has been retracted due to a bug in publisher.
22+
> Use v4.0.1 (see #1889)
723
824
This release fixes a bug in the maxHeaderSize parameter that could lead
925
to panics. We introduce an external magic number to keep track of external

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ require (
3535
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
3636
gopkg.in/yaml.v2 v2.2.2 // indirect
3737
)
38+
39+
retract v4.0.0 // see #1888 and #1889

0 commit comments

Comments
 (0)