aws-xray-sdk
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -5,2 +5,5 @@ # Changelog for AWS X-Ray SDK for JavaScript | ||
## 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.4 | ||
@@ -7,0 +10,0 @@ |
{ | ||
"name": "aws-xray-sdk", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "AWS X-Ray SDK for Javascript", | ||
@@ -14,6 +14,6 @@ "author": "Amazon Web Services", | ||
"dependencies": { | ||
"aws-xray-sdk-core": "^1.1.4", | ||
"aws-xray-sdk-express": "^1.1.4", | ||
"aws-xray-sdk-mysql": "^1.1.4", | ||
"aws-xray-sdk-postgres": "^1.1.4", | ||
"aws-xray-sdk-core": "^1.1.5", | ||
"aws-xray-sdk-express": "^1.1.5", | ||
"aws-xray-sdk-mysql": "^1.1.5", | ||
"aws-xray-sdk-postgres": "^1.1.5", | ||
"pkginfo": "^0.4.0" | ||
@@ -29,3 +29,4 @@ }, | ||
], | ||
"license": "Apache-2.0" | ||
"license": "Apache-2.0", | ||
"repository": "https://github.com/aws/aws-xray-sdk-node/tree/master/packages/full_sdk" | ||
} |
## Requirements | ||
AWS SDK v2.7.15 or greater (if using captureAWS or captureAWSClient) | ||
AWS SDK v2.7.15 or greater (if using `captureAWS` or `captureAWSClient`) | ||
Express 4.14.0 or greater (if using Express and the associated X-Ray middleware) | ||
MySQL 2.12.0 or greater or greater (if using captureMySQL) | ||
Postgres 6.1.0 or greater (if using capturePostgres) | ||
MySQL 2.12.0 or greater (if using `captureMySQL`) | ||
Postgres 6.1.0 or greater (if using `capturePostgres`) | ||
@@ -17,3 +17,3 @@ ## AWS X-Ray | ||
This package includes all other AWS X-Ray packages. | ||
This package includes all other AWS X-Ray packages except `aws-xray-sdk-restify` which is still in beta. | ||
@@ -27,7 +27,7 @@ aws-xray-sdk-core | ||
The core package contains the base SDK functionality. Please see the aws-xray-sdk-core README.md for more details. | ||
The core package contains the base SDK functionality. Please see the aws-xray-sdk-core [README.md](https://github.com/aws/aws-xray-sdk-node/tree/master/packages/core/README.md) for more details. | ||
### Support for web frameworks | ||
A current list of supported web frameworks can be found at: http://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-nodejs-middleware.html | ||
For more information, please see the aws-xray-sdk-express package README.md. | ||
* [Express](https://github.com/aws/aws-xray-sdk-node/tree/master/packages/express) | ||
* [Restify](https://github.com/aws/aws-xray-sdk-node/tree/master/packages/restify)(beta) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
21642
Updatedaws-xray-sdk-core@^1.1.5
Updatedaws-xray-sdk-express@^1.1.5
Updatedaws-xray-sdk-mysql@^1.1.5
Updatedaws-xray-sdk-postgres@^1.1.5