Releases: atlassian-api/atlassian-python-api
Releases · atlassian-api/atlassian-python-api
4.0.5 Confluence next step for cloud, BB and Jira bugfixes
What's Changed
- [Confluence]: Prepare dedicated module by @gonchik in #1537
- chore: add an example to jira_add_comment.py by @dunterov in #1540
- [Bitbucket] Adding filterText REST parameter for Get pull requests for by @thopx14 in #1542
- Visualization for the atlassian-python-api codebase by @ivanmilevtues in #1543
- [Confluence] Sanitize attachment filenames to prevent download failures by @AntonioContrerasO in #1549
- [Doc] [Jira] Update info about jira.get_issue_tree_recursive method by @bore-alex in #1544
- [Confluence] Update confluence/init.py with add space permissions by @neyrat-salvator in #1557
- [Wrapper ]Update errors.py for JSON-RPC Errors by @neyrat-salvator in #1564
- Update license identifier by @leifdreizler in #1563
- Make using session the default by @Matthew-Jenkins in #1566
- [Jira] Update jira.py by adding set_issue_status_by_transition_name by @neyrat-salvator in #1567
- [Bitbucket] Added Download class to retrieve pipeline-generated artifacts by @denisab85 in #1551
New Contributors
- @thopx14 made their first contribution in #1542
- @ivanmilevtues made their first contribution in #1543
- @AntonioContrerasO made their first contribution in #1549
- @bore-alex made their first contribution in #1544
- @neyrat-salvator made their first contribution in #1557
- @leifdreizler made their first contribution in #1563
- @Matthew-Jenkins made their first contribution in #1566
- @denisab85 made their first contribution in #1551
Full Changelog: 4.0.4...4.0.5
4.0.4 : BB, Confluence, Jira
What's Changed
- Client: Remove use of six by @s-t-e-v-e-n-k in #1525
- Confluence: method attach_file() to not read() file content by @dunterov in #1535
- Bitbucket: Pass header to request session creation and remove obsolete @Property in Bitbucket by @r-hans in #1534
- Jira: Update Agile (Greenhopper) REST API URL handling by @super-vanilla-bear in #1530
- Assets: Add Assets class by @aculver in #1528
New Contributors
- @s-t-e-v-e-n-k made their first contribution in #1525
- @r-hans made their first contribution in #1534
- @super-vanilla-bear made their first contribution in #1530
- @aculver made their first contribution in #1528
Full Changelog: 4.0.3...4.0.4
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