From e9a6a389db2a6ff74c87494853cabcc2dedd7af0 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Thu, 28 May 2020 09:59:35 +0000 Subject: [PATCH] chore(release): publish - @elastic/apm-rum-angular@1.1.2 - @elastic/apm-rum-core@5.3.0 - @elastic/apm-rum-react@1.1.2 - @elastic/apm-rum-vue@1.1.2 - @elastic/apm-rum@5.2.0 --- packages/rum-angular/CHANGELOG.md | 11 +++++++++++ packages/rum-angular/package.json | 2 +- packages/rum-core/CHANGELOG.md | 27 +++++++++++++++++++++++++++ packages/rum-core/package.json | 2 +- packages/rum-react/CHANGELOG.md | 16 ++++++++++++++++ packages/rum-react/package.json | 2 +- packages/rum-vue/CHANGELOG.md | 11 +++++++++++ packages/rum-vue/package.json | 2 +- packages/rum/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/rum/package.json | 2 +- packages/rum/src/apm-base.js | 2 +- 11 files changed, 94 insertions(+), 6 deletions(-) diff --git a/packages/rum-angular/CHANGELOG.md b/packages/rum-angular/CHANGELOG.md index 7e015ee..ab2cbe1 100644 --- a/packages/rum-angular/CHANGELOG.md +++ b/packages/rum-angular/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.2](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-angular@1.1.1...@elastic/apm-rum-angular@1.1.2) (2020-05-28) + + +### Performance Improvements + +* refactor ServiceFactory to use constant service names ([#764](https://github.com/elastic/apm-agent-rum-js/issues/764)) ([fdda235](https://github.com/elastic/apm-agent-rum-js/commit/fdda23555b418166727d85f143e84a16079d83e6)), closes [#238](https://github.com/elastic/apm-agent-rum-js/issues/238) + + + + + ## [1.1.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-angular@1.1.0...@elastic/apm-rum-angular@1.1.1) (2020-04-15) **Note:** Version bump only for package @elastic/apm-rum-angular diff --git a/packages/rum-angular/package.json b/packages/rum-angular/package.json index e9735a2..f285b2c 100644 --- a/packages/rum-angular/package.json +++ b/packages/rum-angular/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/apm-rum-angular", - "version": "1.1.1", + "version": "1.1.2", "description": "Elastic APM Real User Monitoring for Angular applications", "homepage": "https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html", "license": "MIT", diff --git a/packages/rum-core/CHANGELOG.md b/packages/rum-core/CHANGELOG.md index d074e44..c464ade 100644 --- a/packages/rum-core/CHANGELOG.md +++ b/packages/rum-core/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.3.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-core@5.2.0...@elastic/apm-rum-core@5.3.0) (2020-05-28) + + +### Bug Fixes + +* **rum:** allow setting labels before initializing ([#792](https://github.com/elastic/apm-agent-rum-js/issues/792)) ([e546e35](https://github.com/elastic/apm-agent-rum-js/commit/e546e35f78eece3373efbc002c5ec4964407566f)) +* **rum:** use single instance of apm across all packages ([#796](https://github.com/elastic/apm-agent-rum-js/issues/796)) ([d585324](https://github.com/elastic/apm-agent-rum-js/commit/d585324d56494684ee58005ab43e075e8267da8a)) +* **rum-core:** add subtype span info without camelcasing ([#753](https://github.com/elastic/apm-agent-rum-js/issues/753)) ([8b97075](https://github.com/elastic/apm-agent-rum-js/commit/8b9707561f20ceb44caeb8ab6f6cf6cfe97e4f40)) +* **rum-core:** consider user defined type of high precedence ([#798](https://github.com/elastic/apm-agent-rum-js/issues/798)) ([b1d247c](https://github.com/elastic/apm-agent-rum-js/commit/b1d247c3654978187e9491079208c18267161e98)) +* **rum-core:** treat truncated spans as actual in breakdown ([#777](https://github.com/elastic/apm-agent-rum-js/issues/777)) ([93d8fc2](https://github.com/elastic/apm-agent-rum-js/commit/93d8fc2ff1b506aeeb7e4f6b7268f065922c21cc)) + + +### Features + +* add first input delay span ([#787](https://github.com/elastic/apm-agent-rum-js/issues/787)) ([af7deb9](https://github.com/elastic/apm-agent-rum-js/commit/af7deb9fbf556dac4966175eaa71ac3a63854db4)) +* **rum-core:** capture total blocking time for navigation ([#788](https://github.com/elastic/apm-agent-rum-js/issues/788)) ([a48980b](https://github.com/elastic/apm-agent-rum-js/commit/a48980b5819d92854923f9ebe5b89f2b28b25b61)) + + +### Performance Improvements + +* **rum-core:** compress server payload for all events ([#771](https://github.com/elastic/apm-agent-rum-js/issues/771)) ([5a3c604](https://github.com/elastic/apm-agent-rum-js/commit/5a3c6048482b47a9ac6ef565e88ff3eff786cabf)) +* refactor ServiceFactory to use constant service names ([#764](https://github.com/elastic/apm-agent-rum-js/issues/764)) ([fdda235](https://github.com/elastic/apm-agent-rum-js/commit/fdda23555b418166727d85f143e84a16079d83e6)), closes [#238](https://github.com/elastic/apm-agent-rum-js/issues/238) + + + + + # [5.2.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-core@5.1.0...@elastic/apm-rum-core@5.2.0) (2020-04-15) diff --git a/packages/rum-core/package.json b/packages/rum-core/package.json index b9d4021..88d1ce2 100644 --- a/packages/rum-core/package.json +++ b/packages/rum-core/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/apm-rum-core", - "version": "5.2.0", + "version": "5.3.0", "description": "Elastic apm core", "license": "MIT", "main": "dist/lib/index.js", diff --git a/packages/rum-react/CHANGELOG.md b/packages/rum-react/CHANGELOG.md index 831d1eb..599e058 100644 --- a/packages/rum-react/CHANGELOG.md +++ b/packages/rum-react/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. +## [1.1.2](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-react@1.1.1...@elastic/apm-rum-react@1.1.2) (2020-05-28) + + +### Bug Fixes + +* **rum-core:** consider user defined type of high precedence ([#798](https://github.com/elastic/apm-agent-rum-js/issues/798)) ([b1d247c](https://github.com/elastic/apm-agent-rum-js/commit/b1d247c3654978187e9491079208c18267161e98)) + + +### Performance Improvements + +* refactor ServiceFactory to use constant service names ([#764](https://github.com/elastic/apm-agent-rum-js/issues/764)) ([fdda235](https://github.com/elastic/apm-agent-rum-js/commit/fdda23555b418166727d85f143e84a16079d83e6)), closes [#238](https://github.com/elastic/apm-agent-rum-js/issues/238) + + + + + ## [1.1.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-react@1.1.0...@elastic/apm-rum-react@1.1.1) (2020-04-15) diff --git a/packages/rum-react/package.json b/packages/rum-react/package.json index 2f1ce11..a8e51c3 100644 --- a/packages/rum-react/package.json +++ b/packages/rum-react/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/apm-rum-react", - "version": "1.1.1", + "version": "1.1.2", "description": "Elastic APM Real User Monitoring for React applications", "author": "Hamid ", "homepage": "https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html", diff --git a/packages/rum-vue/CHANGELOG.md b/packages/rum-vue/CHANGELOG.md index 9e9567a..443d755 100644 --- a/packages/rum-vue/CHANGELOG.md +++ b/packages/rum-vue/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.2](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-vue@1.1.1...@elastic/apm-rum-vue@1.1.2) (2020-05-28) + + +### Performance Improvements + +* refactor ServiceFactory to use constant service names ([#764](https://github.com/elastic/apm-agent-rum-js/issues/764)) ([fdda235](https://github.com/elastic/apm-agent-rum-js/commit/fdda23555b418166727d85f143e84a16079d83e6)), closes [#238](https://github.com/elastic/apm-agent-rum-js/issues/238) + + + + + ## [1.1.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-vue@1.1.0...@elastic/apm-rum-vue@1.1.1) (2020-04-15) **Note:** Version bump only for package @elastic/apm-rum-vue diff --git a/packages/rum-vue/package.json b/packages/rum-vue/package.json index ea29b59..1faa291 100644 --- a/packages/rum-vue/package.json +++ b/packages/rum-vue/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/apm-rum-vue", - "version": "1.1.1", + "version": "1.1.2", "description": "Elastic APM Real User Monitoring for Vue applications", "keywords": [ "elastic", diff --git a/packages/rum/CHANGELOG.md b/packages/rum/CHANGELOG.md index e17b64c..c28c411 100644 --- a/packages/rum/CHANGELOG.md +++ b/packages/rum/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.2.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum@5.1.1...@elastic/apm-rum@5.2.0) (2020-05-28) + + +### Bug Fixes + +* **rum:** allow setting labels before initializing ([#792](https://github.com/elastic/apm-agent-rum-js/issues/792)) ([e546e35](https://github.com/elastic/apm-agent-rum-js/commit/e546e35f78eece3373efbc002c5ec4964407566f)) +* **rum:** use single instance of apm across all packages ([#796](https://github.com/elastic/apm-agent-rum-js/issues/796)) ([d585324](https://github.com/elastic/apm-agent-rum-js/commit/d585324d56494684ee58005ab43e075e8267da8a)) +* **rum-core:** consider user defined type of high precedence ([#798](https://github.com/elastic/apm-agent-rum-js/issues/798)) ([b1d247c](https://github.com/elastic/apm-agent-rum-js/commit/b1d247c3654978187e9491079208c18267161e98)) + + +### Features + +* add first input delay span ([#787](https://github.com/elastic/apm-agent-rum-js/issues/787)) ([af7deb9](https://github.com/elastic/apm-agent-rum-js/commit/af7deb9fbf556dac4966175eaa71ac3a63854db4)) + + +### Performance Improvements + +* refactor ServiceFactory to use constant service names ([#764](https://github.com/elastic/apm-agent-rum-js/issues/764)) ([fdda235](https://github.com/elastic/apm-agent-rum-js/commit/fdda23555b418166727d85f143e84a16079d83e6)), closes [#238](https://github.com/elastic/apm-agent-rum-js/issues/238) + + + + + ## [5.1.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum@5.1.0...@elastic/apm-rum@5.1.1) (2020-04-15) **Note:** Version bump only for package @elastic/apm-rum diff --git a/packages/rum/package.json b/packages/rum/package.json index 7d4a139..e73ad33 100644 --- a/packages/rum/package.json +++ b/packages/rum/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/apm-rum", - "version": "5.1.1", + "version": "5.2.0", "description": "Elastic APM JavaScript agent", "main": "dist/lib/index.js", "module": "dist/es/index.js", diff --git a/packages/rum/src/apm-base.js b/packages/rum/src/apm-base.js index afab078..6d2c468 100644 --- a/packages/rum/src/apm-base.js +++ b/packages/rum/src/apm-base.js @@ -49,7 +49,7 @@ export default class ApmBase { /** * Set Agent version to be sent as part of metadata to the APM Server */ - configService.setVersion('5.1.1') + configService.setVersion('5.2.0') this.config(config) /** * Deactive agent when the active config flag is set to false