Releases: tolstislon/testrail-api
Releases · tolstislon/testrail-api
1.13.0
Deprecations
Feature
Endpoints
- Added Roles API methods #99
- Added Groups API methods #101
- Added Variables API methods #104
- Added Datasets API methods #105
1.12.1
Fixes
- Fixed get_users #94 (thank @haley3 )
- Fixed Unintended leak of Proxy-Authorization header in requests alert
Other
- Updated requirements
- Added publish github workflow
- Added python 3.12
1.12.0
Deprecations
- Removed support for Python 3.5 and 3.6 #73
Fixes
Feature
- Added response handler #73
- Add support for bulk endpoints #78 (thank @dsayling)
Many thanks to @dsayling for the fact that the project continues to live
1.11.0
- Added custom exception retry handling (thank @dsayling )
1.10.6
- Fix retry on keyerror during requests #68 (thank @sgiroux-spwr)
- Updated dev dependencies
1.10.4
- Update dev dependencies
- Fix unittests
- Fix
delete_cases
#62 (thank @dsayling )
1.10.3
- Python 3.10 supported #58
- Added http warnings #60