This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
Releases: open-telemetry/opentelemetry-js-api
Releases · open-telemetry/opentelemetry-js-api
@opentelemetry/api v1.2.0
@opentelemetry/api v1.1.0
@opentelemetry/api v1.0.4
@opentelemetry/api v1.0.3
v1.0.2
🐛 Bug Fix
- #105 fix: set delegate after successful registration (@Flarna)
- #94 fix: enforce strict equality on prerelease versions (@dyladan)
📝 Documentation
- #106 docs: fix crash in README example (@trentm)
- #101 docs: Format example for tracer.startActiveSpan (@ad-m)
- #99 chore: fix link to API docs (@dyladan)
🏠 Internal
- #109 internal: add missing approvers from core (@dyladan)
- #103 chore: reuse NoopTracer in ProxyTracer (@Flarna)
Committers: 4
v1.0.1
v1.0.0
📝 Documentation
🏠 Internal
Committers: 2
Thank you to all who contributed
The maintainers of OpenTelemetry JS API would like to extend a sincere thank you to all who contributed to the 1.0.0
release. This would not have been possible without all of you.
- Amir Blum (@blumamir)
- Andrew (@AndrewGrachov)
- Bartlomiej Obecny (@obecny)
- Bryan Clement (@lykkin)
- Daniel Dyla (@dyladan)
- Gerhard Stöbich (@Flarna)
- Karen Xu (@xukaren)
- Mark (@MarkSeufert)
- Mark Wolff (@markwolff)
- Matthew Wear (@mwear)
- Mayur Kale (@mayurkale22)
- Michael Goin (@michaelgoin)
- Naseem (@naseemkullah)
- Nev (@MSNev)
- Paul Draper (@pauldraper)
- Rauno Viskus (@Rauno56)
- Shivkanya Andhare (@shivkanya9146)
- Srikanth Chekuri (@lonewolf3739)
- Steve Flanders (@flands)
- Taavo-Taur "t2t2" Tammur (@t2t2)
- Valentin Marchaud (@vmarchaud)
- Yuri Shkuro (@yurishkuro)
- @dengliming
- legendecas (@legendecas)
- @srjames90
v0.21.0
💥 Breaking Change
- #78 feat: unify signatures of
with
andbind
(@Rauno56) - #46 chore: do not export singletons (@dyladan)
🚀 Enhancement
- #81 chore: function overloads implementation of startActiveSpan in noop t… (@naseemkullah)
🏠 Internal
- #84 chore: remove unused backwards compatibility folder (@Flarna)
- #85 chore: add node:16 to the test matrix (@Rauno56)
- #63 feat: debug log global registrations and logger overwrites (@Rauno56)
- #75 Add CodeQL Security Scan (@xukaren)
- #79 chore: fix eslint config (@Rauno56)
Committers: 5
- Daniel Dyla (@dyladan)
- Gerhard Stöbich (@Flarna)
- Karen Xu (@xukaren)
- Naseem (@naseemkullah)
- Rauno Viskus (@Rauno56)
v0.20.0
This is released as a minor version even though it is backwards compatible so that the API and SDK version numbers will match. This is less confusing for users until we reach 1.0 with the API.
0.20.0
🚀 Enhancement
- #69 feat(context): add utils method to remove keys from context (@vmarchaud)
- #71 chore: export baggage (@dyladan)
Committers: 2
- Daniel Dyla (@dyladan)
- Valentin Marchaud (@vmarchaud)
v0.19.0
💥 Breaking Change
- #55 chore: move baggage methods in propagation namespace (@vmarchaud)
- #65 chore: remove suppress instrumentation (@dyladan)
- #60 chore: removing timed event (@obecny)
- #58 chore: use spancontext for link (@dyladan)
- #47 chore: move span method for context in trace API #40 (@vmarchaud)
- #45 chore: rename
span#context()
tospan#spanContext
(@dyladan) - #43 chore: renaming noop span to non recording span (@obecny)
- #32 feat!: return boolean success value from setGlobalXXX methods (@dyladan)
🚀 Enhancement
- #62 chore: adding component logger (@obecny)
- #54 feat: add tracer.startActiveSpan() (@naseemkullah)
- #58 chore: use spancontext for link (@dyladan)
- #51 feat: add function to wrap SpanContext in NonRecordingSpan #49 (@dyladan)
📝 Documentation
- #64 chore: document the reason for symbol.for (@dyladan)
- #44 chore: updating readme headline and fixing links (@obecny)
Committers: 6
- Bartlomiej Obecny (@obecny)
- Daniel Dyla (@dyladan)
- Gerhard Stöbich (@Flarna)
- Naseem (@naseemkullah)
- Valentin Marchaud (@vmarchaud)
- t2t2 (@t2t2)