Skip to content

Releases: axiomhq/axiom-py

v0.8.1

30 Sep 15:03
6fb1931
Compare
Choose a tag to compare

What's Changed

  • Rename function AxiomProcessor._flush to AxiomProcessor.flush by @subham1099 in #145
  • Update README.md by @kejadlen in #142
  • fix: Add a threading.Timer to ensure logs are flushed by @bahlo in #140
  • chore: Bump version to 0.8.1 by @bahlo in #146

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

24 Sep 16:12
80e5f2d
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES ⚠️

  • Instead of raising request.exceptions.HTTPError, this library now raises a new AxiomError

What's Changed

  • chore(deps): bump astral-sh/setup-uv from 2 to 3 by @dependabot in #138
  • feat: Add AxiomError for more detailed error messages by @bahlo in #141

Full Changelog: v0.7.0...v0.8.0

v0.7.0

13 Sep 10:10
e6369b0
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES ⚠️

  • Client.users.current() now returns None if not authorized with a personal token
  • Client.datasets.{create, update} no longer take a dict
  • MessageCode is now a str

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

10 Sep 08:58
7998841
Compare
Choose a tag to compare

What's Changed

  • Even more spring cleaning by @bahlo in #125
  • Add client atexit shutdown hook on process exit by @darach in #126
  • Fix missing dependency on iso8601 in pyproject.toml by @darach in #128
  • chore: Bump version to 0.6.1 by @darach in #129

New Contributors

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

v0.6.0

09 Sep 13:34
4b59f0f
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES ⚠️

  • Starting with this version you need to import this library with axiom_py (instead of axiom)
  • The dataset.info call was removed as it's undocumented

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

07 Sep 08:45
c671049
Compare
Choose a tag to compare

⚠️ This release contains a breaking change as it removes the no_cache and save flags from the AplOptions in #118.

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

12 Jun 06:27
c39a101
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

10 Jan 09:45
83835c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 Oct 16:27
24770fc
Compare
Choose a tag to compare

What's Changed

  • Add missing imports in readme example by @mendy-lp in #77
  • fix: use a default serializer in ndjson by @stillmatic in #78
  • bugfix: use time.monotonic() when calculating intervals by @mik3y in #80

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

14 Jun 09:57
Compare
Choose a tag to compare

What's Changed

  • Collect events before ingestion. by @damaredayo in #53
  • create examples directory by @schehata in #56
  • Add community Slack to README by @lukasmalkmus in #57
  • DX-432 Use shields.io badges instead of GitHub badges by @damaredayo in #58
  • fix profile url in README by @schehata in #59
  • revet axiom app changes by @schehata in #60
  • use new organisation secrets by @schehata in #61
  • switch to api.axiom.co by @schehata in #62

New Contributors

Full Changelog: v0.1.0-beta.5...v0.1.0