We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dae75 commit 2703cb3Copy full SHA for 2703cb3
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.14.0 (2023-04-05)
2
+-------------------
3
+* Added - Allow list TopicArn for SNS PublishBatch request [PR #82](https://github.com/aws/aws-xray-sdk-ruby/pull/82).
4
+* Update - Change context missing strategy behaviour to Log Error [PR #83](https://github.com/aws/aws-xray-sdk-ruby/pull/83).
5
+* Added - Prevent warnings variable @metadata not initialised [PR #86](https://github.com/aws/aws-xray-sdk-ruby/pull/86).
6
+
7
0.13.0 (2022-01-04)
8
-------------------
9
* Added - Whitelist the LocationService client for instrumentation [PR #77](https://github.com/aws/aws-xray-sdk-ruby/pull/77).
lib/aws-xray-sdk/version.rb
@@ -1,3 +1,3 @@
module XRay
- VERSION = '0.13.0'
+ VERSION = '0.14.0'
end
0 commit comments