Skip to content

Commit

Permalink
meta(changelog): Update package versions (#664)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). If
you're not ready to do a release yet, that's fine, whenever you add more
changesets to main, this PR will be updated.


# Releases
## @spotlightjs/[email protected]

### Minor Changes

-   Render placeholders when missing known attributes in Sentry events
    ([#656](#656))

### Patch Changes

-   Updated dependencies

\[[`5d8c7058300b349cd17d543874cfb810ff7db8d9`](5d8c705),

[`cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4`](cfa9cc9),

[`356890c6faf4ef3d9ebf85615e3f43f34fca0439`](356890c)]:
    -   @spotlightjs/[email protected]

## @spotlightjs/[email protected]

### Minor Changes

-   Render placeholders when missing known attributes in Sentry events
    ([#656](#656))

### Patch Changes

-   Add `spotlight@` prefix to Sentry releases to distinguish them
    ([#660](#660))

-   Updated dependencies

\[[`8bed105e28f11c139c00f6b4a63717b1fb99d396`](8bed105),

[`4c1b619079d4a1ca0e280dedef89bb8e1bf3f069`](4c1b619),

[`9606eb25434468bb9377569667f4071a177b85ab`](9606eb2),

[`cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4`](cfa9cc9),

[`277bd766aead9a6eabf043cc2490f59d0e1729b6`](277bd76),

[`356890c6faf4ef3d9ebf85615e3f43f34fca0439`](356890c)]:
    -   @spotlightjs/[email protected]
    -   @spotlightjs/[email protected]

## @spotlightjs/[email protected]

### Minor Changes

-   Render placeholders when missing known attributes in Sentry events
    ([#656](#656))

- Add base64 encoding for envelope passing
([#659](#659))

This fixes the issue certain characters getting lost or changed during
the implicit and forced UTF-8 encoding, namely
certain ANSI-escape characters when we capture them as breadcrumbs. This
was breaking NextJS recently.

The mechanism is opt-in from Sidecar side and the new overlay
automatically opts in to fix the issue. The new overlay
is also capable of processing messages w/o base64 encoding so this
change is both backwards and forwards compatible
meaning a new version of overlay can work with an old sidecar and a new
version of sidecar can work with an older
overlay. That said to get the fix, both should be on the new version,
opting into base64 encoding.

### Patch Changes

-   Fix direct transport init when sidecar transport is already enabled
    ([#658](#658))

- Add auto-reload dev mode for Overlay
([#657](#657))

-   Add `spotlight@` prefix to Sentry releases to distinguish them
    ([#660](#660))

## @spotlightjs/[email protected]

### Minor Changes

- Add base64 encoding for envelope passing
([#659](#659))

This fixes the issue certain characters getting lost or changed during
the implicit and forced UTF-8 encoding, namely
certain ANSI-escape characters when we capture them as breadcrumbs. This
was breaking NextJS recently.

The mechanism is opt-in from Sidecar side and the new overlay
automatically opts in to fix the issue. The new overlay
is also capable of processing messages w/o base64 encoding so this
change is both backwards and forwards compatible
meaning a new version of overlay can work with an old sidecar and a new
version of sidecar can work with an older
overlay. That said to get the fix, both should be on the new version,
opting into base64 encoding.

### Patch Changes

- Upgrades source-map dependency to avoid mappings.wasm error
([#638](#638))

## @spotlightjs/[email protected]

### Minor Changes

-   Render placeholders when missing known attributes in Sentry events
    ([#656](#656))

### Patch Changes

- Remove Windows home directories from Sentry reports
([#644](#644))

-   Add `spotlight@` prefix to Sentry releases to distinguish them
    ([#660](#660))

-   Updated dependencies

\[[`8bed105e28f11c139c00f6b4a63717b1fb99d396`](8bed105),

[`4c1b619079d4a1ca0e280dedef89bb8e1bf3f069`](4c1b619),

[`9606eb25434468bb9377569667f4071a177b85ab`](9606eb2),

[`cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4`](cfa9cc9),

[`277bd766aead9a6eabf043cc2490f59d0e1729b6`](277bd76),

[`356890c6faf4ef3d9ebf85615e3f43f34fca0439`](356890c)]:
    -   @spotlightjs/[email protected]
    -   @spotlightjs/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 6c1c647 commit 4bf3776
Show file tree
Hide file tree
Showing 17 changed files with 111 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-teachers-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-hotels-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-bugs-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-lizards-battle.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/three-geckos-look.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/tricky-seahorses-float.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/unlucky-ants-invite.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @spotlightjs/astro

## 2.4.0

### Minor Changes

- Render placeholders when missing known attributes in Sentry events
([#656](https://github.com/getsentry/spotlight/pull/656))

### Patch Changes

- Updated dependencies
[[`5d8c7058300b349cd17d543874cfb810ff7db8d9`](https://github.com/getsentry/spotlight/commit/5d8c7058300b349cd17d543874cfb810ff7db8d9),
[`cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4`](https://github.com/getsentry/spotlight/commit/cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4),
[`356890c6faf4ef3d9ebf85615e3f43f34fca0439`](https://github.com/getsentry/spotlight/commit/356890c6faf4ef3d9ebf85615e3f43f34fca0439)]:
- @spotlightjs/spotlight@2.10.0

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/astro",
"description": "Add spotlight to your Astro toolbar, for better debugging.",
"version": "2.3.0",
"version": "2.4.0",
"license": "Apache-2.0",
"author": "Sentry",
"repository": "[email protected]:getsentry/spotlight.git",
Expand Down
22 changes: 22 additions & 0 deletions packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @spotlightjs/electron

## 1.4.0

### Minor Changes

- Render placeholders when missing known attributes in Sentry events
([#656](https://github.com/getsentry/spotlight/pull/656))

### Patch Changes

- Add `spotlight@` prefix to Sentry releases to distinguish them
([#660](https://github.com/getsentry/spotlight/pull/660))

- Updated dependencies
[[`8bed105e28f11c139c00f6b4a63717b1fb99d396`](https://github.com/getsentry/spotlight/commit/8bed105e28f11c139c00f6b4a63717b1fb99d396),
[`4c1b619079d4a1ca0e280dedef89bb8e1bf3f069`](https://github.com/getsentry/spotlight/commit/4c1b619079d4a1ca0e280dedef89bb8e1bf3f069),
[`9606eb25434468bb9377569667f4071a177b85ab`](https://github.com/getsentry/spotlight/commit/9606eb25434468bb9377569667f4071a177b85ab),
[`cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4`](https://github.com/getsentry/spotlight/commit/cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4),
[`277bd766aead9a6eabf043cc2490f59d0e1729b6`](https://github.com/getsentry/spotlight/commit/277bd766aead9a6eabf043cc2490f59d0e1729b6),
[`356890c6faf4ef3d9ebf85615e3f43f34fca0439`](https://github.com/getsentry/spotlight/commit/356890c6faf4ef3d9ebf85615e3f43f34fca0439)]:
- @spotlightjs/overlay@2.10.0
- @spotlightjs/sidecar@1.11.0

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Electron app for Spotlight",
"author": "Sentry",
"license": "Apache-2.0",
"version": "1.3.0",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/getsentry/spotlight.git",
Expand Down
27 changes: 27 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @spotlightjs/core

## 2.10.0

### Minor Changes

- Render placeholders when missing known attributes in Sentry events
([#656](https://github.com/getsentry/spotlight/pull/656))

- Add base64 encoding for envelope passing ([#659](https://github.com/getsentry/spotlight/pull/659))

This fixes the issue certain characters getting lost or changed during the implicit and forced UTF-8 encoding, namely
certain ANSI-escape characters when we capture them as breadcrumbs. This was breaking NextJS recently.

The mechanism is opt-in from Sidecar side and the new overlay automatically opts in to fix the issue. The new overlay
is also capable of processing messages w/o base64 encoding so this change is both backwards and forwards compatible
meaning a new version of overlay can work with an old sidecar and a new version of sidecar can work with an older
overlay. That said to get the fix, both should be on the new version, opting into base64 encoding.

### Patch Changes

- Fix direct transport init when sidecar transport is already enabled
([#658](https://github.com/getsentry/spotlight/pull/658))

- Add auto-reload dev mode for Overlay ([#657](https://github.com/getsentry/spotlight/pull/657))

- Add `spotlight@` prefix to Sentry releases to distinguish them
([#660](https://github.com/getsentry/spotlight/pull/660))

## 2.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/overlay",
"description": "The overlay of Spotlight to add debug interface to your web app.",
"version": "2.9.0",
"version": "2.10.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions packages/sidecar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @spotlightjs/sidecar

## 1.11.0

### Minor Changes

- Add base64 encoding for envelope passing ([#659](https://github.com/getsentry/spotlight/pull/659))

This fixes the issue certain characters getting lost or changed during the implicit and forced UTF-8 encoding, namely
certain ANSI-escape characters when we capture them as breadcrumbs. This was breaking NextJS recently.

The mechanism is opt-in from Sidecar side and the new overlay automatically opts in to fix the issue. The new overlay
is also capable of processing messages w/o base64 encoding so this change is both backwards and forwards compatible
meaning a new version of overlay can work with an old sidecar and a new version of sidecar can work with an older
overlay. That said to get the fix, both should be on the new version, opting into base64 encoding.

### Patch Changes

- Upgrades source-map dependency to avoid mappings.wasm error ([#638](https://github.com/getsentry/spotlight/pull/638))

## 1.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sidecar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/sidecar",
"description": "A small proxy server to capture and forward data from backend services to Spotlight.",
"version": "1.10.0",
"version": "1.11.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
24 changes: 24 additions & 0 deletions packages/spotlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @spotlightjs/spotlight

## 2.10.0

### Minor Changes

- Render placeholders when missing known attributes in Sentry events
([#656](https://github.com/getsentry/spotlight/pull/656))

### Patch Changes

- Remove Windows home directories from Sentry reports ([#644](https://github.com/getsentry/spotlight/pull/644))

- Add `spotlight@` prefix to Sentry releases to distinguish them
([#660](https://github.com/getsentry/spotlight/pull/660))

- Updated dependencies
[[`8bed105e28f11c139c00f6b4a63717b1fb99d396`](https://github.com/getsentry/spotlight/commit/8bed105e28f11c139c00f6b4a63717b1fb99d396),
[`4c1b619079d4a1ca0e280dedef89bb8e1bf3f069`](https://github.com/getsentry/spotlight/commit/4c1b619079d4a1ca0e280dedef89bb8e1bf3f069),
[`9606eb25434468bb9377569667f4071a177b85ab`](https://github.com/getsentry/spotlight/commit/9606eb25434468bb9377569667f4071a177b85ab),
[`cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4`](https://github.com/getsentry/spotlight/commit/cfa9cc967da8aa862f55c3880aab44f7d5b5eeb4),
[`277bd766aead9a6eabf043cc2490f59d0e1729b6`](https://github.com/getsentry/spotlight/commit/277bd766aead9a6eabf043cc2490f59d0e1729b6),
[`356890c6faf4ef3d9ebf85615e3f43f34fca0439`](https://github.com/getsentry/spotlight/commit/356890c6faf4ef3d9ebf85615e3f43f34fca0439)]:
- @spotlightjs/overlay@2.10.0
- @spotlightjs/sidecar@1.11.0

## 2.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/spotlight",
"description": "Spotlight - Sentry for development. Containing the overlay and the sidecar.",
"version": "2.9.0",
"version": "2.10.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 4bf3776

Please sign in to comment.