Skip to content

Releases: ctreminiom/go-atlassian

v2.1.2

20 Oct 05:18
0ee9a0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

13 Oct 03:56
3fd17a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

10 Oct 05:30
e5bee47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

05 Oct 23:01
97e55f7
Compare
Choose a tag to compare

What's Changed

  • Added custom field request type by @Fank in #282
  • Fixed initialism in bitbucket by @Fank in #281
  • Added service desk request type groups by @Fank in #270
  • Change payload for service desk request attachemnt create to provide … by @Fank in #271
  • Added missing date struct in request current status date by @Fank in #272
  • Added RenderedFields and replaced string with time.Time in date fields by @Fank in #279
  • Replace service desk id with string instead of int by @Fank in #273
  • Replace service desk id with string instead of int by @Fank in #274
  • Fixed struct types and added missing properties in request type fields by @Fank in #275
  • Added properties to request type scheme by @Fank in #276
  • Added parse function for tempo account by @Fank in #289
  • 🎨 Id -> ID in jira by @Fank in #286
  • Added GroupUserPicker service & Find funtion by @Fank in #288
  • Replaced parameters with options and added internal by @Fank in #287
  • Added tests for parse request type & fixed test naming by @Fank in #285
  • Fixed initialism in models by @Fank in #269
  • 💚 Upgraded the golang version to test/lint by @ctreminiom in #294
  • ⬆️ Bump github.com/tidwall/gjson from 1.17.1 to 1.17.3 by @dependabot in #297
  • Fixed code scanning issues by @Fank in #293
  • add watcher that is another user as this looks not implemented on Add() by @mur4s4m3 in #291
  • Added DateScheme and DateTimeScheme by @Fank in #284
  • Updated code style by @Fank in #298
  • Added Raw custom field function to add custom structs to fields by @Fank in #277
  • ✨ Added the Jira Workflow APIS by @ctreminiom in #299
  • 🎨 jira_project.go edited. by @ctreminiom in #301
  • 🐛 issue_impl_adf.go edited by @ctreminiom in #302
  • 🎨 issue_impl_rich_text.go edited by @ctreminiom in #303
  • 🔒 Updated code style. by @ctreminiom in #304
  • Dropped check for golang 1.21 and added 1.23 by @Fank in #306
  • Code style changes by @Fank in #305
  • Added github action check for dependabot by @Fank in #307
  • ⬆️ Bump actions/checkout from 2 to 4 by @dependabot in #314
  • ⬆️ Bump actions/setup-go from 2 to 5 by @dependabot in #312
  • ⬆️ Bump dario.cat/mergo from 1.0.0 to 1.0.1 by @dependabot in #310
  • ⬆️ Bump actions/dependency-review-action from 1 to 4 by @dependabot in #313
  • ⬆️ Bump codacy/codacy-analysis-cli-action from 1.1.0 to 4.4.5 by @dependabot in #309
  • ⬆️ Bump github/codeql-action from 2 to 3 by @dependabot in #311
  • Removed duplicate Error in name by @Fank in #316
  • Updated code style by @Fank in #308
  • Added codacy config file & 🎨 by @Fank in #317
  • Changed data type to match other docs and added missing fields by @Fank in #321
  • ⬆️ Bump github.com/tidwall/gjson from 1.17.3 to 1.18.0 by @dependabot in #325

New Contributors

Full Changelog: v1.6.1...v2.0.0

v1.6.1

17 Jun 05:42
ec97dc8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

08 Mar 04:42
810da40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

31 Aug 16:09
065cb9f
Compare
Choose a tag to compare

What's Changed

  • ✨ Added the ability to manipulate the Workflow Scheme issue … by @ctreminiom in #193
  • ✨ Implemented the Admin Cloud Organization Directory Service. by @ctreminiom in #194
  • 🎨 Added the omitempty tag on the ProjectPayloadScheme payload sch… by @ctreminiom in #195
  • 💥 Added the ability to search screens by name or scope. by @ctreminiom in #196
  • ✨ Added the ability to edit the board backlog by @ctreminiom in #197
  • ✨ Added the ability to interact with the Confluence V2 attac… by @ctreminiom in #198
  • 🎨 Added the issue worklog structs on the IssueScheme(v2/v3). by @ctreminiom in #199
  • ⬆️ Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #200
  • ✨ Added the Jira Announcement Banner Service. by @ctreminiom in #201
  • ✨ Added the Jira Roadmaps Team service by @ctreminiom in #203
  • ⬆️ Bump github.com/imdario/mergo from 0.3.15 to 0.3.16 by @dependabot in #205
  • ⬆️ Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #206
  • Added ParseStringCustomField by @Fank in #214
  • Implement Ability To Move Confluence Pages by @squatched in #213
  • Add Support for Filtering Confluence V2 Bulk by @squatched in #217
  • 🎨 Improved the Jira Agile HTTP Client implementation. by @ctreminiom in #219
  • 🏗️ Improved the HTTP Client implementation on the SM module by @ctreminiom in #221
  • 🏗️ Improved the HTTP Client implementation on th… by @ctreminiom in #222
  • Feature/jira module http improvements by @ctreminiom in #224
  • ⬆️ Bump github.com/perimeterx/marshmallow from 1.1.4 to 1.1.5 by @dependabot in #225
  • ✨ Added Bearer token support. by @ctreminiom in #226
  • Update api_client_impl.go by @fokk in #220
  • ⬆️ Bump github.com/tidwall/gjson from 1.14.3 to 1.15.0 by @dependabot in #227
  • Feature/confluence http improvements by @ctreminiom in #228
  • 🔥 Removed the legacy HTTP client interface and mocks by @ctreminiom in #229
  • 🏗️ Created the Jira Assets module by @ctreminiom in #204
  • ⬆️ Bump github.com/tidwall/gjson from 1.15.0 to 1.16.0 by @dependabot in #232
  • 🐛 Changed the AttachmentScheme.PageID property from int to string by @ctreminiom in #234
  • ✨ Added the Page.Gets() method on the Confluence V2 module by @ctreminiom in #235
  • ✨ Mapped more Confluence V2 endpoints by @ctreminiom in #233
  • 🎨 Added the value param on the CustomerRequestRequestFieldValueSc… by @ctreminiom in #236
  • 🎨 Edited the ProjectPayloadScheme struct by @ctreminiom in #238
  • ⬆️ Bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in #237
  • 🔒 Added the Codacy Security Scan action by @ctreminiom in #239
  • 📝 Updated README.md by @ctreminiom in #242

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

29 Apr 00:45
088e7db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.4...v1.5.0

v1.4.4

31 Oct 17:08
b104580
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.3...v1.4.4

v1.4.3

18 Mar 05:22
6f45870
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3