Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1020 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 1020 Bytes

Changelog for AWS X-Ray SDK Express for JavaScript

2.3.4

  • improvement: Updated eslint dev dependency: PR #145
  • improvement: Updated .eslintrc.json to enable es6 and fixed eslint errors: PR #146
  • improvement: Updated nock,mocha,sinon dependencies to fix lodash version: PR #153

2.3.3

  • bugfix(express): express middleware closes segments when client request cancelled. PR#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.

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.