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
Compare
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
Compare
Choose a tag to compare
bump version to v0.11.0

v0.10.0

14 Nov 17:18
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.8.0

22 Sep 15:11
Compare
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
Compare
Choose a tag to compare
remove the check for numDeleted in integ. tests

v0.6.0

05 Sep 14:55
Compare
Choose a tag to compare
update version to 0.6.0

v0.5.0

15 Jun 12:34
Compare
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
Compare
Choose a tag to compare
Prepare for v0.4.0

v0.3.0

02 Nov 19:32
Compare
Choose a tag to compare

What's Changed

New Contributors

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