Skip to content

Releases: WIPACrepo/rest-tools

v1.11.6

28 Oct 20:37
7b0d225

Choose a tag to compare

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

24 Oct 16:51
42f3be0

Choose a tag to compare

What's Changed

Full Changelog: v1.11.4...v1.11.5

v1.11.4

20 Oct 13:40

Choose a tag to compare

Full Changelog: v1.11.3...v1.11.4

v1.11.3

13 Oct 22:45

Choose a tag to compare

What's Changed

Full Changelog: v1.11.2...v1.11.3

v1.11.2

15 Sep 19:05
cbf9d8b

Choose a tag to compare

What's Changed

Full Changelog: v1.11.1...v1.11.2

v1.11.1

14 Aug 22:25

Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

v1.11.0

21 Jul 15:34

Choose a tag to compare

v1.11.0 (2025-07-21)

[minor]

  • [minor] jwt integer times (#163)

  • Add dynamic client registration example, mostly for token issuer.

  • Remove type field 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

16 Jul 16:03

Choose a tag to compare

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

08 Jul 16:24

Choose a tag to compare

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)

v1.8.7

15 Apr 20:02

Choose a tag to compare

v1.8.7 (2025-04-15)

  • <bot> update dependencies*.log files(s) (43457c0)

  • Use pypa/gh-action-pypi-publish@v1.12.4 (a781c6a)