This repository was archived by the owner on Jul 27, 2023. It is now read-only.
Releases: axiomhq/axiom-node
Releases · axiomhq/axiom-node
v0.12.0
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
bump version to v0.11.0
v0.10.0
⚠️ 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
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
v0.7.0
remove the check for numDeleted in integ. tests
v0.6.0
update version to 0.6.0
v0.5.0
This adds an ingestEvents
method and fixes a dependency issue.
What's Changed
- Spring cleaning by @bahlo in #39
- Add ingestEvents function by @bahlo in #43
- Bump version to 0.5.0, add contributors by @bahlo in #44
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #38
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Prepare for v0.4.0
v0.3.0
What's Changed
- Add namespace wrapping for each type by @lilakurse in #27
- Fix README example by @bahlo in #29
- Bump to 0.3.0 by @bahlo in #28
New Contributors
- @lilakurse made their first contribution in #27
Full Changelog: v0.2.0...v0.3.0