Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 1.44 KB

1.0.0 (2019-10-25):

0.3.0 (2019-07-18):

  • Adds support for DocumentClient API calls to be captured as Datastore segments/metrics.

    Supported calls are: get, put, update, delete, query and scan. These will be named according to the underlying DynamoDB operation that is executed. For example: get will be named getItem. DocumentClient calls not listed above will still be captured as Externals.

  • Fixed issue that would prevent multiple DynamoDB instances from being instrumented.

  • Replaced database_name with collection in DynamoDB attributes.

  • Moved name property to the root of DynamoDB segment description object.

    Previously, segments were being incorrectly named "Datastore/operation/DynamoDB/undefined", due to the operation name being misplaced.

0.2.0 (2019-02-19):

  • Added instrumentation for SNS publish API.

  • Added instrumentation for SQS sendMessage, sendMessageBatch and receiveMessageBatch APIs.

0.1.0 (2019-02-13):

  • Added instrumentation for services to be recorded as HTTP externals.

    • APIGateway
    • ELB
    • ElastiCache
    • Lambda
    • RDS
    • Redshift
    • Rekognition
    • S3
    • SES
  • Added instrumentation for DynamoDB.