Skip to content

Commit

Permalink
docs: add release notes for 5.2.0 (#801)
Browse files Browse the repository at this point in the history
* docs: add release notes for 5.2.0

* chore: fix heading
  • Loading branch information
SuperButterfly authored May 28, 2020
1 parent e9a6a38 commit 4dafe84
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,32 @@ See Conventional Commits (https://conventionalcommits.org) for commit guidelines
[[release-notes-5.x]]
=== RUM JS Agent version 5.x
[[release-notes-5.2.0]]
==== 5.2.0 (2020-05-28)
[float]
===== Features
* Agent now supports compressing events payload sent to the APM server
via new configuration <<api-version, apiVersion>>. It yeilds a huge reduction of
around ~45% in the payload size for average sized web pages: {issue}768[#768]
* Capture First Input Delay(FID) as Span for page-load transaction: {issue}732[#732]
* Capture Total Blocking Time(TBT) as Span for page-load transaction: {issue}781[#781]
[float]
===== Bug fixes
* Allow setting labels before agent is initialized: {issue}780[#780]
* Use single instance of apm across all packages: {issue}791[#791]
* User defined types for managed transactions are considered of
high precedence: {issue}758[#758]
* Add span subtype information in payload without camelcasing: {issue}753[#753]
* Treat truncated spans percentage as regular span in
breakdown calculation: {issue}776[#776]
[float]
===== Performance Improvements
* Refactor ServiceFactory class to use constant service names: {issue}238[#238]
[[release-notes-5.1.1]]
==== 5.1.1 (2020-04-15)
Expand All @@ -42,7 +68,6 @@ See Conventional Commits (https://conventionalcommits.org) for commit guidelines
`ApmRoute` inside child components: {issue}748[#748]
[[release-notes-5.1.0]]
==== 5.1.0 (2020-04-08)
Expand Down

0 comments on commit 4dafe84

Please sign in to comment.