Releases: WIPACrepo/rest-tools
v1.11.6
What's Changed
- Bump WIPACrepo/wipac-dev-py-dependencies-action from 3.1 to 3.2 by @dependabot[bot] in #178
- redis security options, like a password by @dsschult in #180
Full Changelog: v1.11.5...v1.11.6
v1.11.5
v1.11.4
Full Changelog: v1.11.3...v1.11.4
v1.11.3
What's Changed
- Bump WIPACrepo/wipac-dev-workflows from 1.7 to 1.16 by @dependabot[bot] in #175
- Bump actions/checkout from 3 to 5 by @dependabot[bot] in #166
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #171
- Bump WIPACrepo/wipac-dev-py-setup-action from 5.2 to 5.7 by @dependabot[bot] in #177
- Bump github/codeql-action from 2 to 4 by @dependabot[bot] in #176
Full Changelog: v1.11.2...v1.11.3
v1.11.2
v1.11.1
What's Changed
- Use Latest CI Packages [bump] by @ric-evans in #165
Full Changelog: v1.11.0...v1.11.1
v1.11.0
v1.11.0 (2025-07-21)
[minor]
- 
[minor] jwt integer times (#163) 
- 
Add dynamic client registration example, mostly for token issuer. 
- 
Remove typefield from jwt by default.
- 
Add jwt option for integer times when creating tokens. 
Co-authored-by: github-actions <github-actions@github.com> (19ca071)
v1.10.0
v1.10.0 (2025-07-16)
- <bot> update dependencies*.log files(s) (e913ad5)
[minor]
- [minor] allow EC algorithms, and add more typing (#161)
Allow EllipticCurve cryptography, mostly in utils.auth.
Allow store_tokens to be awaitable.
Add more typing in several places to make pylance happy.
Co-authored-by: github-actions <github-actions@github.com> (da30370)
v1.9.0
v1.9.0 (2025-07-08)
[minor]
- [minor] switch to using basic auth for client secret (#160)
Switch to using basic auth for client secret, as this is more in line
with the RFC and more secure.
Also bump the Python minimum version to 3.9.
Co-authored-by: ric-evans <emejqz@gmail.com>
Co-authored-by: github-actions <github-actions@github.com> (1221028)