Skip to content

Commit fbfad9f

Browse files
authored
Bump to version 4.3.0 (#665)
1 parent 96ab6c0 commit fbfad9f

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [v4.3.0] - 2021-07-14
11+
12+
### Added
13+
14+
- cmd/definitions: Add support for type uint64 (#615)
15+
- services: Implement GSP-127 Add ServiceInternal and RequestThrottled Errors (#616)
16+
- ci: Add codecov in unittests (#622)
17+
- docs: GSP-654 Unify List Behavior (#654)
18+
- ci: Add gofmt to action (#660)
19+
20+
### Changed
21+
22+
- docs: Reorganize README for better understanding (#613)
23+
- types: Add comments for Object and ObjectMode (#614)
24+
- cmd/definitions: Remove deprecated fields introduced in v4.2.0 (#619)
25+
- pkg/endpoint: Remove deprecated package pkg/endpoint (#621)
26+
- docs: Move rfcs and spec here as required in GSP-139 (#628)
27+
- cmd: Move definitions here as described in GSP-139 (#652)
28+
- docs: Update RFC template (#655)
29+
- cmd/definitions: Implement GSP-134 Write Behavior Consistency (#656)
30+
31+
### Fixed
32+
33+
- makefile: Fix code not formatted correctly (#661)
34+
1035
## [v4.2.0] - 2021-06-24
1136

1237
### Added
@@ -547,7 +572,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
547572
- Add pair based option and metadata support.
548573
- Add qingstor services.
549574

550-
[Unreleased]: https://github.com/beyondstorage/go-storage/compare/v4.2.0...HEAD
575+
[Unreleased]: https://github.com/beyondstorage/go-storage/compare/v4.3.0...HEAD
576+
[v4.3.0]: https://github.com/beyondstorage/go-storage/compare/v4.2.0...v4.3.0
551577
[v4.2.0]: https://github.com/beyondstorage/go-storage/compare/v4.1.0...v4.2.0
552578
[v4.1.0]: https://github.com/beyondstorage/go-storage/compare/v4.0.0...v4.1.0
553579
[v4.0.0]: https://github.com/beyondstorage/go-storage/compare/v3.6.0...v4.0.0

0 commit comments

Comments
 (0)