deep-framework
Version:
29 lines (25 loc) • 1.7 kB
Markdown
# Changelog for AWS X-Ray SDK for JavaScript
<!--LATEST=1.0.3-beta-->
<!--ENTRYINSERT-->
## 1.0.4-beta
* change: Removed microtime dependency.
* change: Improved the detection of throttling errors from AWS services.
* change: Moved the aws.xray.sdk.version segment attribute to aws.xray.sdk_version.
## 1.0.3-beta
* bugfix: Added microtime dependency.
## 1.0.2-beta
* change: Added the AWS_XRAY_TRACING_NAME environment variable. XRAY_TRACING_NAME will be deprecated on GA release.
* change: Renamed XRAY_DEBUG_MODE environment variable to AWS_XRAY_DEBUG_MODE.
* change: Removed XRAY_TRACING_DEFAULT_NAME environment variable.
* change: Removed AWSXRay.setDefaultName(). A default name is now required via AWSXRay.express.openSegment(<defaultName>).
* change: Minimum AWS SDK version required for capturing is 2.7.15.
* feature: Added AWS_XRAY_DAEMON_ADDRESS environment variable.
* feature: Added AWSXRay.setDaemonAddress(<address>) function that accepts an IPv4 address. See README for details.
* feature: Introducing 'fixed' (default) and 'dynamic' naming modes. Enable dynamic mode via AWSXRay.middleware.enableDynamicNaming(<optionalPattern>).
* feature: Added a 'remote' attribute flag to mark errors from downstream services.
* feature: Added 'service' 'version' attribute to capture NPM module version of your application.
* feature: Added 'aws' 'sdk' version' attribute to capture AWS X-RAY SDK version.
* bugfix: Fixed issue with loaded beanstalk data and origin name.
* bugfix: Fixed broken logging statement on AWS Client patcher.
* bugfix: Changed segment emitter to keep UPD socket open instead of closing on complete.
* bugfix: Fixed issue with loading beanstalk data and origin name.