From 2a0eb8aba3999620d9d2bb74e13c34a0f63d0366 Mon Sep 17 00:00:00 2001 From: JinnyYi <82445294+JinnyYi@users.noreply.github.com> Date: Mon, 24 May 2021 14:36:36 +0800 Subject: [PATCH] Bump to version 4.0.0 (#19) --- CHANGELOG.md | 12 ++++++++++++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92938cf..1557e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,3 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Implement integration test for storager - Implement integration test for multiparter - Implement integration test for appender + +## v4.0.0 - 2021-05-24 + +### Changed + +- storage: Add CommitAppend (#15) +- storage: Implement GSP-46 Idempotent storager delete operation (#16) +- storage: Implement GSP-62 WriteMultipart returns Part (#17) +- *: Implement GSP-73 Organization Rename (#18) + +[Unreleased]: https://github.com/beyondstorage/go-integration-test/compare/v4.0.0...HEAD +[v4.0.0]: https://github.com/beyondstorage/go-integration-test/compare/v3.0.0...v4.0.0 \ No newline at end of file diff --git a/go.mod b/go.mod index 5d7a9fb..eaee4d8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/beyondstorage/go-integration-test/v4 go 1.15 require ( - github.com/beyondstorage/go-storage/v4 v4.0.0-20210521045436-248353dfc077 + github.com/beyondstorage/go-storage/v4 v4.0.0 github.com/google/uuid v1.2.0 github.com/smartystreets/goconvey v1.6.4 ) diff --git a/go.sum b/go.sum index 8c702b7..c3400b1 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ github.com/Xuanwo/templateutils v0.1.0/go.mod h1:OdE0DJ+CJxDBq6psX5DPV+gOZi8bhuHuVUpPCG++Wb8= -github.com/beyondstorage/go-storage/v4 v4.0.0-20210521045436-248353dfc077 h1:BxqrLLELv6ZvP4+DZlwPAwBhNYkQqpZFvujvUT8zGiY= -github.com/beyondstorage/go-storage/v4 v4.0.0-20210521045436-248353dfc077/go.mod h1:oa2dYco+xplPj99WSBnYVw/xXvRkIKWSSVDQKNZ5Kz8= +github.com/beyondstorage/go-storage/v4 v4.0.0 h1:yg3/XFEIuf207Y/kb/Gh1E46imphE2EtsKk+x7wrxIM= +github.com/beyondstorage/go-storage/v4 v4.0.0/go.mod h1:oa2dYco+xplPj99WSBnYVw/xXvRkIKWSSVDQKNZ5Kz8= github.com/beyondstorage/specs/go v0.0.0-20210521044836-3d41c1d9c97f/go.mod h1:f5VvmLHc/dNJwl+/yAv/TOHdev3phvuEswx8DIXiSQQ= github.com/dave/dst v0.26.2/go.mod h1:UMDJuIRPfyUCC78eFuB+SV/WI8oDeyFDvM/JR6NI3IU= github.com/dave/gopackages v0.0.0-20170318123100-46e7023ec56e/go.mod h1:i00+b/gKdIDIxuLDFob7ustLAVqhsZRk2qVZrArELGQ=