Skip to content

Releases: axiomhq/axiom-py

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

v0.1.0-beta.5

24 Nov 16:16
6ef4ec6
Compare
Choose a tag to compare
v0.1.0-beta.5 Pre-release
Pre-release

What's Changed

  • README changes. by @damaredayo in #36
  • Upgrade black to 22.3 by @bahlo in #39
  • Fix typos, incompatible time fields by @bahlo in #40
  • Default to Cloud URL in client constructor by @damaredayo in #37
  • Add User-Agent header, fix tests by @bahlo in #41
  • remove dataset internal routes by @schehata in #42
  • add min and max cursor fields by @schehata in #43
  • add argmin,argmax and set op types by @schehata in #44
  • Upgrade ujson to 5.2.0 by @bahlo in #35
  • retry requests in case of 5xx errors by @schehata in #45
  • Add makesetif agg, reorder aggregations by @bahlo in #46
  • Add UsersClient with users.current func by @damaredayo in #47
  • Add datasets info function by @damaredayo in #48
  • Remove TrimResult by @bahlo in #50
  • add query apl function by @lilakurse in #49
  • remove any mentions to self-host by @schehata in #51
  • Update README to fit new standard by @damaredayo in #52
  • promote apl query over query_legacy by @schehata in #54
  • Islam/dx 370 add manual client setup to axiom py in by @schehata in #55

New Contributors

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

v0.1.0-beta.4

10 Jan 13:46
452baa9
Compare
Choose a tag to compare
v0.1.0-beta.4 Pre-release
Pre-release

What's Changed

  • set urllib3 log level to warning by @schehata in #26
  • implement complex query test by @schehata in #27
  • Bump version, rename action Push => CI by @bahlo in #29
  • Add shell.nix, direnv by @bahlo in #28
  • Fix tests by @bahlo in #30
  • Bump release by @bahlo in #31

Full Changelog: v0.1.0-beta.3...v0.1.0-beta.4