opentracing 1.0.15
opentracing: ^1.0.15 copied to clipboard
This library is the Open Tracing API written in Dart. It is intended for use both on the server and in the browser.
Changelog #
1.1.0 - 2025-02-27 #
- Updated CI and widened dependency ranges to allow analyzer 10 https://github.com/Workiva/opentracing_dart/pull/68
1.0.12 - 2023-10-27 #
- Add Dart 2.19 support.
1.0.11 - 2023-06-22 #
- Update package for null safety.
1.0.10 - 2023-02-15 #
- Allow newer build dependencies.
1.0.9 - 2023-02-08 #
- Raise analyzer minimum and unpin
meta.
1.0.8 - 2022-09-13 #
- Add basic
skynet.yamlsupport.
1.0.7 - 2022-05-10 #
- Replace deprecated commands with modern
dartcommands.
1.0.6 - 2021-12-17 #
- Raise maximum supported dependency versions.
1.0.5 - 2021-09-16 #
- Raise minimum Dart SDK version to
2.11.0.
1.0.4 - 2021-09-13 #
- Remove deprecated
authorsfield frompubspec.yamland release housekeeping updates.
1.0.3 - 2021-09-13 #
- Widen dependency ranges blocking Dart
2.13.
1.0.1 - 2019-02-12 #
- Add missing
metadependency.
1.0.0 - 2019-02-07 #
- Initial stable release, including
ActiveSpansupport.
0.2.4 - 2018-10-16 #
- Remove unused
json_schemadependency.
0.2.3 - 2018-10-09 #
- Apply fixes for Dart 2 compatibility.
0.2.2 - 2018-09-18 #
- Rename
analysis_optionsfile, update build config, and export noop tracing APIs.
0.2.1 - 2017-07-11 #
- Patch release (no detailed release notes provided).
0.2.0 - 2017-07-11 #
- Adjust package metadata, entry points, and dependencies; include related release fixes.
0.1.4 - 2017-07-11 #
- Adjust Dart SDK constraints for compatibility.
0.1.2 - 2017-07-11 #
- Initial pre-
1.0release.