Releases: autometrics-dev/autometrics-ts
parcel-transformer-v0.1.1
Publishes the Parcel transformer plugin with version 0.1.1 to npm.
Initial release of the Parcel transformer plugin
This is the initial version of our Parcel transformer plugin.
Typescript-plugin: Improved vscode extension integration
What's Changed
- Update npm scripts by @keturiosakys in #69
- Add a configurable 'html-comment' mode by @flenter in #72
- Edit Readme (and fix bugs) by @keturiosakys in #71
New Contributors
Full Changelog: typescript-plugin-v0.5.1...typescript-plugin-v0.5.2
fix TypeScript plugin
What's Changed
- Fix TS plugin errors by @keturiosakys in #67
- Update CI and publishing workflows by @keturiosakys in #68
Full Changelog: v0.5...typescript-plugin-v0.5.1
Caller label and build_info metric fixes
What's Changed
- Fix: update convenience package by @keturiosakys in #56
- Refactor & add more explicit decorator types by @oscarvz in #59
- Add
caller
label for "tracing lite" by @keturiosakys in #51 - Prevent
node:async_hooks
from being run in the browser by @oscarvz in #60 - Fix bug when no options are passed in decorator by @oscarvz in #61
- Improve documentation, add API reference by @keturiosakys in #62
- Fix
build_info
and add a unit test by @keturiosakys in #64 - Release v0.5.0 by @keturiosakys in #65
Full Changelog: v0.4...v0.5
Class decorator, `build_info` metric, support for concurrency tracking
What's Changed
See also notes on
CHANGELOG.md
in project root
- Refactor TS plugin by @oscarvz in #41
- Update rome and vitest by @stephlow in #43
- Add support for concurrency tracking by @stephlow in #44
- Add link to Grafana dashboards in README by @brettimus in #46
- Add launch.json configs for easier TypeScript debugging by @keturiosakys in #47
- Add support for applying autometrics decorator to classes by @oscarvz in #48
- Improve
@Autometrics()
decorator type signature by @oscarvz in #53 - Add build_info data by @keturiosakys in #52
- Chores: rename library folders to make them easier to parse, add changelog, add license by @keturiosakys in #54
- Release v0.4 by @keturiosakys in #55
Full Changelog: v0.3...v0.4
Alert and SLO support, VSCode extension
The major update in this release is support for adding SLOs to your functions. Read more about adding alerts and SLOs to your functions here and the rationale behind this approach here
What's Changed
- Fix a code sample in README and tweak some copy by @brettimus in #30
- Update React example by @oscarvz in #31
- SLO support by @stephlow in #32
- Add support for config changes by @keturiosakys in #33
- Typo fixes by @oscarvz in #37
- Bump to v0.3 and publish by @keturiosakys in #36
New Contributors
- @brettimus made their first contribution in #30
Full Changelog: v0.2...v0.3
Initial client-side support, TypeScript plugin changes
This release adds initial support for the library to be used in client-side applications (requiring a push gateway as intermediate). It also removes the TypeScript plugin from the convenience package - it now needs to be installed separately or (upcoming) as part of the VSCode extension.
What's Changed
- Add initial support for client side by @keturiosakys in #27
- Publish v0.2.0 by @keturiosakys in #29
Full Changelog: v0.1.2...v0.2
TS Plugin fix + convenience package
- Improves guidance, updates examples to generate sample traffic by @keturiosakys in #21
- Adds guidance for setting up a dev environment for the project by @keturiosakys in #22
- Fixes a typescript plugin err by @keturiosakys in #23
- Improvement: adds a bundled package option by @keturiosakys in #24
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Fixes and improvements
- Adds badges to the README by @keturiosakys in #18
- Adds a utility function to ensure queries are fully URL encoded (including the parens) by @keturiosakys in #19
- Fix publishing workflow by @keturiosakys in #20
Full Changelog: v0.1...v0.1.1