We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98a0cbb + 73416f3 commit ece4296Copy full SHA for ece4296
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# v3.x
2
3
+## v3.4.0 - 2019-11-20
4
+
5
+### Improvements
6
7
+* Gracefully free resources on `.end()` #144
8
+* Update type definitions for TypeScript #145, #147
9
+* Add new option messageQueueSizeLimit #152
10
11
+### Fixes
12
13
+* Fix packets on multiple tags get corrput and multiple calls of callbacks on error #155
14
15
## v3.3.1 - 2019-02-19
16
17
### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "fluent-logger",
- "version": "3.3.1",
+ "version": "3.4.0",
"main": "./lib/index.js",
"scripts": {
"test": "mocha -t 10000 --recursive",
0 commit comments