All Versions
39
Latest Version
Avg Release Cycle
15 days
Latest Release
603 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.0 Changes
October 15, 2021๐ Since this release, we will use
go.beyondstorage.io/v5
as new module name.โ Added
- GSP-840: Convert to monorepo (#840)
- ๐ GSP-839: Add Support for Content-Disposition (#839)
๐ Changed
- *: Rename to go.beyondstorage.io (#842)
- credential,endpoint: Split from pkg (#843)
- ๐จ refactor(tests): Move go-integration-tests here (#847)
-
v4.8.0 Changes
September 30, 2021โ Added
- feat: Generate code via Xuanwo/gg (#728, #737, #738, #739, #740, #742)
- ๐ docs/rfcs: GSP-749 Unify Path Behavior (#749)
- ๐ docs: Add README.zh-CN.md (#750)
- ๐ docs/rfcs: GSP-751 Write Empty File Behavior (#751)
- ๐ docs: Add description of GSP-751 (#759)
- feat: Implement GSP-749 unify path behavior (#822)
- feat: Replace separator with / in path for service (#823)
- ๐ docs/rfcs: GSP-826 Add Multipart HTTP Signer Support (#826)
- ๐ feat: Add Multipart HTTP Signer support (#829)
๐ Changed
- ๐ docs: Add the services bos and obs to the README (#748)
- ๐จ refactor: Cleanup definition generate logic (#754)
- feat: Migrate internal iterator generator to definitions (#755)
- ๐ ci: Sync github actions (#757)
๐ Fixed
- ๐ fix: Compilation fails if Default*Pairs unimplemented in service (#821)
- ๐ fix: Not enough arguments in call to Service.formatError (#824)
- ๐ fix: Replace each backslash in path with a slash (#825)
- ๐ fix: Fixed the error when no function is declared under the namespace (#831)
โฌ๏ธ Upgraded
- ๐ build(deps): bump github.com/pelletier/go-toml from 1.9.3 to 1.9.4 (#746)
-
v4.7.0 Changes
September 02, 2021โ Added
- โ tests: Add test for NewStorageFromString (#724)
- ๐ docs/rfcs: GSP-725 Add Defaultable Property for Pair (#725)
- 0๏ธโฃ cmd/definitions: Implement GSP-725 Add Defaultable Property for Pair (#730)
- ๐ docs/rfcs: GSP-729 Redesign HTTP Signer (#729)
- definitions: Implement GSP-729 Redesign HTTP Signer (#732)
๐ Changed
- ๐ docs/rfc: Remove pair declare description for GSP-729 (#735)
๐ Deprecated
- ๐ definitions: Deprecate Reacher and expire (#734)
-
v4.6.0 Changes
August 25, 2021โ Added
- 0๏ธโฃ feat: Support features and default paris in connection string (#713)
- feat: Set Features with feature pairs (#716)
- feat: Allow append pairs for New{Servicer,Storager}FromString (#718)
- 0๏ธโฃ feat: Set DefaultPairs with defaultable pairs (#719)
- ๐ ci: Add cross build (#721)
๐ Changed
- ๐ cmd/definitions: Remove conflict from pair (#720)
๐ Fixed
- definitions: Fix naming format for http signer (#714)
-
v4.5.0 Changes
August 19, 2021โ Added
- โ tests: Implement bench for List (#687)
- ๐ ci: Add golangci-lint (#690)
- ๐ docs/rfcs: GSP-700 Config Features and DefaultPairs via Connection String (#700)
- ๐ docs/rfcs: GSP-706 Support HTTP Signer (#706)
- feat: Generate feature pairs (#708)
- ๐ definitions: Implement GSP-706 Support HTTP Signer (#709)
- 0๏ธโฃ feat: Generate default pairs (#710)
๐ Changed
- ๐ docs: Update go-storage docs link (#696)
- ๐ docs: Update links to matrix (#701)
- ๐ docs: Update readme about services support (#705)
๐ Fixed
- *: Fix ineffectual assignments (#691)
- ๐ definitions: Fixed a description error in CreateLink (#698)
-
v4.4.0 Changes
July 22, 2021โ Added
- ๐ docs: GSP-669 Feature Lifecycle (#669)
- definitions: Implement GSP-86 Add CreateLink (#674)
๐ Changed
- ๐ docs: Update rfc README, fix GSP-669 typo (#673)
- ๐ฆ cmd: Remove not used package in service.tmpl (#679)
- definitions: Implement GSP-41 Turn Pair Expire into Duration (#681)
- โ tests: Split from cmd definitions (#685)
โฌ๏ธ Upgraded
- ๐ build(deps): Bump github.com/google/uuid from 1.2.0 to 1.3.0 (675)
-
v4.3.2 Changes
July 15, 2021๐ Fixed
- โ cmd: Add warning for type convert instead (#670)
-
v4.3.1 Changes
July 15, 2021๐ Fixed
- pkg: Add pkg/endpoint back to avoid breaking other projects (#667)
โฌ๏ธ Upgraded
- ๐ build(deps): bump github.com/golang/mock from 1.5.0 to 1.6.0 (#597)
-
v4.3.0 Changes
July 14, 2021โ Added
- ๐ cmd/definitions: Add support for type uint64 (#615)
- services: Implement GSP-127 Add ServiceInternal and RequestThrottled Errors (#616)
- โ ci: Add codecov in unittests (#622)
- ๐ docs: GSP-654 Unify List Behavior (#654)
- ci: Add gofmt to action (#660)
๐ Changed
- ๐ docs: Reorganize README for better understanding (#613)
- types: Add comments for Object and ObjectMode (#614)
- ๐ cmd/definitions: Remove deprecated fields introduced in v4.2.0 (#619)
- ๐ฆ pkg/endpoint: Remove deprecated package pkg/endpoint (#621)
- ๐ docs: Move rfcs and spec here as required in GSP-139 (#628)
- ๐ cmd: Move definitions here as described in GSP-139 (#652)
- ๐ docs: Update RFC template (#655)
- cmd/definitions: Implement GSP-134 Write Behavior Consistency (#656)
๐ Fixed
- ๐ makefile: Fix code not formatted correctly (#661)
-
v4.2.0 Changes
June 24, 2021โ Added
- ๐ cmd/definitions: Implement GSP-97 Add Restrictions In Storage Metadata (#601)
- ๐ cmd/definitions: Implement GSP-111 Add System Metadata in Storage Metadata (#605)
๐ Changed
- cmd/definitions: Trim Service Pair Prefix (#598)
- ๐ services: Implement GSP-90 Re-support Initialization Via Connection String (#589)
- cmd/definitions: Implement GSP-109 Redesign Features (#606)
- cmd/definitions: Implement GSP-117 Rename Service to System as the Opposite to Global (#608)
๐ Deprecated
- ๐ pkg/endpoint: Deprecated by github.com/beyondstorage/go-endpoint (#595)
- ๐ services: Related fields
ServiceFeatures
andStorageFeatures
have been deprecated (#606) - ๐ services:
GetObjectMetadata
has been deprecated byGetObjectSystemMetadata
(#608)