diff --git a/packages/rum-core/CHANGELOG.md b/packages/rum-core/CHANGELOG.md index 86f218136..523d3752f 100644 --- a/packages/rum-core/CHANGELOG.md +++ b/packages/rum-core/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.2.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-core@4.1.1...@elastic/apm-rum-core@4.2.0) (2019-07-08) + + +### Bug Fixes + +* **rum-core:** remove sensitive info from span context ([#274](https://github.com/elastic/apm-agent-rum-js/issues/274)) ([b073f7f](https://github.com/elastic/apm-agent-rum-js/commit/b073f7f)) + + +### Features + +* **rum-core:** add user timing spans to the page-load transaction ([#276](https://github.com/elastic/apm-agent-rum-js/issues/276)) ([11a62f1](https://github.com/elastic/apm-agent-rum-js/commit/11a62f1)) + + +### Performance Improvements + +* **rum-core:** check span validition before creating arbitrary spans ([#277](https://github.com/elastic/apm-agent-rum-js/issues/277)) ([dcba903](https://github.com/elastic/apm-agent-rum-js/commit/dcba903)) + + + + + ## [4.1.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-core@4.1.0...@elastic/apm-rum-core@4.1.1) (2019-06-20) diff --git a/packages/rum-core/package.json b/packages/rum-core/package.json index 4cf42a2c0..f526e5ec1 100644 --- a/packages/rum-core/package.json +++ b/packages/rum-core/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/apm-rum-core", - "version": "4.1.1", + "version": "4.2.0", "description": "Elastic apm core", "license": "MIT", "main": "dist/lib/index.js", diff --git a/packages/rum/CHANGELOG.md b/packages/rum/CHANGELOG.md index 5b891e8fd..8fdd83fee 100644 --- a/packages/rum/CHANGELOG.md +++ b/packages/rum/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.2.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum@4.1.2...@elastic/apm-rum@4.2.0) (2019-07-08) + + +### Features + +* **rum:** better log message on invalid configuration ([#216](https://github.com/elastic/apm-agent-rum-js/issues/216)) ([b65a806](https://github.com/elastic/apm-agent-rum-js/commit/b65a806)) + + +### Performance Improvements + +* **rum:** remove debug logs on production build ([#245](https://github.com/elastic/apm-agent-rum-js/issues/245)) ([2565844](https://github.com/elastic/apm-agent-rum-js/commit/2565844)) + + + + + ## [4.1.2](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum@4.1.1...@elastic/apm-rum@4.1.2) (2019-06-20) **Note:** Version bump only for package @elastic/apm-rum diff --git a/packages/rum/package.json b/packages/rum/package.json index 7fecc7ed8..502d73514 100644 --- a/packages/rum/package.json +++ b/packages/rum/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/apm-rum", - "version": "4.1.2", + "version": "4.2.0", "description": "Elastic APM JavaScript agent", "main": "dist/lib/index.js", "module": "src/index.js",