WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: EnAccess/OpenPAYGO-python

v0.6.3

05 Jan 17:00

Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

05 Jan 16:44

Choose a tag to compare

What's Changed

  • Update Project URLs to human-readable form by @dmohns in #31

Full Changelog: v0.6.1...v0.6.2

v0.6.1

05 Jan 16:36

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

05 Jan 15:27

Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.6.0

v0.5.5

22 Aug 13:39

Choose a tag to compare

What's Changed

New Contributors

  • @clema made their first contribution in #16

Full Changelog: v0.5.4...v0.5.5

v0.5.4

13 Oct 11:51

Choose a tag to compare

  • Safe handling of datetime before UNIX timestamp minimum when generating answer timestamp

v0.5.3

13 Oct 08:06

Choose a tag to compare

  • Fix handling of last_request_timestamp when checking auth
  • Updated PyPI doc

v0.5.2

12 Oct 11:16

Choose a tag to compare

  • Clarification in the doc of the behaviour when secret_key is missing
  • Implemented coherent behaviour when secret_key is missing

v0.5.1

12 Oct 10:26

Choose a tag to compare

  • Fixes typo in function name
  • Improve readme

v0.5.0

12 Oct 10:08

Choose a tag to compare

  • Added convenience functions for accessing the current request count and request timestamp
  • Improved documentation on how to avoid replay attacks