Skip to content

Commit 08f25cd

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.6.0'
2 parents 25b1f8d + f8030af commit 08f25cd

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelong
22

3+
## 0.6.0
4+
5+
### Various fixes & improvements
6+
7+
- chore: Use `9.36.0-alpha.2` of `@sentry/node` for dogfooding (#187) by @andreiborza
8+
- Upgrade express to latest `4.21.2` version (#186) by @AbhiPrasad
9+
- feat(deps): Upgrade Sentry SDKs from `9.16.1` to `9.30.0` (#185) by @AbhiPrasad
10+
- feat(deps): Upgrade JS SDK to 9.16.1 (#183) by @AbhiPrasad
11+
- feat: Send chartcuterie logs to Sentry (#182) by @AbhiPrasad
12+
- ref(gocd): Cutting over to check_cloudbuild.py (#181) by @IanWoodard
13+
- bump profiling and run it as trace lifecycle (#180) by @JonasBa
14+
- deps: Bump SDK to `9.0.0-alpha.0` (#179) by @lforst
15+
- feat(devservices): Add chartcuterie config (#178) by @hubertdeng123
16+
- deps: bump sentry (#174) by @JonasBa
17+
- build(deps): bump express from 4.18.1 to 4.20.0 (#168) by @dependabot
18+
- build(deps): bump micromatch from 4.0.5 to 4.0.8 (#167) by @dependabot
19+
- ref: Use the VM to execute local config files (#171) by @evanpurkhiser
20+
- chore(ci): Updating and pinning all github actions used (#172) by @IanWoodard
21+
- fix: Inject queueMicrotask into runInNewContext globals (#169) by @evanpurkhiser
22+
- change: Update gocd jsonlib to 2.13 (#166) by @dmajere
23+
- build(deps): bump braces from 3.0.2 to 3.0.3 (#159) by @dependabot
24+
- Enable chartcuterie deploy where it needed (#165) by @nirajdewani
25+
- chore(gocd): adding s4s deploy (#164) by @IanWoodard
26+
- deps(sentry) bump to 8.11 (#163) by @JonasBa
27+
- desp: bump sentry to 8.10.0 (#162) by @JonasBa
28+
- feat(profiling) use continuous profiler instead of the span/txn based one (#161) by @JonasBa
29+
- deps: bump sentry to 8.9 (#160) by @JonasBa
30+
- fix(gocd): Adding elastic_profile_id (#158) by @IanWoodard
31+
32+
_Plus 78 more_
33+
334
## 0.5.0
435

536
- Adds polling capabilities to reload the configuration periodically in when

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/chartcuterie",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"homepage": "https://github.com/getsentry/chartcuterie",
66
"bin": {

0 commit comments

Comments
 (0)