Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Oct 9, 2023
1 parent 9d0e67c commit 00e8a25
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@


## [0.2.0](https://github.com/moscajs/aedes-otel-instrumentation/compare/v0.1.1...v0.2.0) (2023-10-09)


### Features

* patch new `aedes.wrapDeliveryFunc` to correctly modify delivery function ([44cbaef](https://github.com/moscajs/aedes-otel-instrumentation/commit/44cbaef2cdb832c601310903e1cb2ac6565a4916))


### Bug Fixes

* introduce middleware in aedes to patch delivery function at init or runtime ([d790cad](https://github.com/moscajs/aedes-otel-instrumentation/commit/d790cadc72818163879e23f8099c4accaf859d5f))
* make broker URL retrieval method safer ([12482fd](https://github.com/moscajs/aedes-otel-instrumentation/commit/12482fd15399636270e2ad7d50250c79b81a4128))
* solve review issues ([5d83cf2](https://github.com/moscajs/aedes-otel-instrumentation/commit/5d83cf24364066d092aae7acdcf73d4324b920a0))
* update aedes patched types ([ad3c224](https://github.com/moscajs/aedes-otel-instrumentation/commit/ad3c224575edb5bc2f3cb5afa4bdba73ae0ca21f))


### Test added

* add script and config to run aedes tests with intrumentation lib ([0f7170a](https://github.com/moscajs/aedes-otel-instrumentation/commit/0f7170a1302ef9b8ce083748e5df00056410b5a0))
* duplicate and patch original aedes tests ([52e9685](https://github.com/moscajs/aedes-otel-instrumentation/commit/52e9685206388e4606234efe76cbf02ebc25345a))


### Chores

* remove unused lib ([2520e36](https://github.com/moscajs/aedes-otel-instrumentation/commit/2520e363b926b44298cbacbda38305594c7b95b1))

## [0.1.1](https://github.com/moscajs/aedes-otel-instrumentation/compare/v0.1.0...v0.1.1) (2023-09-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aedes-otel-instrumentation",
"version": "0.1.1",
"version": "0.2.0",
"description": "OpenTelemetry instrumentation library for Aedes MQTT broker",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 00e8a25

Please sign in to comment.