Skip to content

Releases: andygrunwald/go-jira

v1.16.0

21 Aug 14:06
47d27a7
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.3.0 to 4.4.0 by @dependabot in #443
  • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.0 to 4.4.1 by @dependabot in #445
  • chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #448
  • chore(deps): bump actions/cache from 2 to 3.0.1 by @dependabot in #447
  • GitHub Actions Update: Run tests on macOS, deprecate Go v1.15 and Go v1.16, introduce Go v1.18, run CI every night by @andygrunwald in #449
  • GitHub Actions: Upgrade staticcheck action version to v1.2.0 by @andygrunwald in #451
  • Added an example of how to add a label to an issue by @lucribas in #442
  • GitHub Actions: Remove greetings workflow by @andygrunwald in #450
  • chore(deps): bump actions/setup-go from 2 to 3 by @dependabot in #452
  • chore(deps): bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #453
  • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2 by @dependabot in #464

New Contributors

Full Changelog: v1.15.1...v1.16.0

v1.15.1

26 Feb 09:57
42be0d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.15.0...v1.15.1

v1.15.0

18 Feb 18:34
8413325
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.0...v1.15.0

v1.14.0

04 Aug 10:28
cd21164
Compare
Choose a tag to compare

1.14.0 (2021-08-04)

Features

  • Description field added for component (#365) (e8880eb)
  • Feature: Add support for Jira ServiceDesk and its organizations (3017996)
  • Feature: Implement delete issue link api (#341) (5601d2b)
  • Add Items and Custom to FieldSchema (#332) (3754d5a)
  • Added property "StartedAfter" to GetWorklogsQueryOptions struct accor… (#344) (5806b81)

Bug Fixes

  • Fix some possible nil reference (a4fbf26)
  • Pass context parameters through (823e39f)
  • var total was having an issues (9c2ab8f)
  • Fixed bool type for release version (4a5830d)

Documentation

Sustaining

  • Cleanup Continuous Integration (#384) (2c5d75b)
  • Add funding information (#383) (ce29222 )
  • Upgrade to GitHub-native Dependabot (#375) (fcb7aa2)
  • fix: resolve nogo tautological linting error (#364) (c64f012)
  • Typo fix in issue_test.go (f30f8c9)
  • Raise go versions in testing workflow (#349) (1a84689)
  • Remove 1.12 from travis builds (4654761)
  • Add Go 1.15 to supported versions (64663d1)
  • Remove tests for Go < 1.12 (0d43108)

Dependency Upgrades

  • Upgrade jwt library (#387) (fff481a)
  • Upgrade github.com/google/go-cmp
  • Upgrade github.com/pkg/errors
  • Upgrade github.com/trivago/tgo
  • Upgrade github.com/fatih/structs

v1.13.0

25 Oct 02:59
Compare
Choose a tag to compare

1.13.0 (2020-10-25)

Features

Bug Fixes

  • change millisecond time format (8c77107)
  • paging with load balancer going to endless loop (19d3fc0), closes #260
  • issue: IssueService.Search() with a not empty JQL triggers 400 bad request (#292) (8b64c7f), closes #291
  • IssueService.GetWatchers: UserService.GetByAccountID support accountId params (436469b)
  • product: Make product naming consistent, rename JIRA to Jira (#286) (146229d), closes #284
  • tests: Fix TestIssueService_PostAttachment unit test (f6b1dca)
  • removing the use of username field in searching for users (#297) (f50cb07)

v1.12.0

25 Oct 02:45
Compare
Choose a tag to compare

1.12.0 (2019-12-14)

Features

  • Add IssueLinkTypeService with GetList and test (261889a)
  • add worklog update method (9ff562a)
  • Implement get remote links method (1946cac)
  • Implement issue link type DELETE (e37cc6c)
  • Implement issue link type GET (57538b9)
  • Implement issue link type POST (75b9df8)
  • Implement issue link type PUT (48a15c1)
  • provide access to issue transitions loaded from JIRA API (7530b7c)

1.11.0 (2019-10-17)

17 Oct 03:05
Compare
Choose a tag to compare

1.11.0 (2019-10-17)

Features

  • Add AccountID and AccountType to GroupMember struct (216e005)
  • Add AccountType and Locale to User struct (52ab347)
  • Add GetAllStatuses (afc96b1)
  • Add GetMyFilters to FilterService (ebae19d)
  • Add Search to FilterService (38a755b)
  • add support for JWT auth with qsh needed by add-ons (a8bdfed)
  • AddGetBoardConfiguration (fd698c5)
  • Replace http.Client with interface for extensibility (b59a65c)

Bug Fixes

  • Fix fixversion description tag (8383e2f)
  • Fix typos in filter_test.go (e9a261c)

v1.10.0

23 May 02:40
Compare
Choose a tag to compare

Bug Fixes

  • empty SearchOptions causing malformed request (b3bf8c2)

Features

v1.9.0

19 May 05:58
Compare
Choose a tag to compare

Features

  • issues: Added support for AddWorklog and GetWorklogs (1ebd7e7)

v1.8.0

16 May 15:22
Compare
Choose a tag to compare
  • [closed] board type list option incombatible with REST API #213
  • [closed] Missing fields in FixVersion struct #208