Merging 1.58.x patch release notes into master (#2525)

Co-authored-by: Steve Kowalik <steven@wedontsleep.org>
This commit is contained in:
Enrico Minack
2023-06-01 15:57:21 +02:00
committed by GitHub
co-authored by Steve Kowalik
parent 9f52e9486a
commit 217d424187
+21
View File
@@ -4,6 +4,27 @@ Change log
Stable versions
~~~~~~~~~~~~~~~
Version 1.58.2 (May 09, 2023)
-----------------------------------
**Bug Fixes**
- Fix GithubIntegration that uses expiring jwt (#2460) (5011548c)
Version 1.58.1 (March 18, 2023)
-----------------------------------
**Bug Fixes**
* Add expiration argument back to GithubIntegration.create_jwt (#2439) (822fc05c)
* Add crypto extras to pyjwt, which pulls in cryptogaphy package (#2443) (554b2b28)
* Remove RLock from Requester (#2446) (45f3d723)
* Move CI to Python 3.11 release and 3.12 dev (#2434) (e414c322)
* pass requester base URL to integration (#2420) (bdceae2f)
* RTD: install current project (def5223c)
* Add current dir sys.path as well (9c96faa7)
* Use use_scm_version to get current version from git tag (#2429) (3ea91a3a)
Version 1.58.0 (February 19, 2023)
-----------------------------------