Skip to content

Releases: go-jira/jira

v1.0.27 Release

07 Oct 20:12

Choose a tag to compare

Unreleased

v1.0.27 - 2020-10-01

Block

  • f7587f4: reverse order of arguments

Chore

Templates

  • 0e3082f: add wrap helper function

v1.0.26 Release

11 Sep 18:13

Choose a tag to compare

Unreleased

v1.0.26 - 2020-09-11

Chore

Cicd

  • 96ec333: automated releases fixes
  • 31f7b03: automated changelog and release

Version 1.0.25

11 Sep 13:36

Choose a tag to compare

1.0.25 - 2020-09-11

  • Ensure body is NPE safe [42e5d23]
  • Support empty responses in request commands [b572037]

Version 1.0.24

04 Sep 19:59

Choose a tag to compare

1.0.24 - 2020-09-04

Version 1.0.23

26 Feb 19:13

Choose a tag to compare

1.0.23 - 2020-02-26

Version 1.0.22

01 Oct 06:12

Choose a tag to compare

1.0.22 - 2019-09-30

  • fix syntax [Cory Bennett] [807ca76]
  • Address comments for direct name match [Patrick Cockwell] [a70384b]
  • Choose exact transition match if available [Patrick Cockwell] [a646f76]

Version 1.0.21

17 Sep 01:44

Choose a tag to compare

1.0.21 - 2019-09-16

  • [#277] update figtree to latest [Cory Bennett] [0e520a4]
  • Switch over to using github.com/go-jira/jira, from gopkg.in [Mike Pountney] [27f57b2]
  • fix worklog template to allow multiline comments [Matthias Bethke] [43e07f1]
  • Allow reading password from stdin [Justin Ko] [225e1dc]
  • all: unindent some code [Daniel Martí] [31c113d]
  • don't use ReadAll when decoding JSON [Daniel Martí] [9bcdcc1]
  • start making staticcheck happier [Daniel Martí] [9b9186f]
  • all: convert to a Go module [Daniel Martí] [f125ef3]
  • CI: test on Go 1.12.x, cleanup [Daniel Martí] [664c5ca]
  • make automatic pagination on search optional, fix tests [Cory Bennett] [36c99ce]
  • prefer defer resp.Body.Close to avoid leaks on subsequent errors [Cory Bennett] [181bd74]
  • add pagination to search [Miles Maddox] [76dd1d8]
  • Fix function comments based on best practices from Effective Go [CodeLingo Bot] [23ac118]
  • [#201] update required library, failing to populate cookiejar from cookies file [Cory Bennett] [ee69afa]

Version 1.0.20

04 Aug 21:24

Choose a tag to compare

1.0.20 - 2018-08-04

  • [#201] update required library, failing to populate cookiejar from cookies file [Cory Bennett] [ee69afa]

Version 1.0.19

03 Aug 06:12

Choose a tag to compare

1.0.19 - 2018-08-02

  • [#199] [#198] update http client library, fix issues with internal login retries [Cory Bennett] [0cba806]

Version 1.0.18

29 Jul 22:05

Choose a tag to compare

1.0.18 - 2018-07-29

  • [#196] add jira session command to show session information if user is authenticated [Cory Bennett] [f592107]
  • [#192] fix template usage for 'fixVersions' in transition template [Cory Bennett] [c9a4e30]
  • move HandleExit to the jiracli package [Cory Bennett] [ef9b731]
  • they broke golang.org/x/net: ERROR: vendor/golang.org/x/net/proxy/socks5.go:11:2: use of internal package not allowed [Cory Bennett] [7191c77]
  • udpate deps [Cory Bennett] [d16bcc2]
  • udpate for figtree api changes [Cory Bennett] [07ba74b]
  • udpate to use latest dep, update figtree [Cory Bennett] [462ef1c]
  • [#171] change proposed PasswordPath to PasswordName [Cory Bennett] [213a7e0]
  • add pass path to config [dvogt23] [fa01ff5]