@@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
35
## [ v4.2.0] - 2021-06-24
11
36
12
37
### Added
@@ -547,7 +572,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
547
572
- Add pair based option and metadata support.
548
573
- Add qingstor services.
549
574
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
551
577
[ v4.2.0 ] : https://github.com/beyondstorage/go-storage/compare/v4.1.0...v4.2.0
552
578
[ v4.1.0 ] : https://github.com/beyondstorage/go-storage/compare/v4.0.0...v4.1.0
553
579
[ v4.0.0 ] : https://github.com/beyondstorage/go-storage/compare/v3.6.0...v4.0.0
0 commit comments