Skip to content

Releases: tolstislon/testrail-api

1.13.2

15 Jul 14:59
06a5ee3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.13.1...1.13.2

1.13.1

15 Jun 18:54
ded1e48
Compare
Choose a tag to compare

1.13.0

11 Jan 11:15
6794a11
Compare
Choose a tag to compare

Deprecations

  • Removed python 3.7 #103

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

18 Sep 20:19
18da5c2
Compare
Choose a tag to compare

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

23 Jan 17:36
1bc43b1
Compare
Choose a tag to compare

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

06 Oct 20:12
4ca2cbb
Compare
Choose a tag to compare
  • Added custom exception retry handling (thank @dsayling )

1.10.6

04 Jul 08:20
e87e215
Compare
Choose a tag to compare
  • Fix retry on keyerror during requests #68 (thank @sgiroux-spwr)
  • Updated dev dependencies

1.10.5

08 May 19:36
fead072
Compare
Choose a tag to compare

1.10.4

16 Apr 21:01
f0f2b4b
Compare
Choose a tag to compare
  • Update dev dependencies
  • Fix unittests
  • Fix delete_cases #62 (thank @dsayling )

1.10.3

06 Sep 18:47
3849803
Compare
Choose a tag to compare
  • Python 3.10 supported #58
  • Added http warnings #60