Skip to content

Releases: Stack8/github-zenhub-sdk

v1.6.0

07 Nov 19:53
20f8c16
Compare
Choose a tag to compare

Add support for retrieving a dynamic number of commits from a repo

v1.5.0

30 Oct 19:50
b4c55f4
Compare
Choose a tag to compare

Add support for GraphQL queries needed for the sync-branch command.

v1.4.1

26 Aug 17:20
Compare
Choose a tag to compare

Fix bug where stories with a pull request not belonging to smacs repo would not be moved

v1.4.0

23 Aug 13:12
Compare
Choose a tag to compare
  • Add support for scrumban move-deployed-issues command

Full changelog here.

v1.2.0

19 Feb 20:48
f3192e6
Compare
Choose a tag to compare

What's Changed

  • Introduce new ziro-cli tool with support for Sprints in velocity reporting by @arotondo in #3
    • Add support for adding issues to sprints.
    • Add support to get sprint by state.
    • Enhance SearchClosedIssues to include sprints and estimate.
    • Other unrelated stuff
      • Add updateSchemas gradle task to make it easy to update the graphql schemas.
      • Add support to get github repository information (this was no longer needed but might be useful for upcoming git-flow features).

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Dec 18:36
347fe33
Compare
Choose a tag to compare

What's Changed

  • Refactor github-zenhub-sdk to use apollo-kotlin so that graphql is easier to work with by @arotondo in #2

Full Changelog: 1.0.4...v1.1.0