Skip to content

Commit 791f059

Browse files
authored
Prepare 1.0.3 release (#66)
1 parent e0af367 commit 791f059

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog for AWS RUM Web Client
22

3-
<!--LATEST=1.0.2-->
3+
<!--LATEST=1.0.3-->
44
<!--ENTRYINSERT-->
55

6+
## 1.0.3
7+
8+
- fix: Fix X-Ray subsegment name when path is relative
9+
- fix: Fix unit test promise assertions
10+
- fix: Skip webvitals integ tests when browser is Firefox or Safari
11+
- improvement: Record uncaught promise rejection events
12+
613
## 1.0.2
714

815
- improvement: Added config option 'addXRayTraceIdHeader' for X-Amzn-Trace-Id header -- disabled by default

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-rum-web",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "The Amazon CloudWatch RUM web client.",
55
"license": "Apache-2.0",
66
"author": "Amazon CloudWatch RUM Staff <[email protected]>",

0 commit comments

Comments
 (0)