Releases: atlassian-api/atlassian-python-api
Releases · atlassian-api/atlassian-python-api
3.41.5 Crowd, Confluence ad Jira improvements
What's Changed
- Commit Object addition to Pull Requests - #1251 by @isaac-philip in #1264
- JIRA: Add
notify_users
option to 2 methods by @jerubball in #1278 - [Confluence] new method added confluence get_tables_from_page by @gkowalc in #1281
- Download attachments from page by @gkowalc in #1283
- Add more Crowd functions by @ChowRex in #1277
- Fix download_attachments_from_page documentation by @Fusion86 in #1287
- [confluence] documentation of token authentication by @kblase in #1288
- add remove_space_permission by @m42e in #1291
New Contributors
- @jerubball made their first contribution in #1278
- @ChowRex made their first contribution in #1277
- @Fusion86 made their first contribution in #1287
- @kblase made their first contribution in #1288
- @m42e made their first contribution in #1291
Full Changelog: 3.41.4...3.41.5
3.41.4 provide changes for Jira and Bitbucket Cloud
What's Changed
- Jira: Adding more jira examples for
user_find_by_user_string
. by @djgoku in #1265 - Bitbucket Cloud: Adding getting workspace members. by @djgoku in #1266
- Jira: Migrate get all projects methods to use paginated endpoint for Jira Cloud. by @marinone94 in #1270
- Jira: Updating user_get_websudo to set the not_json_response as true #1267 by @amad1101 in #1272
- Jira: Rename tempo_4_timesheets_find_worklogs params (#1273) by @anttipalsola in #1275
New Contributors
- @marinone94 made their first contribution in #1270
- @amad1101 made their first contribution in #1272
- @anttipalsola made their first contribution in #1275
Full Changelog: 3.41.3...3.41.4
3.41.3 Insight and rest.api release
What's Changed
- [ISSUE-1241] #1241, added propagation of
advanced_mode
flag by @2ps in #1243 - feat(insight): implement get objectschema objecttypes flat by @gardar in #1245
- [ISSUE-1242] prevented weird exceptions related to integer handling by @2ps in #1244
- update-jira-docs-include-add-comments by @bmorri13 in #1247
- Add Content-Type to calls to Assets in cloud by @tester22 in #1255
- Add account list to request participant methods by @tester22 in #1256
- Add Python 3.12 CI build by @offa in #1262
- Fix Python 3.12 build by @offa in #1263
New Contributors
- @2ps made their first contribution in #1243
- @gardar made their first contribution in #1245
- @bmorri13 made their first contribution in #1247
- @tester22 made their first contribution in #1255
Full Changelog: 3.41.2...3.41.3
3.41.2 Jira worklog and cert parameter
What's Changed
- Add
cert
Property Request by @kchason in #1236 - Documentation: Bitbucket project_grant_group_permissions parameter by @elliot-martin-a in #1237
- Jira: updated worklog urls by @Bertsjuhn in #1239
New Contributors
- @kchason made their first contribution in #1236
- @elliot-martin-a made their first contribution in #1237
- @Bertsjuhn made their first contribution in #1239
Full Changelog: 3.41.1...3.41.2
3.41.1 Bitbucket, Jira a new methods and rest api client try catch review
What's Changed
- Bitbucket Server: Re-order source_branch param of open_pull_request by @noorul in #1221
- fix spelling error in jira examples by @gonchik in #1223
- fix: Wrong post by @gonchik in #1225
- Jira: Add sprint methods by @gonchik in #1227
- add unauthorized error handling by @sreway in #1228
- fix: paths for page_create_template and page_get_templates by @hugmouse in #1232
- Update testenv by @gonchik in #1233
- lists and dicts can be handled in raise_for_status by @Ch3ri0ur in #1234
New Contributors
Full Changelog: 3.41.0...3.41.1
3.41.0 Bitbucket and Jira Agile new methods, adjustment of CI
What's Changed
- Add python 3.11 support to test environment by @sreway in #1213
- Fix packaging of the tests directory by @WOnder93 in #1215
- Bitbucket Server: Add boostMatches query parameter to get_branches by @noorul in #1214
- Bitbucket Server: Add support to include required reviewers for PR by @noorul in #1216
- Jira Agile: Add more method about board, properties by @gonchik in #1217
- Add docs about properties by @gonchik in #1218
- Jira properties by @gonchik in #1220
New Contributors
Full Changelog: 3.40.1...3.41.0
3.40.1 Bitbucket Dc/Server and Jira changes/
What's Changed
- Pipeline triggering examples with a request with pipeline variables by @m0nt3cr1st0 in #1208
- Bitbucket Server: Add API to get dashboard pull requests by @noorul in #1212
- [Jira] Adapt issue remote links creation/update by @afrimberger in #1211
New Contributors
- @m0nt3cr1st0 made their first contribution in #1208
- @afrimberger made their first contribution in #1211
Full Changelog: 3.40.0...3.40.1
3.40.0 Bitbucket, Confluence and refactoring of code
What's Changed
- Make check_inbox_pull_requests to return paged generator by @noorul in #1188
- Python: Set requests minimum to 2.31.0. by @djgoku in #1191
- Bitbucket Cloud: Fixes for repository deployment environments. by @djgoku in #1189
- Bitbucket Cloud: Fix for getting Repository Deployment Environment Variables via each() by @djgoku in #1195
- confluence: correctly report a failed pdf-export by @MaZderMind in #1203
- Adding change password to confluence.py by @justin-octo in #1201
- Maintain support for versions of Python <3.6 by @madscientist in #1204
- Use more performant version of Python logging calls by @madscientist in #1205
- [Jira] Commits parameter addition for until and since by @thejosess in #1207
New Contributors
- @noorul made their first contribution in #1188
- @MaZderMind made their first contribution in #1203
- @justin-octo made their first contribution in #1201
- @madscientist made their first contribution in #1204
- @thejosess made their first contribution in #1207
Full Changelog: 3.39.0...3.40.0
3.39.0: Bitbucket, Confluence and Jira
What's Changed
- Bitbucket: Adding repository variables. by @djgoku in #1179
- Bitbucket: Adding getting deployment environment variables. by @djgoku in #1178
- Confluence: Update confluence.py - Add create_group and remove_group by @Caramba77 in #1180
- Bitbucket: Feature/add workspace permissions for repositories by @djgoku in #1182
- Bitbucket Cloud: Adding Repository Group Permissions by @djgoku in #1183
- Jira: jira_add_label_tag example by @Andy-Hoang in #1185
- Bitbucket Cloud: Add Create, Update and Deleting of repository variables by @djgoku in #1186
- Bitbucket Cloud: Add Create, Update and deleting of deployment environment variables by @djgoku in #1187
New Contributors
- @Andy-Hoang made their first contribution in #1185
Full Changelog: 3.38.0...3.39.0
3.38.0 Bamboo, Bitbucket
What's Changed
- fix: Wrong post instead of put by @gabyx in #1169
- Fix #1154: add safety checks to parse 400 error responses by @leplatrem in #1171
- Bamboo: Added 2 methods to bamboo for deployments by @anishsatalkar in #1173
- Adds features to specify the target pipeline type. by @DahamDev in #1174
- Feature/add repository deployment environments by @djgoku in #1177
New Contributors
- @leplatrem made their first contribution in #1171
- @anishsatalkar made their first contribution in #1173
- @DahamDev made their first contribution in #1174
- @djgoku made their first contribution in #1177
Full Changelog: 3.37.0...3.38.0