diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index b3a124393..2642ffaef 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.31.4](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.31.3...@standardnotes/analytics@2.31.4) (2023-10-12) + +### Bug Fixes + +* disable opentelemetry tracing on async worker jobs ([e0b19ef](https://github.com/standardnotes/server/commit/e0b19ef011197c854cb6e833dbaa982f661e8d17)) +* disable sqs open telemetry manual tracing in favour of automated instrumentation ([337eae7](https://github.com/standardnotes/server/commit/337eae73c6cb18ae872527b06f6c23e1c48b6dff)) + ## [2.31.3](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.31.2...@standardnotes/analytics@2.31.3) (2023-10-12) **Note:** Version bump only for package @standardnotes/analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index a9660137a..ff7d78ae7 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/analytics", - "version": "2.31.3", + "version": "2.31.4", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index e5440a33b..6439b0915 100644 --- a/packages/api-gateway/CHANGELOG.md +++ b/packages/api-gateway/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.79.9](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.79.8...@standardnotes/api-gateway@1.79.9) (2023-10-12) + +**Note:** Version bump only for package @standardnotes/api-gateway + ## [1.79.8](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.79.7...@standardnotes/api-gateway@1.79.8) (2023-10-12) **Note:** Version bump only for package @standardnotes/api-gateway diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index 4aa412119..120594173 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.79.8", + "version": "1.79.9", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 74a98385c..e54cac96e 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.158.4](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.158.3...@standardnotes/auth-server@1.158.4) (2023-10-12) + +### Bug Fixes + +* disable opentelemetry tracing on async worker jobs ([e0b19ef](https://github.com/standardnotes/server/commit/e0b19ef011197c854cb6e833dbaa982f661e8d17)) +* disable sqs open telemetry manual tracing in favour of automated instrumentation ([337eae7](https://github.com/standardnotes/server/commit/337eae73c6cb18ae872527b06f6c23e1c48b6dff)) + ## [1.158.3](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.158.2...@standardnotes/auth-server@1.158.3) (2023-10-12) **Note:** Version bump only for package @standardnotes/auth-server diff --git a/packages/auth/package.json b/packages/auth/package.json index 97c5ddcac..14fb7187a 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.158.3", + "version": "1.158.4", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/domain-events-infra/CHANGELOG.md b/packages/domain-events-infra/CHANGELOG.md index 5aad1e75f..d6c202d69 100644 --- a/packages/domain-events-infra/CHANGELOG.md +++ b/packages/domain-events-infra/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.19.4](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.19.3...@standardnotes/domain-events-infra@1.19.4) (2023-10-12) + +### Bug Fixes + +* disable opentelemetry tracing on async worker jobs ([e0b19ef](https://github.com/standardnotes/server/commit/e0b19ef011197c854cb6e833dbaa982f661e8d17)) +* **domain-events-infra:** supress typeorm internal instrumentation ([1246af2](https://github.com/standardnotes/server/commit/1246af2551ae3502734583fbc7dcebc91c16eb6b)) +* enable opentelemetry tracing on async workers via sqs/sns automation ([0a90502](https://github.com/standardnotes/server/commit/0a90502658ce6f60f4a3100a518d522d6209a8fd)) + ## [1.19.3](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.19.2...@standardnotes/domain-events-infra@1.19.3) (2023-10-12) ### Bug Fixes diff --git a/packages/domain-events-infra/package.json b/packages/domain-events-infra/package.json index b07a44a81..8f4843160 100644 --- a/packages/domain-events-infra/package.json +++ b/packages/domain-events-infra/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-events-infra", - "version": "1.19.3", + "version": "1.19.4", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/domain-events/CHANGELOG.md b/packages/domain-events/CHANGELOG.md index 1a4567af4..4326f2f2b 100644 --- a/packages/domain-events/CHANGELOG.md +++ b/packages/domain-events/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.132.2](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.132.1...@standardnotes/domain-events@2.132.2) (2023-10-12) + +### Bug Fixes + +* disable opentelemetry tracing on async worker jobs ([e0b19ef](https://github.com/standardnotes/server/commit/e0b19ef011197c854cb6e833dbaa982f661e8d17)) + ## [2.132.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.132.0...@standardnotes/domain-events@2.132.1) (2023-10-12) ### Bug Fixes diff --git a/packages/domain-events/package.json b/packages/domain-events/package.json index 09c2dfcb5..356721361 100644 --- a/packages/domain-events/package.json +++ b/packages/domain-events/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-events", - "version": "2.132.1", + "version": "2.132.2", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/event-store/CHANGELOG.md b/packages/event-store/CHANGELOG.md index d8e33b8f4..d50f5ee15 100644 --- a/packages/event-store/CHANGELOG.md +++ b/packages/event-store/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.9](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.13.8...@standardnotes/event-store@1.13.9) (2023-10-12) + +**Note:** Version bump only for package @standardnotes/event-store + ## [1.13.8](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.13.7...@standardnotes/event-store@1.13.8) (2023-10-12) **Note:** Version bump only for package @standardnotes/event-store diff --git a/packages/event-store/package.json b/packages/event-store/package.json index 7e40d424f..a6bca5889 100644 --- a/packages/event-store/package.json +++ b/packages/event-store/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/event-store", - "version": "1.13.8", + "version": "1.13.9", "description": "Event Store Service", "private": true, "main": "dist/src/index.js", diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index a7e0e06d2..329be11fd 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.30.4](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.30.3...@standardnotes/files-server@1.30.4) (2023-10-12) + +### Bug Fixes + +* disable opentelemetry tracing on async worker jobs ([e0b19ef](https://github.com/standardnotes/files/commit/e0b19ef011197c854cb6e833dbaa982f661e8d17)) +* disable sqs open telemetry manual tracing in favour of automated instrumentation ([337eae7](https://github.com/standardnotes/files/commit/337eae73c6cb18ae872527b06f6c23e1c48b6dff)) + ## [1.30.3](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.30.2...@standardnotes/files-server@1.30.3) (2023-10-12) **Note:** Version bump only for package @standardnotes/files-server diff --git a/packages/files/package.json b/packages/files/package.json index 8ebe4faeb..ca63957bd 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files-server", - "version": "1.30.3", + "version": "1.30.4", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/home-server/CHANGELOG.md b/packages/home-server/CHANGELOG.md index 160292cb9..188f73c7a 100644 --- a/packages/home-server/CHANGELOG.md +++ b/packages/home-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.17.10](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.17.9...@standardnotes/home-server@1.17.10) (2023-10-12) + +**Note:** Version bump only for package @standardnotes/home-server + ## [1.17.9](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.17.8...@standardnotes/home-server@1.17.9) (2023-10-12) **Note:** Version bump only for package @standardnotes/home-server diff --git a/packages/home-server/package.json b/packages/home-server/package.json index 4297a9c76..8e4a61e66 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/home-server", - "version": "1.17.9", + "version": "1.17.10", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/revisions/CHANGELOG.md b/packages/revisions/CHANGELOG.md index ef10174f5..2e921be1a 100644 --- a/packages/revisions/CHANGELOG.md +++ b/packages/revisions/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.45.4](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.45.3...@standardnotes/revisions-server@1.45.4) (2023-10-12) + +### Bug Fixes + +* disable opentelemetry tracing on async worker jobs ([e0b19ef](https://github.com/standardnotes/server/commit/e0b19ef011197c854cb6e833dbaa982f661e8d17)) +* disable sqs open telemetry manual tracing in favour of automated instrumentation ([337eae7](https://github.com/standardnotes/server/commit/337eae73c6cb18ae872527b06f6c23e1c48b6dff)) + ## [1.45.3](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.45.2...@standardnotes/revisions-server@1.45.3) (2023-10-12) **Note:** Version bump only for package @standardnotes/revisions-server diff --git a/packages/revisions/package.json b/packages/revisions/package.json index 876af55a3..cdf9e4cff 100644 --- a/packages/revisions/package.json +++ b/packages/revisions/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/revisions-server", - "version": "1.45.3", + "version": "1.45.4", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/scheduler/CHANGELOG.md b/packages/scheduler/CHANGELOG.md index f3c153c70..7c14593e3 100644 --- a/packages/scheduler/CHANGELOG.md +++ b/packages/scheduler/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.25.4](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.25.3...@standardnotes/scheduler-server@1.25.4) (2023-10-12) + +### Bug Fixes + +* disable opentelemetry tracing on async worker jobs ([e0b19ef](https://github.com/standardnotes/server/commit/e0b19ef011197c854cb6e833dbaa982f661e8d17)) +* disable sqs open telemetry manual tracing in favour of automated instrumentation ([337eae7](https://github.com/standardnotes/server/commit/337eae73c6cb18ae872527b06f6c23e1c48b6dff)) + ## [1.25.3](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.25.2...@standardnotes/scheduler-server@1.25.3) (2023-10-12) **Note:** Version bump only for package @standardnotes/scheduler-server diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index 2ddcffed2..b7d7b7c76 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/scheduler-server", - "version": "1.25.3", + "version": "1.25.4", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 8f10c0642..9c729ae19 100644 --- a/packages/syncing-server/CHANGELOG.md +++ b/packages/syncing-server/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.117.4](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.117.3...@standardnotes/syncing-server@1.117.4) (2023-10-12) + +### Bug Fixes + +* disable opentelemetry tracing on async worker jobs ([e0b19ef](https://github.com/standardnotes/syncing-server-js/commit/e0b19ef011197c854cb6e833dbaa982f661e8d17)) +* disable sqs open telemetry manual tracing in favour of automated instrumentation ([337eae7](https://github.com/standardnotes/syncing-server-js/commit/337eae73c6cb18ae872527b06f6c23e1c48b6dff)) + ## [1.117.3](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.117.2...@standardnotes/syncing-server@1.117.3) (2023-10-12) **Note:** Version bump only for package @standardnotes/syncing-server diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index ab03ad8e1..ddfbade88 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.117.3", + "version": "1.117.4", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/websockets/CHANGELOG.md b/packages/websockets/CHANGELOG.md index 004780e63..5dab26bb9 100644 --- a/packages/websockets/CHANGELOG.md +++ b/packages/websockets/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.16.4](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.16.3...@standardnotes/websockets-server@1.16.4) (2023-10-12) + +### Bug Fixes + +* disable opentelemetry tracing on async worker jobs ([e0b19ef](https://github.com/standardnotes/server/commit/e0b19ef011197c854cb6e833dbaa982f661e8d17)) +* disable sqs open telemetry manual tracing in favour of automated instrumentation ([337eae7](https://github.com/standardnotes/server/commit/337eae73c6cb18ae872527b06f6c23e1c48b6dff)) + ## [1.16.3](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.16.2...@standardnotes/websockets-server@1.16.3) (2023-10-12) **Note:** Version bump only for package @standardnotes/websockets-server diff --git a/packages/websockets/package.json b/packages/websockets/package.json index f196be552..59bf01660 100644 --- a/packages/websockets/package.json +++ b/packages/websockets/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/websockets-server", - "version": "1.16.3", + "version": "1.16.4", "engines": { "node": ">=18.0.0 <21.0.0" },