We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a25c8 commit 1aefa62Copy full SHA for 1aefa62
2 files changed
CHANGELOG.md
@@ -1,9 +1,12 @@
1
# Changelog
2
+## v1.1.3 11/9/23
3
+- Finalize retry logic in Oauth2 Client
4
+
5
## v1.1.2
6
- Update config_helper to accept list environment variables
7
8
## v1.1.0/v1.1.1
-- Add retries for empty responses in oauth2 client. This was added to address a known quirk in the Sierra API where this response is returned:
9
+- Add retries for empty responses in Oauth2 Client. This was added to address a known quirk in the Sierra API where this response is returned:
10
```
11
> GET / HTTP/1.1
12
> Host: ilsstaff.nypl.org
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "nypl_py_utils"
-version = "1.1.2"
+version = "1.1.3"
authors = [
{ name="Aaron Friedman", email="aaronfriedman@nypl.org" },
]
0 commit comments