Releases: ctreminiom/go-atlassian
Releases · ctreminiom/go-atlassian
v2.1.2
v2.1.1
What's Changed
- 🐛 Fixed the Issue.Move() field injection by @ctreminiom in #328
- #318
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- ✨ Mapped the new issue.Metadata methods. by @ctreminiom in #327
- Resolves: #319
- Updated the README.md and added a new section to execute a RAW endpoint
- Created the documentation links:
https://docs.go-atlassian.io/jira-software-cloud/issues/metadata#get-create-metadata-issue-types-for-a-project
https://docs.go-atlassian.io/jira-software-cloud/issues/metadata#get-create-field-metadata-for-a-project-and-issue-type-id
Full Changelog: v2.0.0...v2.1.0
v2.0.0
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
What's Changed
- update dependencies by @lixhunter in #263
- Fix for issue 260 by @mrvantage in #261
- Fixed the test cases after dependencies upgrade. by @ctreminiom in #264
- ✨ Support the possibility to add multiobject on the issue u… by @ctreminiom in #259
- README.md edited by @ctreminiom in #266
- Fixed the security warnings. by @ctreminiom in #267
New Contributors
- @lixhunter made their first contribution in #263
- @mrvantage made their first contribution in #261
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- ✨ Added the Bitbucket Workspace implementation. by @ctreminiom in #244
- 💥 Improved the SM.Request.Create() method. by @ctreminiom in #243
- Fix Issue #240: Adjust SpaceSchemeV2
id
&homepageID
Types by @squatched in #241 - 📝 Added the Bitbucket row on the README.md by @ctreminiom in #245
- ✨ Extract customfields from buffer support by @ctreminiom in #230
- ⬆️ Bump github.com/tidwall/gjson from 1.16.0 to 1.17.0 by @dependabot in #246
- Fixes #247 : type mismatch on SpaceID in PageCreatePayloadScheme by @mcramer-billgo in #248
- ⬆️ Bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in #250
- ✨ Added the ability to manipulates de Issue Properties. by @ctreminiom in #252
- Add confluence v2 get children by @squatched in #208
- Add ObjectTypeAttribute Payload for the creation and the update of the Assets Object Type Attribute by @tbaert-prest in #254
New Contributors
- @mcramer-billgo made their first contribution in #248
- @tbaert-prest made their first contribution in #254
Full Changelog: v1.5.1...v1.6.0
v1.5.1
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
- @Fank made their first contribution in #214
- @squatched made their first contribution in #213
- @fokk made their first contribution in #220
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- ✨ Implemented the Workflow.Status.Bulk method by @ctreminiom in #161
- ✨ Added the ability to move issues to a sprint ID by @ctreminiom in #162
- ✨ Added the get the workflow status by ID or Name by @ctreminiom in #163
- 🏗️ Edited the FilterPayloadScheme by @ctreminiom in #164
- 🐛 Fixed the Filter.Change() method by @ctreminiom in #165
- 🐛 Fixed the Confluence Attachment implementations by @ctreminiom in #167
- 🧱 Added more parameters on the ProjectParamsScheme by @ctreminiom in #169
- ⬆️ Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #170
- Enabled the possibility to check the user permissions using the permi… by @ctreminiom in #171
- 🚧 Custom-fields extraction support by @ctreminiom in #172
- ✅ Added more test-cases under the models/ folder by @ctreminiom in #173
- Bug/fix jira audit service by @ctreminiom in #174
- 🐛 Fixed the user.search.check method by @ctreminiom in #175
- 👷 Github Action Edited. by @ctreminiom in #176
- ✅ Added the test-cases for the service declaration. by @ctreminiom in #177
- ⬆️ Bump github.com/imdario/mergo from 0.3.13 to 0.3.14 by @dependabot in #178
- 🏗️ Parsed the workflow payload conditions. by @ctreminiom in #179
- 🏗️ Parsed the workflow scheme UpdateDraftIfNeede… by @ctreminiom in #180
- ⬆️ Bump github.com/imdario/mergo from 0.3.14 to 0.3.15 by @dependabot in #181
- Added the expand option to the internalSearch implementation for content by @mpecan in #182
- 📰 Implemented the first Confluence Cloud V2 services by @ctreminiom in #183
- ✨ Created the Analytics Confluence service. by @ctreminiom in #184
- ✨ Created the Jira Remote Link service. by @ctreminiom in #186
- ✨ Created the Confluence Space V2 service. by @ctreminiom in #187
- 🗑️ Deprecated the io/ioutil package by @ctreminiom in #188
- Feature/cloud admin refactor by @ctreminiom in #189
- Feature/notification schemes by @ctreminiom in #190
- 🐛 Added the ability to extract the issue workflow comments based … by @ctreminiom in #191
New Contributors
Full Changelog: v1.4.4...v1.5.0
v1.4.4
What's Changed
- ✨ Mapped the Jira Issue Search endpoints by @ctreminiom in #115
- ✨ Added the ability to change the filter owner. by @ctreminiom in #116
- ⬆️ Bump github.com/imdario/mergo from 0.3.12 to 0.3.13 by @dependabot in #118
- 🔢 SM Customer Request creation by @ctreminiom in #121
- ⬆️ Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #120
- ✏️ Mapped the editPermissions by @ctreminiom in #122
- ✏️ Mapped the editPermissions user tag by @ctreminiom in #123
- ⬆️ Bump github.com/stretchr/testify from 1.7.2 to 1.7.5 by @dependabot in #125
- ✨ Mapped the Jira.Permission.Project method. by @ctreminiom in #126
- 🔥 Added the ability to expand the issuetypesscreenschemes associ… by @ctreminiom in #127
- ⬆️ Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #128
- ✨ Mapped the Jira.Fields.Delete endpoint by @ctreminiom in #129
- 🚧 Mapped the Jira.Workflow.Search options by @ctreminiom in #130
- ♻️ Edited IssueTypeScreenSchemeMappingPayloadScheme by @ctreminiom in #132
- Revert ":recycle: Edited IssueTypeScreenSchemeMappingPayloadScheme" by @ctreminiom in #134
- ♻️ Edited IssueTypeScreenSchemeMappingPayloadScheme by @ctreminiom in #135
- ⬆️ Bump github.com/tidwall/gjson from 1.14.0 to 1.14.3 by @dependabot in #136
- ✨ Mapped the Jira Issue Attachment Download method by @ctreminiom in #138
- ✨ Edited issueField.go by @ctreminiom in #139
- 🏗️ Client Service Implementation by @ctreminiom in #119
- 🏗️ jira_issue_*.go edited by @ctreminiom in #141
- Feature/attachment field by @ctreminiom in #142
- ✨ Implemented the Workflow Status service. by @ctreminiom in #143
- ♻️ Refactor the Agile Module by @ctreminiom in #144
- ⚡ Migrated the Jira SM module by @ctreminiom in #145
- Add AttachmentScheme to IssueFieldsScheme by @jamesdury in #146
- ✅ Added more Test Cases by @ctreminiom in #147
- ✅ Added more test cases un the authentication_impl_t… by @ctreminiom in #148
- ⬆️ Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #156
- Feature/157 by @ctreminiom in #158
New Contributors
- @jamesdury made their first contribution in #146
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- 🏷️ Renamed the Confluence Space Permission subject struct by @ctreminiom in #97
- ✨ Added the Confluence Restriction Service by @ctreminiom in #99
- ⬆️ Bump github.com/tidwall/gjson from 1.12.1 to 1.13.0 by @dependabot in #98
- ✨ Added the Confluence Restriction Operation User service by @ctreminiom in #100
- Feature/confluence services by @ctreminiom in #101
- dev by @ctreminiom in #102
- 🐛 Fixed the Confluence Content Search endpoint by @ctreminiom in #103
- ✨ Added the Confluence Search service by @ctreminiom in #104
- ⬆️ Bump github.com/tidwall/gjson from 1.13.0 to 1.14.0 by @dependabot in #105
- 🐛 Fixed the Confluence.Space.Gets params by @ctreminiom in #106
- ✨ Added on the Project.Property service. by @ctreminiom in #108
- ✨ Added the Space Permission service. by @ctreminiom in #109
- Feature/long task archive by @ctreminiom in #110
- ⬆️ Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #112
Full Changelog: v1.4.2...v1.4.3