@@ -5,6 +5,42 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
77
8+ ## [ v2.1.0] - 2021-04-24
9+
10+ ### Added
11+
12+ - * : Implement proposal unify object metadata (#25 )
13+ - storage: Normalize iterator next function names (#27 )
14+ - pair: Implement default pair support for service (#29 )
15+ - * : Set default pair when init (#31 )
16+ - storage: Implement Create API (#33 )
17+ - storage: Set multipart attributes when create multipart (#34 )
18+ - * : Add UnimplementedStub (#35 )
19+ - storage: Implement SSE support (#37 )
20+ - tests: Introduce STORAGE_QINGSTOR_INTEGRATION_TEST (#39 )
21+ - storage: Implement AOS-40 (#41 )
22+
23+ ### Changed
24+
25+ - storage: Clean up next page logic
26+ - build: Make sure integration tests has been executed
27+ - docs: Migrate zulip to matrix
28+ - docs: Remove zulip
29+ - ci: Only run Integration Test while push to master
30+ - storage: Rename SSE related pairs to meet AOS-38 (#38 )
31+
32+ ### Fixed
33+
34+ - storage: Fix multipart integration tests (#36 )
35+
36+ ### Removed
37+
38+ - * : Remove parsed pairs pointer (#28 )
39+
40+ ### Upgrade
41+
42+ - build(deps): bump github.com/qingstor/qingstor-sdk-go/v4 (#26 )
43+
844## [ v2.0.0] - 2021-01-17
945
1046### Added
@@ -25,4 +61,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
2561
2662- Implement qingstor services.
2763
64+ [ v2.1.0 ] : https://github.com/aos-dev/go-service-qingstor/compare/v2.0.0...v2.1.0
2865[ v2.0.0 ] : https://github.com/aos-dev/go-service-qingstor/compare/v1.0.0...v2.0.0
0 commit comments