All Versions
39
Latest Version
Avg Release Cycle
15 days
Latest Release
916 days ago

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