Skip to content

Releases: iceye-ltd/python-audit-log

v0.2.1

16 Oct 06:54
Immutable release. Only release title and notes can be modified.
f5b0b03

Choose a tag to compare

What's Changed

No significant changes, mostly infrastructure updates, now officially supporting Python 3.13, 3.14.

  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 by @dependabot[bot] in #16
  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 by @dependabot[bot] in #17
  • ⬆️ Bump actions/checkout from 4.1.7 to 4.2.1 by @dependabot[bot] in #20
  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 by @dependabot[bot] in #19
  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 by @dependabot[bot] in #25
  • ⬆️ Bump actions/setup-python from 5.2.0 to 5.3.0 by @dependabot[bot] in #23
  • ⬆️ Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot[bot] in #22
  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 by @dependabot[bot] in #26
  • ⬆️ Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot[bot] in #28
  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by @dependabot[bot] in #27
  • ⬆️ Bump actions/setup-python from 5.4.0 to 5.6.0 by @dependabot[bot] in #30
  • ⬆️ Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #31
  • 🔧 Set workflow permissions by @artoj-iceye in #32
  • 🔧 Update Python 3.13 version in workflow by @jerr0328 in #21
  • 🔧 Fix typo in workflow permissions by @jerr0328 in #33
  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by @dependabot[bot] in #35
  • ⬆️ Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #34
  • 🔧 Official Python 3.14 support by @jerr0328 in #36

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Sep 07:07
4b56b0c

Choose a tag to compare

Upgrade instructions

This version introduces stricter checks on the audit logs. Specifically, it expects the resource ID to be set properly when the outcome is successful, as well as providing something in the before/after for mutations (create, update, delete) as appropriate.

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

16 Jul 11:15
98aa39a

Choose a tag to compare

What's Changed

  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #8
  • ⬆️ Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #9
  • ⬆️ Bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in #11
  • prefer more generic Mapping over dict type by @edvardm in #10

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

24 May 10:57
3886b76

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

22 May 06:13
64802c7

Choose a tag to compare

What's Changed

  • 🔧 Add py.typed for mypy support by @jerr0328 in #6

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 May 13:31
e970b5e

Choose a tag to compare

Initial release of the audit log package