All Versions
3
Latest Version
Avg Release Cycle
281 days
Latest Release
1761 days ago

Changelog History

  • v0.3.0 Changes

    June 29, 2019

    โž• Added:

    • ๐Ÿ— Builds now return Workflow information
    • ๐Ÿ— Builds now return Picard information which describes the execution environment
    • ๐Ÿ— Builds now return Platform information
    • Actions now return Background information
    • CommitDetails now return Branch and PullRequest
    • ๐Ÿ— BuildOpts method for building a project with arbitrary parameters

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix issue with paginating queries returning a 401
    • ๐Ÿ— Actually send build parameters for ParameterizedBuild
    • ๐Ÿ›  Fix feature flag parsing to not cause a null pointer panic
  • v0.2.0 Changes

    March 10, 2018

    Backwards incomptabile changes:

    • Switched FeatureFlags to a struct from map[string]bool as it was found that not all feature flags are bools (https://github.com/jszwedko/go-circleci/issues/8) which resulted in non-bool values being inaccessible. Known feature flags are encoded as struct fields with a .Raw() method to access the underlying map[string]interface{} to access unknown feature flags.
  • v0.1.0 Changes

    December 15, 2017

    โž• Added

    • ๐ŸŽ‰ Initial implementation.