File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,23 @@ All notable changes to this project will be documented in this file.
33
44The 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
824This release fixes a bug in the maxHeaderSize parameter that could lead
925to panics. We introduce an external magic number to keep track of external
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments