Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/hungry-wolves-drop.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/nice-pans-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-moles-beg.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/six-singers-jog.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-cobras-like.md

This file was deleted.

19 changes: 19 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @embedly/api

## 0.12.0

### Minor Changes

- [#42](https://github.com/embed-team/embedly/pull/42) [`5cdbcd7`](https://github.com/embed-team/embedly/commit/5cdbcd7f3fd957473b0ee00ca824fe6b2bcce1f7) Thanks [@ItsRauf](https://github.com/ItsRauf)! - Harden platform error handling, add messageDelete listener for automatic embed cleanup, and remove unnecessary comments

- [#42](https://github.com/embed-team/embedly/pull/42) [`b526829`](https://github.com/embed-team/embedly/commit/b52682924a0eb926de98695145915c3fa0cf9444) Thanks [@ItsRauf](https://github.com/ItsRauf)! - refactored a bunch of the code surrounding types and parsing

- [#42](https://github.com/embed-team/embedly/pull/42) [`14aa4d0`](https://github.com/embed-team/embedly/commit/14aa4d0f611ec5142271347529819cef5f853de6) Thanks [@ItsRauf](https://github.com/ItsRauf)! - Replace BetterStack (Logtail) with OTEL-native logging for LGTM stack. Logs now flow through OpenTelemetry to Loki alongside traces and metrics. Added EmbedlyLogger class, platform and source labels for Grafana indexing, and trace correlation for the API.

### Patch Changes

- [#42](https://github.com/embed-team/embedly/pull/42) [`d64b129`](https://github.com/embed-team/embedly/commit/d64b12999cc3987dcb33e15ba396a494cd46bdf9) Thanks [@ItsRauf](https://github.com/ItsRauf)! - added request tracing via otel

- Updated dependencies [[`5cdbcd7`](https://github.com/embed-team/embedly/commit/5cdbcd7f3fd957473b0ee00ca824fe6b2bcce1f7), [`b526829`](https://github.com/embed-team/embedly/commit/b52682924a0eb926de98695145915c3fa0cf9444), [`4b6f900`](https://github.com/embed-team/embedly/commit/4b6f900d9f483fcc01c817c8071d49904f94a9a7), [`14aa4d0`](https://github.com/embed-team/embedly/commit/14aa4d0f611ec5142271347529819cef5f853de6)]:
- @embedly/platforms@0.12.0
- @embedly/builder@0.12.0
- @embedly/logging@0.12.0

## 0.11.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/api",
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"type": "module",
"main": "./dist/main.js",
Expand Down
14 changes: 14 additions & 0 deletions apps/bot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @embedly/bot

## 0.12.0

### Minor Changes

- [#42](https://github.com/embed-team/embedly/pull/42) [`5cdbcd7`](https://github.com/embed-team/embedly/commit/5cdbcd7f3fd957473b0ee00ca824fe6b2bcce1f7) Thanks [@ItsRauf](https://github.com/ItsRauf)! - Harden platform error handling, add messageDelete listener for automatic embed cleanup, and remove unnecessary comments

- [#42](https://github.com/embed-team/embedly/pull/42) [`b526829`](https://github.com/embed-team/embedly/commit/b52682924a0eb926de98695145915c3fa0cf9444) Thanks [@ItsRauf](https://github.com/ItsRauf)! - refactored a bunch of the code surrounding types and parsing

- [#42](https://github.com/embed-team/embedly/pull/42) [`14aa4d0`](https://github.com/embed-team/embedly/commit/14aa4d0f611ec5142271347529819cef5f853de6) Thanks [@ItsRauf](https://github.com/ItsRauf)! - Replace BetterStack (Logtail) with OTEL-native logging for LGTM stack. Logs now flow through OpenTelemetry to Loki alongside traces and metrics. Added EmbedlyLogger class, platform and source labels for Grafana indexing, and trace correlation for the API.

### Patch Changes

- [#42](https://github.com/embed-team/embedly/pull/42) [`d64b129`](https://github.com/embed-team/embedly/commit/d64b12999cc3987dcb33e15ba396a494cd46bdf9) Thanks [@ItsRauf](https://github.com/ItsRauf)! - added request tracing via otel

## 0.11.0

## 0.10.0
Expand Down
2 changes: 1 addition & 1 deletion apps/bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/bot",
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"type": "module",
"main": "src/main.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @embedly/builder

## 0.12.0

### Minor Changes

- [#42](https://github.com/embed-team/embedly/pull/42) [`5cdbcd7`](https://github.com/embed-team/embedly/commit/5cdbcd7f3fd957473b0ee00ca824fe6b2bcce1f7) Thanks [@ItsRauf](https://github.com/ItsRauf)! - Harden platform error handling, add messageDelete listener for automatic embed cleanup, and remove unnecessary comments

- [#42](https://github.com/embed-team/embedly/pull/42) [`b526829`](https://github.com/embed-team/embedly/commit/b52682924a0eb926de98695145915c3fa0cf9444) Thanks [@ItsRauf](https://github.com/ItsRauf)! - refactored a bunch of the code surrounding types and parsing

### Patch Changes

- [#42](https://github.com/embed-team/embedly/pull/42) [`4b6f900`](https://github.com/embed-team/embedly/commit/4b6f900d9f483fcc01c817c8071d49904f94a9a7) Thanks [@ItsRauf](https://github.com/ItsRauf)! - limit descriptions to 1500 because discord has a global cap of 4k per message

## 0.11.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/builder",
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"type": "module",
"main": "./dist/main.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @embedly/config

## 0.12.0

### Minor Changes

- [#42](https://github.com/embed-team/embedly/pull/42) [`5cdbcd7`](https://github.com/embed-team/embedly/commit/5cdbcd7f3fd957473b0ee00ca824fe6b2bcce1f7) Thanks [@ItsRauf](https://github.com/ItsRauf)! - Harden platform error handling, add messageDelete listener for automatic embed cleanup, and remove unnecessary comments

- [#42](https://github.com/embed-team/embedly/pull/42) [`b526829`](https://github.com/embed-team/embedly/commit/b52682924a0eb926de98695145915c3fa0cf9444) Thanks [@ItsRauf](https://github.com/ItsRauf)! - refactored a bunch of the code surrounding types and parsing

## 0.11.0

## 0.10.0
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/config",
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"type": "module",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @embedly/logging

## 0.12.0

### Minor Changes

- [#42](https://github.com/embed-team/embedly/pull/42) [`5cdbcd7`](https://github.com/embed-team/embedly/commit/5cdbcd7f3fd957473b0ee00ca824fe6b2bcce1f7) Thanks [@ItsRauf](https://github.com/ItsRauf)! - Harden platform error handling, add messageDelete listener for automatic embed cleanup, and remove unnecessary comments

- [#42](https://github.com/embed-team/embedly/pull/42) [`b526829`](https://github.com/embed-team/embedly/commit/b52682924a0eb926de98695145915c3fa0cf9444) Thanks [@ItsRauf](https://github.com/ItsRauf)! - refactored a bunch of the code surrounding types and parsing

- [#42](https://github.com/embed-team/embedly/pull/42) [`14aa4d0`](https://github.com/embed-team/embedly/commit/14aa4d0f611ec5142271347529819cef5f853de6) Thanks [@ItsRauf](https://github.com/ItsRauf)! - Replace BetterStack (Logtail) with OTEL-native logging for LGTM stack. Logs now flow through OpenTelemetry to Loki alongside traces and metrics. Added EmbedlyLogger class, platform and source labels for Grafana indexing, and trace correlation for the API.

## 0.11.0

## 0.10.0
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/logging",
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"type": "module",
"main": "./dist/main.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/platforms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @embedly/platforms

## 0.12.0

### Minor Changes

- [#42](https://github.com/embed-team/embedly/pull/42) [`5cdbcd7`](https://github.com/embed-team/embedly/commit/5cdbcd7f3fd957473b0ee00ca824fe6b2bcce1f7) Thanks [@ItsRauf](https://github.com/ItsRauf)! - Harden platform error handling, add messageDelete listener for automatic embed cleanup, and remove unnecessary comments

- [#42](https://github.com/embed-team/embedly/pull/42) [`b526829`](https://github.com/embed-team/embedly/commit/b52682924a0eb926de98695145915c3fa0cf9444) Thanks [@ItsRauf](https://github.com/ItsRauf)! - refactored a bunch of the code surrounding types and parsing

- [#42](https://github.com/embed-team/embedly/pull/42) [`14aa4d0`](https://github.com/embed-team/embedly/commit/14aa4d0f611ec5142271347529819cef5f853de6) Thanks [@ItsRauf](https://github.com/ItsRauf)! - Replace BetterStack (Logtail) with OTEL-native logging for LGTM stack. Logs now flow through OpenTelemetry to Loki alongside traces and metrics. Added EmbedlyLogger class, platform and source labels for Grafana indexing, and trace correlation for the API.

### Patch Changes

- Updated dependencies [[`5cdbcd7`](https://github.com/embed-team/embedly/commit/5cdbcd7f3fd957473b0ee00ca824fe6b2bcce1f7), [`b526829`](https://github.com/embed-team/embedly/commit/b52682924a0eb926de98695145915c3fa0cf9444), [`4b6f900`](https://github.com/embed-team/embedly/commit/4b6f900d9f483fcc01c817c8071d49904f94a9a7), [`14aa4d0`](https://github.com/embed-team/embedly/commit/14aa4d0f611ec5142271347529819cef5f853de6)]:
- @embedly/builder@0.12.0
- @embedly/logging@0.12.0

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embedly/platforms",
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"type": "module",
"main": "./dist/main.js",
Expand Down