Skip to content

Commit

Permalink
Prepare new release for lib and ts-plugin (#105)
Browse files Browse the repository at this point in the history
* update Changelog

* bump versions

* Add empty unreleased section

---------

Co-authored-by: Brett Beutell <[email protected]>
  • Loading branch information
keturiosakys and Brett Beutell authored Jul 20, 2023
1 parent 8e4606e commit a9fc1e8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Changelog

## [Unreleased]
## [unreleased]

-

## [v0.6.0] - @autometrics/autometrics - 2023-07-20

- Added functionality to initialize metrics at 0, so instrumented functions can be registered.
- Fixed an issue where decorators were changing `this` values for the methods they'd be wrapping, breaking them.
- Improved how `getModulePath` utility works, passing stack trace as structured data, and making it more robust.
- Measure function duration in seconds, and update the histogram buckets in prometheus accordingly
- Measure function duration in seconds, and update the histogram buckets in prometheus accordingly.

## [v0.5.4] - @autometrics/typescript-plugin - 2023-07-20

- Fixed an issue that would cause the Autometrics hover to not appear on wrapped functions.

## [v0.5.3] - 2023-06-26

Expand Down
4 changes: 2 additions & 2 deletions packages/autometrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autometrics",
"version": "0.5.0",
"version": "0.6.0",
"type": "module",
"description": "Easily add metrics to your system -- and actually understand them using automatically customized Prometheus queries",
"author": "Fiberplane<[email protected]>",
Expand Down Expand Up @@ -31,7 +31,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@autometrics/autometrics": "^0.5.0",
"@autometrics/autometrics": "^0.6.0",
"@opentelemetry/api": ">=1.4.1",
"@opentelemetry/exporter-prometheus": ">=0.35.1",
"@opentelemetry/sdk-metrics": ">=1.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autometrics/autometrics",
"version": "0.5.0",
"version": "0.6.0",
"description": "Easily add metrics to your system -- and actually understand them using automatically customized Prometheus queries",
"author": "Fiberplane<[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autometrics/typescript-plugin",
"version": "0.5.3",
"version": "0.5.4",
"description": "Language service plugin for Autometrics",
"author": "Fiberplane<[email protected]>",
"contributors": [
Expand Down

0 comments on commit a9fc1e8

Please sign in to comment.