All Versions
39
Latest Version
Avg Release Cycle
15 days
Latest Release
1113 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v4.1.0 Changes
June 08, 2021โ Added
- cmd/definitions: Implement GSP-87 Feature Gates (#586)
- cmd/definitions: Implement GSP-93 Add ObjectMode Pair (#592)
๐ Fixed
- cmd/definitions: Fix storage features not generated (#588)
-
v4.0.0 Changes
May 24, 2021โ Added
- storage: Implement GSP-44 (#547)
- services: Implement GSP-48 Service Registry (#556)
- services: Implement GSP-47 Additional Error Specification (#555)
- storage: Implement GSP-49 Add CreateDir Operation (#561)
- services: Implement GSP-51 Distinguish Errors by IsInternalError (#564)
- types: Implement GSP-61 Add object mode check for operations (#573)
- cmd/definitions: Add functions Add and Del for ObjectMode (#574)
- ๐ cmd/definitions: Declare supports interfaces in generator (#584)
๐ Changed:
- ๐ cmd/definitions: Remove redundent // in object.tmpl (#565)
- ๐ docs: Move spec to specs (#568)
- ๐ docs: Add comment to illustrate ignoring generated.go in tests package (#567)
- โก๏ธ cmd/definitions: Update obsolete file paths in comments (#570)
- object: Implement GSP-62 WriteMultipart returns Part (#572)
- iowrap: Explicit declare implemented interface (#576)
- *: Implement GSP-73 Organization Rename (#578)
- ๐ storage: Implement GSP-76 Local Function Metadata (#77) (#580)
๐ Fixed
- types: Fix IterateDone doesn't implement InternalError (#582)
-
v3.6.0 Changes
April 24, 2021โ Added
- object: Add AppendOffset for appendable object (#532)
- cmd/definitions: Add a new type byte_array (#534)
- pkg: Implement wrapper for fs.FS and http.FileSystem (#538)
- cmd/definitions: Implement GSP-40 (#541)
๐ Changed
- ๐ docs: Fix broken links in README (#533)
- ๐ docs/specs: Replace spaces by tab in the code in 1-error-handling (#535)
-
v3.5.0 Changes
April 20, 2021โ Added
- โ cmd/definitions: Add tests service (#518)
- cmd/definitions: Increase stablility of generated code (#526)
- types: Add UnimplementedStub to have forward compatible implementations (#524)
- pkg/iowrap: Add cancelable io wrappers (#528)
๐ Changed
- ๐ docs: Update README
- ๐ docs: Migrate zulip to matrix
๐ Fixed
- ๐ docs: Fix quick start is not runnable
-
v3.4.2 Changes
March 16, 2021โ Added
- object: Add Multipart related fields into object (#516)
-
v3.4.1 Changes
March 04, 2021๐ Fixed
- ๐ cmd: Fix support for local function generation (#513)
-
v3.4.0 Changes
March 04, 2021๐ Fixed
- storage: New is conflict with Storage init logic, rename to Create instead (#511)
-
v3.3.0 Changes
March 04, 2021โ Added
- pkg/iowrap: Implement Pipe (#508)
- types: Add "New" operation to create an object locally (#509)
-
v3.2.0 Changes
February 22, 2021โ Added
- iowrap: Implement CallbackWriter (#502)
- types: Implement Stringer for ObjectMode (#503)
- 0๏ธโฃ service: Add template for generating default pair for each service (#504)
-
v3.1.0 Changes
February 18, 2021โ Added
- ๐ *: Implement proposal unify object metadata (#498)
๐ Changed
- ๐ cmd/definitions: Remove parsed pairs pointer (#500)
โ Removed
- ๐ฆ pkg: Remove not used storageclass package