Skip to content

Releases: Logflare/logflare-transport-core-js

v0.3.3

07 Jun 18:55
4a604d0
Compare
Choose a tag to compare

This release fixes broken patch releases (v0.3.1, v0.3.2), due to removal of version controlled dist files.

What's Changed

  • Chore update lockfile, remove node v14 usage for builds by @Ziinc in #33
  • chore: explicitly whitelist npm package files by @Ziinc in #34
  • chore: bump version to v0.3.3 by @Ziinc in #35

Full Changelog: v0.3.2...v0.3.3

v0.3.2

07 Jun 16:26
aaf38d5
Compare
Choose a tag to compare

Removal of unused dependencies and other misc chores.

What's Changed

  • chore: remove dist from git by @Ziinc in #26
  • Bump json5 from 2.1.3 to 2.2.3 by @dependabot in #20
  • Bump jsdom from 16.4.0 to 16.7.0 by @dependabot in #17
  • docs: add readme by @Ziinc in #28
  • chore: add prod package publish workflow by @Ziinc in #27
  • chore: add vsn script for adding version numberr based on package.json by @Ziinc in #29
  • fix: silently fetch package version by @Ziinc in #30
  • chore: fix dist gitignore by @Ziinc in #31
  • chore: remove unnecessary deps, bumps to v0.3.2 by @Ziinc in #32

Full Changelog: v0.3.1...v0.3.2

v0.3.1

07 Jun 15:13
c53397c
Compare
Choose a tag to compare

Adds an onError callback to options, allowing users to handle ingestion errors.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

14 Jan 21:30
Compare
Choose a tag to compare

BREAKING CHANGE: LogflareHttpClient.insertStream() has been removed in order to prevent bundlers from polyfilling "stream" with "readable-stream", causing approximately 33kB to be added to bundles.

#10, #14 and #15

🙏 @atdrago