Skip to content

Commit 00e8a25

Browse files
committed
Release 0.2.0
1 parent 9d0e67c commit 00e8a25

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11

22

3+
## [0.2.0](https://github.com/moscajs/aedes-otel-instrumentation/compare/v0.1.1...v0.2.0) (2023-10-09)
4+
5+
6+
### Features
7+
8+
* patch new `aedes.wrapDeliveryFunc` to correctly modify delivery function ([44cbaef](https://github.com/moscajs/aedes-otel-instrumentation/commit/44cbaef2cdb832c601310903e1cb2ac6565a4916))
9+
10+
11+
### Bug Fixes
12+
13+
* introduce middleware in aedes to patch delivery function at init or runtime ([d790cad](https://github.com/moscajs/aedes-otel-instrumentation/commit/d790cadc72818163879e23f8099c4accaf859d5f))
14+
* make broker URL retrieval method safer ([12482fd](https://github.com/moscajs/aedes-otel-instrumentation/commit/12482fd15399636270e2ad7d50250c79b81a4128))
15+
* solve review issues ([5d83cf2](https://github.com/moscajs/aedes-otel-instrumentation/commit/5d83cf24364066d092aae7acdcf73d4324b920a0))
16+
* update aedes patched types ([ad3c224](https://github.com/moscajs/aedes-otel-instrumentation/commit/ad3c224575edb5bc2f3cb5afa4bdba73ae0ca21f))
17+
18+
19+
### Test added
20+
21+
* add script and config to run aedes tests with intrumentation lib ([0f7170a](https://github.com/moscajs/aedes-otel-instrumentation/commit/0f7170a1302ef9b8ce083748e5df00056410b5a0))
22+
* duplicate and patch original aedes tests ([52e9685](https://github.com/moscajs/aedes-otel-instrumentation/commit/52e9685206388e4606234efe76cbf02ebc25345a))
23+
24+
25+
### Chores
26+
27+
* remove unused lib ([2520e36](https://github.com/moscajs/aedes-otel-instrumentation/commit/2520e363b926b44298cbacbda38305594c7b95b1))
28+
329
## [0.1.1](https://github.com/moscajs/aedes-otel-instrumentation/compare/v0.1.0...v0.1.1) (2023-09-26)
430

531

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aedes-otel-instrumentation",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "OpenTelemetry instrumentation library for Aedes MQTT broker",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)