Skip to content

Commit

Permalink
chore: release v2.4.3 (#805)
Browse files Browse the repository at this point in the history
* chore: release v2.4.3

* fix: temporarily add quickdraw.splunk.com to link checker ignore list
  • Loading branch information
seemk authored Sep 27, 2023
1 parent ab98acb commit 887b5ed
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ https://docs.github.com/
http://localhost:4318/
http://localhost:4317/
http://collector:4317/
https://quickdraw.splunk.com/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log - @splunk/otel

## 2.4.3

- Compare kafka header values case insensitively. Fixed split traces when b3 propagation is used over kafka headers and the producer does not use lowercase keys. [#804](https://github.com/signalfx/splunk-otel-js/pull/804)

## 2.4.2

September 20, 2023
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunk/otel",
"version": "2.4.2",
"version": "2.4.3",
"description": "The Splunk distribution of OpenTelemetry Node Instrumentation provides a Node agent that automatically instruments your Node application to capture and report distributed traces to Splunk APM.",
"repository": "[email protected]:signalfx/splunk-otel-js.git",
"author": "Splunk <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

export const VERSION = '2.4.2';
export const VERSION = '2.4.3';

0 comments on commit 887b5ed

Please sign in to comment.