Releases: atlassian-api/atlassian-python-api
Releases · atlassian-api/atlassian-python-api
4.0.3 Confluence generator method - bugfix for python 3.9 versions
4.0.2 Confluence methods + fix for dependency of rhel
What's Changed
- Fix for GH-1517 by @tuxmaster5000 in #1518
Thanks @tuxmaster5000
Full Changelog: 4.0.1...4.0.2
4.0.1 Typehints on board.
What's Changed
- Fix 404 error when trying to download attachments from page, multiple hosts by @felixbouazza in #1516
- Adding Typehints for jira.py by @bandophahita in #1418
New Contributors
- @felixbouazza made their first contribution in #1516
Full Changelog: 4.0.0...4.0.1
4.0.0
What's Changed
- python2 removal by @gonchik in #1515
- [Confluence] download_attachments_from_page: the return value from the response is bytes. by @mgomes-d in #1510
- [Bitbucket] keep only 6 digits when using %f in datetime format by @zffocussss in #1511
- [Jira] Add search/jql and search/approximate-count APIs support for Jira Cloud by @skumar36-atlassian in #1513
New Contributors
- @mgomes-d made their first contribution in #1510
- @zffocussss made their first contribution in #1511
- @skumar36-atlassian made their first contribution in #1513
Full Changelog: 3.41.21...4.0.0
3.41.21 X-Ray and Jira
What's Changed
- [Bitbucket] Add pagelen to bitbucket cloud repositories and branches each functions by @aaronsewall in #1506
- [Jira] Add update_permissionscheme method by @Viktxrrr in #1498
- [Jira, Confluence] Minor changes by @Viktxrrr in #1503
- [XRAY] add get_test_run_iteration method and add more meaningful error raising for incorrect token in XRAY by @bigmac7 in #1504
- [Rest] Passed retry_with_header param to urllib3 Retry constructor by @Viktxrrr in #1508
New Contributors
- @bigmac7 made their first contribution in #1504
- @aaronsewall made their first contribution in #1506
Full Changelog: 3.41.19...3.41.21
3.41.19 Bitbucket and fix exponential backoff and retry
What's Changed
- [Bitbucket] Fixed error_msg concatenation error in raise_for_status by @Viktxrrr in #1493
- [Rest] Support exponential backoff and retry with urllib3 < 2 and new retry parameters by @Viktxrrr in #1492
- [Bitbucket] Add "get pullrequests by commit" method by @Viktxrrr in #1497
New Contributors
Full Changelog: 3.41.18...3.41.19
3.4.18 Jira, Confluence and Bitbucket updates with adjustments for rest client
What's Changed
- [Jira] Add: Remote link: Application by @IncandescentChrysalis in #1455
- [Bitbucket] Repository Get Commits parameter addition for path by @mc-eugenea in #1457
- [Jira] jira get_issue_tree_recursive method overwrites default params values from previous executions by @gkowalc in #1461
- [Confluence] Add function get_all_pages_by_space_ids_confluence_cloud by @Baarsgaard in #1460
- [Confluence] added new method get_space_export + docs + examples by @gkowalc in #1466
- [Confluence] add cloud support for attachment functions by @mroelandts in #1473
- [Confluence] Improved download_attachments_from_page: added filename filter for si… by @AImenes in #1476
- [Confluence] added possibility to share news based on a confluence page by @hyGeorg in #1470
- [BitBucket] add PR related methods: blocker-comments and assign participant role by @atanev in #1475
- [Infrastructure] refactored logging levels in jira.py, service_desk.py, confluence.py, insights.py by @gkowalc in #1468
- [Infrastructure]Continue to support Python 2 by @madscientist in #1453
- [Infrastructure]
make docker-fmt
for invoking black by @Baarsgaard in #1462 - [Infrastructure] Python 3.13 support by @offa in #1465
- [Infrastructure] Remove syntax incompatible with python 2 by @HoussemNasri in #1374
- [Infrastructure] Support HTTP 429 Retry-After by @janbrummer in #1486
New Contributors
- @mc-eugenea made their first contribution in #1457
- @Baarsgaard made their first contribution in #1460
- @mroelandts made their first contribution in #1473
- @AImenes made their first contribution in #1476
- @atanev made their first contribution in #1475
- @hyGeorg made their first contribution in #1470
- @HoussemNasri made their first contribution in #1374
- @janbrummer made their first contribution in #1486
Full Changelog: 3.41.16...3.4.18
What's Changed
- Removed double space in the comment inside get_space_export method by @aleksvujic in #1489
- [Atlassian] Issue of not using proxies inside rest client session by @flok in #1488
- [Jira] Fix Jira archive project REST API method from POST to PUT by @SuperWonjune in #1491
New Contributors
- @aleksvujic made their first contribution in #1489
- @flok made their first contribution in #1488
- @SuperWonjune made their first contribution in #1491
Full Changelog: 3.4.18...3.41.18
3.41.16 Confluence and Jira methos
What's Changed
- [Jira] Fix get method data retrieval failures when advanced mode is on by @gibsramen in #1449
- [Confluence] Add option to create draft page by @MaksimKovalyov in #1452
- [Confluence] Add expand option to get_all_pages_by_label by @MaksimKovalyov in #1454
New Contributors
- @gibsramen made their first contribution in #1449
- @MaksimKovalyov made their first contribution in #1452
Full Changelog: 3.41.15...3.41.16
3.41.15 - Jira, Confluence and Bibucket
What's Changed
- [Jira] Fix get_attachment_content() return the content as
bytes
instead ofstr
by @nitram509 in #1433 - [Jira] Remove doubled jira in documentation by @jensvog in #1435
- [Bitbucket] update merge_pull_request method to add merge_message, close_source_branch and merge_strategy parameters by @jorgegomzar in #1437
- [Bitbucket] fix merge_pull_request. POST
params
-->data
by @jorgegomzar in #1438 - [BitBucket] Fix error with timezone formatting by @CrispyCB in #1441
- Fix argument name by @fletchowns in #1444
- Add support for Atlassian Document Format (ADF) by @blejdfist in #1446
- Service Desk: add dedicated error handler by @Ahuahuachi in #1434
- Fixed confluence add_user_group to use right URL by @Mauwork in #1425
- Add: Remote link: Application by @IncandescentChrysalis in #1429
- Revert "Add: Remote link: Application" by @gonchik in #1447
New Contributors
- @nitram509 made their first contribution in #1433
- @jorgegomzar made their first contribution in #1437
- @CrispyCB made their first contribution in #1441
- @fletchowns made their first contribution in #1444
- @blejdfist made their first contribution in #1446
- @Ahuahuachi made their first contribution in #1434
- @Mauwork made their first contribution in #1425
- @IncandescentChrysalis made their first contribution in #1429
Full Changelog: 3.41.14...3.41.15
3.41.14 Jira, Crowd and Bamboo methods improvements and bug fixes
What's Changed
- Jira: Cloud and Server version diff request for changelog by @gonchik in #1398
- Jira: Add duplicated account detection method by @gonchik in #1399
- Crowd: Add
Crowd
a new attr by @ChowRex in #1400 - Jira: duplicated accounts checker by @gonchik in #1401
- Crowd Add a new property of
Crowd
class by @ChowRex in #1402 - Crowd Update crowd.py by @ChowRex in #1406
- Bamboo: Remove broken 'author' parameter in Bamboo create_comment by @StardustGogeta in #1407
- Remove 'paging_workaround' leftover by @LuisLechugaRuiz in #1413
- Remove unused kwarg by @Spacetown in #1415
- Contribution cleanup by @bandophahita in #1412
- rest client: Only enable
backoff_and_retry
ifurllib3
is at least 2.0.0 by @djgoku in #1342
New Contributors
- @StardustGogeta made their first contribution in #1407
- @LuisLechugaRuiz made their first contribution in #1413
- @bandophahita made their first contribution in #1412
Full Changelog: 3.41.13...3.41.14