mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
deploy: 98a364b046
This commit is contained in:
parent
dafd06a2fe
commit
eee72c7ccc
4 changed files with 76 additions and 0 deletions
|
|
@ -1,4 +1,23 @@
|
||||||
|
|
||||||
|
## 0.12
|
||||||
|
|
||||||
|
- breaking: change `Collector.cleanup` so it takes a callback
|
||||||
|
|
||||||
|
- feat: add Eio collector
|
||||||
|
- feat: add Logs integration
|
||||||
|
- Specify and document the Signal_gatherer API
|
||||||
|
- feat: add `Globals.service_version`
|
||||||
|
- add `pp` implemtation for `Client_ocurl.Config`
|
||||||
|
- feat: adapt to trace 0.10
|
||||||
|
|
||||||
|
- fix concurrency issues, make the libraries thread safe
|
||||||
|
- add many tests
|
||||||
|
- fix: opentelemetry exception attr spec
|
||||||
|
- Add tests for Opentelemetry.Client.Config
|
||||||
|
|
||||||
|
- large refactorings to factor out batching logic out of cohttp-lwt client,
|
||||||
|
also encoding logic. The code for collectors is now much cleaner.
|
||||||
|
|
||||||
## 0.11.2
|
## 0.11.2
|
||||||
|
|
||||||
- fix: opentelemetry-client-ocurl: don't block signals on Windows
|
- fix: opentelemetry-client-ocurl: don't block signals on Windows
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,23 @@
|
||||||
|
|
||||||
|
## 0.12
|
||||||
|
|
||||||
|
- breaking: change `Collector.cleanup` so it takes a callback
|
||||||
|
|
||||||
|
- feat: add Eio collector
|
||||||
|
- feat: add Logs integration
|
||||||
|
- Specify and document the Signal_gatherer API
|
||||||
|
- feat: add `Globals.service_version`
|
||||||
|
- add `pp` implemtation for `Client_ocurl.Config`
|
||||||
|
- feat: adapt to trace 0.10
|
||||||
|
|
||||||
|
- fix concurrency issues, make the libraries thread safe
|
||||||
|
- add many tests
|
||||||
|
- fix: opentelemetry exception attr spec
|
||||||
|
- Add tests for Opentelemetry.Client.Config
|
||||||
|
|
||||||
|
- large refactorings to factor out batching logic out of cohttp-lwt client,
|
||||||
|
also encoding logic. The code for collectors is now much cleaner.
|
||||||
|
|
||||||
## 0.11.2
|
## 0.11.2
|
||||||
|
|
||||||
- fix: opentelemetry-client-ocurl: don't block signals on Windows
|
- fix: opentelemetry-client-ocurl: don't block signals on Windows
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,23 @@
|
||||||
|
|
||||||
|
## 0.12
|
||||||
|
|
||||||
|
- breaking: change `Collector.cleanup` so it takes a callback
|
||||||
|
|
||||||
|
- feat: add Eio collector
|
||||||
|
- feat: add Logs integration
|
||||||
|
- Specify and document the Signal_gatherer API
|
||||||
|
- feat: add `Globals.service_version`
|
||||||
|
- add `pp` implemtation for `Client_ocurl.Config`
|
||||||
|
- feat: adapt to trace 0.10
|
||||||
|
|
||||||
|
- fix concurrency issues, make the libraries thread safe
|
||||||
|
- add many tests
|
||||||
|
- fix: opentelemetry exception attr spec
|
||||||
|
- Add tests for Opentelemetry.Client.Config
|
||||||
|
|
||||||
|
- large refactorings to factor out batching logic out of cohttp-lwt client,
|
||||||
|
also encoding logic. The code for collectors is now much cleaner.
|
||||||
|
|
||||||
## 0.11.2
|
## 0.11.2
|
||||||
|
|
||||||
- fix: opentelemetry-client-ocurl: don't block signals on Windows
|
- fix: opentelemetry-client-ocurl: don't block signals on Windows
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,23 @@
|
||||||
|
|
||||||
|
## 0.12
|
||||||
|
|
||||||
|
- breaking: change `Collector.cleanup` so it takes a callback
|
||||||
|
|
||||||
|
- feat: add Eio collector
|
||||||
|
- feat: add Logs integration
|
||||||
|
- Specify and document the Signal_gatherer API
|
||||||
|
- feat: add `Globals.service_version`
|
||||||
|
- add `pp` implemtation for `Client_ocurl.Config`
|
||||||
|
- feat: adapt to trace 0.10
|
||||||
|
|
||||||
|
- fix concurrency issues, make the libraries thread safe
|
||||||
|
- add many tests
|
||||||
|
- fix: opentelemetry exception attr spec
|
||||||
|
- Add tests for Opentelemetry.Client.Config
|
||||||
|
|
||||||
|
- large refactorings to factor out batching logic out of cohttp-lwt client,
|
||||||
|
also encoding logic. The code for collectors is now much cleaner.
|
||||||
|
|
||||||
## 0.11.2
|
## 0.11.2
|
||||||
|
|
||||||
- fix: opentelemetry-client-ocurl: don't block signals on Windows
|
- fix: opentelemetry-client-ocurl: don't block signals on Windows
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue