Skip to content

Releases: y-scope/clp-ffi-js

v0.5.0

28 Feb 19:01
7dc03eb
Compare
Choose a tag to compare

What's Changed

  • feat!: Add support for hierarchical and auto-generated keys for log filtering. by @LinZhihao-723 in #62

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

v0.4.0

26 Feb 17:45
9d6bd4d
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

  • feat: Add support for deserializing and decoding auto-generated keys in Structured IR streams. by @LinZhihao-723 in #60
  • feat(build): Enable logging output for FetchContent (resolves #56). by @Henry8192 in #57
  • feat!: Remove timestamp formatting from unstructured log messages. by @AVMatthews in #61
  • chore: Upgrade version for v0.4.0 release. by @AVMatthews in #66

New Contributors

Full Changelog: v0.3.5...v0.4.0

v0.3.5

11 Feb 09:30
8361ba5
Compare
Choose a tag to compare

What's Changed

  • chore: Update GitHub pull-request template to the latest from y-scope/public-repo-template. by @kirkrodrigues in #55
  • feat: Add support for finding the log event that's closest to a target timestamp. by @Henry8192 in #42
  • chore: Upgrade version for 0.3.5 release. by @Henry8192 in #59

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

20 Jan 21:16
d74931c
Compare
Choose a tag to compare

What's Changed

  • fix: Handle invalid UTF-8 sequences gracefully when converting structured log events to JSON. by @davemarco in #52
  • chore: Upgrade version for 0.3.4 release. by @junhaoliao in #54

Full Changelog: v0.3.3...v0.3.4

v0.3.3

31 Dec 03:53
cda40a5
Compare
Choose a tag to compare

What's Changed

  • Add LogEventWithFilterData template class to extend log event classes with processed fields for filtering. by @davemarco in #32
  • Update DecodedResultsTsType to use bigint in Emscripten binding (fixes #33). by @junhaoliao in #34
  • fix(build): Increase maximum wasm memory size from 2GB to 4GB (fixes #25). by @junhaoliao in #38
  • ci: Add GH workflow to validate PR titles follow Conventional Commits. by @davemarco in #40
  • feat: Add support for log-level filtering of structured IR streams. by @davemarco in #35
  • chore: Update version for 0.3.1 release. by @junhaoliao in #41
  • ci: Add GH workflow for publishing to npm. by @junhaoliao in #43
  • build(cmake): Extract CMake project name and version from package.json. by @junhaoliao in #45
  • chore: Upgrade version for 0.3.2 release. by @junhaoliao in #47
  • ci(publish-to-npm): Download and extract build as single artifact at the correct path (fixes #48). by @junhaoliao in #49
  • chore: Upgrade version for 0.3.3 release. by @junhaoliao in #50

Full Changelog: v0.3.0...v0.3.3