Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[next] merge changes from main #5275

Merged
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a761a8c
feat(otlp-transformer)!: remove internal types and functions from pub…
pichlermarc Dec 5, 2024
0bc4af6
ci: run browser and worker tests on Node.js 22 (#5237)
pichlermarc Dec 5, 2024
484af40
fix(deps): update dependency express to v4.21.2 (#5238)
renovate-bot Dec 6, 2024
9328790
docs: document compatible versions (#5246)
pichlermarc Dec 9, 2024
5387343
test(api): longer timeout for API tree-shaking tests (#5247)
pichlermarc Dec 10, 2024
79e2875
feat(sdk-metrics): PeriodicExportingMetricReader now flushes pending …
macno Dec 10, 2024
887ff1c
docs: re-categoize misplaced changelog entry (#5248)
pichlermarc Dec 10, 2024
61d5a0e
chore(deps): update dependency chromedriver to v131.0.3 (#5255)
renovate-bot Dec 12, 2024
bdee949
doc(semantic-conventions): clarify suggested usage of *unstable* semc…
trentm Dec 12, 2024
e4d9c21
fix(instrumentation-fetch, instrumentation-xml-http-request) content …
arriIsHere Dec 12, 2024
e03b6e7
chore: update prettier to 3.4.2 (#5261)
chancancode Dec 13, 2024
6d31a18
feat(opentelemetry-sdk-node): automatically configure metrics exporte…
bhaskarbanerjee Dec 13, 2024
84cce75
refactor(otlp-transformer): re-structure package to prepare for separ…
pichlermarc Dec 13, 2024
a8befa6
Merge branch 'main' into next-main-2024-12-16
pichlermarc Dec 16, 2024
8ab52d5
fix(ci): adapt workflow to use supported npm versions (#5277)
pichlermarc Dec 17, 2024
0c11fc6
Fix incorrect CHANGELOG entry on main (`v1.next`) (#5280)
chancancode Dec 18, 2024
67a0e9c
Update links to openmetrics to reference the v1.0.0 release (#5267)
dashpole Dec 18, 2024
e524148
chore: removed circular dependency from BasicTracerProvider (#5279)
MingaudasVagonis Dec 18, 2024
616d27a
chore: prepare next release (#5274)
opentelemetrybot Dec 18, 2024
4179ddb
Merge branch 'main' into next-main-2024-12-16
pichlermarc Dec 18, 2024
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
Prev Previous commit
Next Next commit
docs: re-categoize misplaced changelog entry (#5248)
pichlermarc authored Dec 10, 2024
commit 887ff1cd6e3f795f703e40a9fbe89b3cba7e88c3
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -25,9 +25,9 @@ For semantic convention package changes, see the [semconv CHANGELOG](packages/se

## 1.29.0

### :boom: Breaking Change
### :rocket: (Enhancement)

* feat(sdk-metrics): Add support for aggregation cardinality limit with a default limit of 2000. This limit can be customized via views [#5182](https://github.com/open-telemetry/opentelemetry-js/pull/5128)
* feat(sdk-metrics): Add support for aggregation cardinality limit with a default limit of 2000. This limit can be customized via views [#5128](https://github.com/open-telemetry/opentelemetry-js/pull/5128)

## 1.28.0