Skip to content

Commit

Permalink
fix(changlog): move entries, add links, add contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Dec 12, 2023
1 parent c84faf7 commit 7c9913e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/

### :bug: (Bug Fix)

* fix(api-logs): allow for TimeInput type for LogRecord timestamps [#4345](https://github.com/open-telemetry/opentelemetry-js/pull/4345)
* fix(sdk-trace-web): only access location if it is defined [#4063](https://github.com/open-telemetry/opentelemetry-js/pull/4063)
* fix(sdk-trace-base): processor onStart called with a span having empty attributes
* fix(sdk-trace-web): only access location if it is defined [#4063](https://github.com/open-telemetry/opentelemetry-js/pull/4063) @drewcorlin1
* fix(sdk-trace-base): processor onStart called with a span having empty attributes [#4277](https://github.com/open-telemetry/opentelemetry-js/pull/4277) @satazor

## 1.18.1

Expand Down
11 changes: 6 additions & 5 deletions experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@ All notable changes to experimental packages in this project will be documented

### :rocket: (Enhancement)

* feat(sdk-logs): add droppedAttributesCount field to ReadableLogRecord
* feat(sdk-logs): add droppedAttributesCount field to ReadableLogRecord [#4289](https://github.com/open-telemetry/opentelemetry-js/pull/4289) @HyunnoH

### :bug: (Bug Fix)

* fix(sdk-logs): avoid map attribute set when count limit exceeded
* fix(instrumentation-fetch): only access navigator if it is defined [#4063](https://github.com/open-telemetry/opentelemetry-js/pull/4063)
* fix(sdk-logs): avoid map attribute set when count limit exceeded [#4195](https://github.com/open-telemetry/opentelemetry-js/pull/4195) @HyunnoH
* fix(instrumentation-fetch): only access navigator if it is defined [#4063](https://github.com/open-telemetry/opentelemetry-js/pull/4063) @drewcorlin1
* allows for experimental usage of this instrumentation with non-browser runtimes
* fix(instrumentation-http): memory leak when responses are not resumed
* fix(instrumentation-http): Do not mutate given headers object for outgoing http requests. Fixes aws-sdk signing error on retries. [#4346](https://github.com/open-telemetry/opentelemetry-js/pull/4346)
* fix(instrumentation-http): memory leak when responses are not resumed [#4322](https://github.com/open-telemetry/opentelemetry-js/pull/4332) @dyladan
* fix(instrumentation-http): Do not mutate given headers object for outgoing http requests. Fixes aws-sdk signing error on retries. [#4346](https://github.com/open-telemetry/opentelemetry-js/pull/4346) @trentm
* fix(instrumentation): support Node.js v18.19.0 by using import-in-the-middle@1.6.0
* fix(api-logs): allow for TimeInput type for LogRecord timestamps [#4345](https://github.com/open-telemetry/opentelemetry-js/pull/4345)

## 0.45.1

Expand Down

0 comments on commit 7c9913e

Please sign in to comment.