aws-xray-sdk-express
Version:
AWS X-Ray Middleware for Express (Javascript)
26 lines (18 loc) • 1.27 kB
Markdown
# Changelog for AWS X-Ray SDK Express for JavaScript
**Beginning after v3.2.0, ChangeLog entries for this package are recorded in the [top-level CHANGELOG file](../../CHANGELOG.md).**
<!--LATEST=3.2.0-->
<!--ENTRYINSERT-->
## 2.5.0
* improvement: Added TypeScript definitions [PR #207](https://github.com/aws/aws-xray-sdk-node/pull/207)
## 2.3.4
* improvement: Updated eslint dev dependency: [PR #145](https://github.com/aws/aws-xray-sdk-node/pull/145)
* improvement: Updated .eslintrc.json to enable es6 and fixed eslint errors: [PR #146](https://github.com/aws/aws-xray-sdk-node/pull/146)
* improvement: Updated nock,mocha,sinon dependencies to fix lodash version: [PR #153](https://github.com/aws/aws-xray-sdk-node/pull/153)
## 2.3.3
* bugfix(express): express middleware closes segments when client request cancelled. [PR#128](https://github.com/aws/aws-xray-sdk-node/pull/128)
## 1.1.5
* The X-Ray SDK for Node.js is now an open source project. You can follow the project and submit issues and pull requests on [GitHub](https://github.com/aws/aws-xray-sdk-node).
## 1.1.2
* bugfix: Changed behavior on a http status code 429. Segment should have been marked as 'throttle' and 'error'.
## 1.1.1
* feature: Added debug logs for opening and closing segments.