@podium/client
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -9,5 +9,10 @@ # Changelog | ||
## [3.0.4] - 2019-03-11 | ||
- Listen for error events on the internal cache - [#17](https://github.com/podium-lib/client/pull/17) | ||
- Remove the metric max listeners setting - [#16](https://github.com/podium-lib/client/pull/16) | ||
## [3.0.3] - 2019-03-10 | ||
- Updated @metrics/client to version 2.4.1 - [#15](https://github.com/podium-lib/context/pull/15) | ||
- Updated @metrics/client to version 2.4.1 - [#15](https://github.com/podium-lib/client/pull/15) | ||
@@ -49,3 +54,4 @@ ## [3.0.2] - 2019-03-05 | ||
[unreleased]: https://github.com/podium-lib/client/compare/v3.0.3...HEAD | ||
[unreleased]: https://github.com/podium-lib/client/compare/v3.0.4...HEAD | ||
[3.0.4]: https://github.com/podium-lib/client/compare/v3.0.3...v3.0.4 | ||
[3.0.3]: https://github.com/podium-lib/client/compare/v3.0.2...v3.0.3 | ||
@@ -52,0 +58,0 @@ [3.0.2]: https://github.com/podium-lib/client/compare/v3.0.1...v3.0.2 |
@@ -75,2 +75,6 @@ /* eslint-disable no-underscore-dangle */ | ||
this.registry.on('error', error => { | ||
this.log.error('Error emitted by the registry in @podium/client module', error); | ||
}); | ||
this._resources = new Map(); | ||
@@ -83,5 +87,2 @@ | ||
// Workaround for https://github.com/podium-lib/issues/issues/8 | ||
this.metrics.setMaxListeners(30); | ||
this.metrics.on('error', error => { | ||
@@ -88,0 +89,0 @@ this.log.error('Error emitted by metric stream in @podium/client module', error); |
{ | ||
"name": "@podium/client", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"main": "lib/client.js", | ||
@@ -57,3 +57,3 @@ "license": "MIT", | ||
"express": "^4.16.3", | ||
"get-stream": "^4.0.0", | ||
"get-stream": "^5.0.0", | ||
"http-proxy": "^1.16.2", | ||
@@ -60,0 +60,0 @@ "husky": "^1.3.1", |
@@ -5,4 +5,6 @@ # @podium/client | ||
[![Build Status](https://travis-ci.org/podium-lib/client.svg?branch=master)](https://travis-ci.org/podium-lib/client) [![Greenkeeper badge](https://badges.greenkeeper.io/podium-lib/client.svg)](https://greenkeeper.io/) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/podium-lib/client/badge.svg)](https://snyk.io/test/github/podium-lib/client) | ||
[![Dependencies](https://img.shields.io/david/podium-lib/client.svg?style=flat-square)](https://david-dm.org/podium-lib/client) | ||
[![Build Status](http://img.shields.io/travis/podium-lib/client/master.svg?style=flat-square)](https://travis-ci.org/podium-lib/client) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/podium-lib/client.svg?style=flat-square)](https://greenkeeper.io/) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/podium-lib/client/badge.svg?targetFile=package.json&style=flat-square)](https://snyk.io/test/github/podium-lib/client?targetFile=package.json) | ||
@@ -9,0 +11,0 @@ This module is intended for internal use in Podium and is not a module an end |
62036
1133
466