Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 4 changed files Side-by-side Diff

... ... @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
4 4  
5 5 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6 6  
  7 +#### [v0.1.19](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/compare/v0.1.18...v0.1.19)
  8 +
  9 +- Add apikeyname on disconnected log [`a30831d`](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/commit/a30831dfd4f7fc75155f154c3265d982329e84b7)
  10 +
7 11 #### [v0.1.18](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/compare/v0.1.17...v0.1.18)
8 12  
  13 +> 9 February 2022
  14 +
9 15 - Filter connectAll only on gateway with ws protocol url [`2507b4a`](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/commit/2507b4aed4c8c0e70f3b7edfb3f53adb59f667c2)
10 16  
11 17 #### [v0.1.17](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/compare/v0.1.16...v0.1.17)
1 1 {
2 2 "name": "komodo-sdk-push-trx",
3   - "version": "0.1.18",
  3 + "version": "0.1.19",
4 4 "lockfileVersion": 2,
5 5 "requires": true,
6 6 "packages": {
7 7 "": {
8 8 "name": "komodo-sdk-push-trx",
9   - "version": "0.1.18",
  9 + "version": "0.1.19",
10 10 "license": "ISC",
11 11 "dependencies": {
12 12 "express": "^4.17.2",
1 1 {
2 2 "name": "komodo-sdk-push-trx",
3   - "version": "0.1.18",
  3 + "version": "0.1.19",
4 4 "description": "Komodo SDK for PUSH transaction",
5 5 "main": "index.js",
6 6 "scripts": {
... ... @@ -69,6 +69,7 @@ if (!wsListenPort) {
69 69 logger.verbose(`${MODULE_NAME} AB48F13F: Client disconnected`, {
70 70 xid,
71 71 remoteAddress,
  72 + apikeyName,
72 73 apikey,
73 74 code,
74 75 reason: reason.toString(),