Skip to content

Releases: mdsol/mauth-client-python

1.9.0

Choose a tag to compare

@ykitamura-mdsol ykitamura-mdsol released this 22 May 03:14
9a13d6d

What's Changed

  • Updating code to support PKCS#8 private key format by @Copilot in #59
  • Release version 1.9.0 by @ykitamura-mdsol in #60

New Contributors

  • @Copilot made their first contribution in #59

Full Changelog: 1.8.0...1.9.0

1.8.0

Choose a tag to compare

@cmcinnes-mdsol cmcinnes-mdsol released this 16 Dec 19:28
ba9de87

What's Changed

  • Add to_rsa_format function to normalize private key by @ykitamura-mdsol in #56
  • Accept private key and app uuid from either exising PRIVATE_KEY env vars or with MAUTH_ prefix by @ykitamura-mdsol in #56

Full Changelog: 1.7.0...1.8.0

1.7.0

Choose a tag to compare

@cmcinnes-mdsol cmcinnes-mdsol released this 24 Nov 17:23
7de97a6

What's Changed

Full Changelog: 1.6.6...1.7.0

1.6.6

Choose a tag to compare

@ejinotti-mdsol ejinotti-mdsol released this 24 Oct 13:00
219dfe6

What's Changed

  • Fix ASGI event handling for long-lived connections by @jimkont in #53

New Contributors

Full Changelog: 1.6.5...1.6.6

1.6.5

Choose a tag to compare

@ykitamura-mdsol ykitamura-mdsol released this 17 May 01:46
de7be48

What's Changed

Full Changelog: 1.6.4...1.6.5

1.6.4

Choose a tag to compare

@ykitamura-mdsol ykitamura-mdsol released this 08 Feb 22:40
d126996

What's Changed

New Contributors

Full Changelog: 1.6.3...1.6.4

1.6.3

Choose a tag to compare

@ykitamura-mdsol ykitamura-mdsol released this 23 Jan 21:17
0f3a90a

What's Changed

Full Changelog: 1.6.2...1.6.3

1.6.2

Choose a tag to compare

@ejinotti-mdsol ejinotti-mdsol released this 31 Oct 16:33
7381959
Merge pull request #46 from mdsol/include-asgi-root-path

Include ASGI scope root_path in url used to validate mAuth signature

1.6.1

Choose a tag to compare

@ejinotti-mdsol ejinotti-mdsol released this 05 Oct 11:59
a6e8330
Merge pull request #45 from mdsol/fix/status-should-be-string

[MCC-1080766] Status for `start_response` must be `str`

1.6.0

Choose a tag to compare

@ejinotti-mdsol ejinotti-mdsol released this 26 Jun 14:19
6d9ad4e
Merge pull request #44 from mdsol/fix/body-bug