Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Releases: axiomhq/axiom-node

v0.12.0

04 May 08:13

Choose a tag to compare

⚠️ Starting with this release you need to import { Client } from "@axiomhq/axiom-node" as it's not a default export anymore.

What's Changed

  • fix: community link by @danserif in #88
  • replace chai with jest by @schehata in #89
  • document winston transport in the main README by @schehata in #90
  • Remove SAS support by @bahlo in #92
  • Change Client to non-default export by @bahlo in #95

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

26 Jan 12:13

Choose a tag to compare

bump version to v0.11.0

v0.10.0

14 Nov 17:18

Choose a tag to compare

⚠️ Breaking Changes:

  • The query function now does an APL query, if you want to keep using the non-apl query function, you can use queryLegacy. If you're using queryApl in your codebase, rename those calls to query to fix any errors.
    queryLegacy will go away in the future.

v0.9.0

24 Oct 10:37

Choose a tag to compare

What's Changed

  • Fix winston export by @andrescv in #62
  • Remove the Version Service by @damaredayo in #65
  • Update README to fit new standard by @damaredayo in #64
  • remove mentions to self-host & AXIOM_URL by @schehata in #63

New Contributors

  • @andrescv made their first contribution in #62
  • @damaredayo made their first contribution in #65

Full Changelog: v0.8.0...v0.9.0

v0.8.0

22 Sep 15:11

Choose a tag to compare

What's Changed

  • Update readme and client constructor by @bahlo in #59
  • Add winston support by @bahlo in #60

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

v0.7.0

19 Sep 09:55

Choose a tag to compare

remove the check for numDeleted in integ. tests

v0.6.0

05 Sep 14:55

Choose a tag to compare

update version to 0.6.0

v0.5.0

15 Jun 12:34

Choose a tag to compare

This adds an ingestEvents method and fixes a dependency issue.

What's Changed

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

v0.4.0

15 Feb 14:52

Choose a tag to compare

Prepare for v0.4.0

v0.3.0

02 Nov 19:32

Choose a tag to compare

What's Changed

New Contributors

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