Skip to content

Commit f5fbbc1

Browse files
authored
doc(nodejs): update documentation (#22)
1 parent 46e812d commit f5fbbc1

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [nodejs-v1.17.1]
6+
7+
### Released 2023-10-30
8+
9+
### Changed
10+
11+
- chore(nodejs): update collector and instrumentation to latest upstream version [#19]
12+
- chore(collector): deprecate `SUMOLOGIC_HTTP_TRACES_ENDPOINT_URL` in favor of `SUMO_OTLP_HTTP_ENDPOINT_URL`. [#19]
13+
- chore(nodejs): update instrumentation dependencies [#20]
14+
15+
### Fixed
16+
17+
- chore(collector): fix `listenerAPI` available port association [#19]
18+
19+
[#19]: https://github.com/SumoLogic/sumologic-otel-lambda/pull/19
20+
[#20]: https://github.com/SumoLogic/sumologic-otel-lambda/pull/20
21+
[nodejs-v1.17.1]: https://github.com/SumoLogic/sumologic-otel-lambda/releases/tag/nodejs-v1.17.1
22+
523
## [java-v1.24.0]
624

725
### Released 2023-06-02

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Released `sumologic-otel-lambda` layers are available:
55

66
- Java wrapper layer contains OpenTelemetry Java `v1.24.0` and OpenTelemetry Collector `v0.75.0`. Please see list of [lambda layers](https://github.com/SumoLogic/sumologic-otel-lambda/blob/release-java-v1.24.0/java/README.md).
77

8-
- NodeJS layer contains OpenTelemetry JavaScript SDK `v1.12.0` and OpenTelemetry Collector `v0.75.0`. Please see list of [lambda layers](https://github.com/SumoLogic/sumologic-otel-lambda/blob/release-nodejs-v1.12.0/nodejs/README.md).
8+
- NodeJS layer contains OpenTelemetry JavaScript SDK `v1.17.1` and OpenTelemetry Collector `v0.`87.0. Please see list of [lambda layers](https://github.com/SumoLogic/sumologic-otel-lambda/blob/release-nodejs-v1.17.1/nodejs/README.md).
99

1010
- Python layer contains OpenTelemetry Python SDK `v1.17.0` with instrumentation `v0.38b0` and OpenTelemetry Collector `v0.75.0`. Please see list of [lambda layers](https://github.com/SumoLogic/sumologic-otel-lambda/blob/release-python-v1.17.0/python/README.md).
1111

0 commit comments

Comments
 (0)