Releases: zio/zio-telemetry
Releases · zio/zio-telemetry
v3.0.0-RC2
What's Changed
- Update sbt-scoverage to 2.0.7 (#653) @scala-steward
- Update opentelemetry-api, ... to 1.23.0 (#651) @scala-steward
- Update zio, zio-test, zio-test-sbt to 2.0.8 (#650) @scala-steward
- resolved unused elements, optimized imports, added type annotations (#649) @aashish2054
- Update snakeyaml-engine to 2.6 (#638) @scala-steward
- Update sbt-bloop to 1.5.6 (#618) @scala-steward
- Update scala-collection-compat to 2.9.0 (#621) @scala-steward
- Update scalafmt-core to 3.7.1 (#644) @scala-steward
- Update sbt-mdoc to 2.3.7 (#645) @scala-steward
- Update sbt-tpolecat to 0.4.2 (#632) @scala-steward
- Update zio-sbt-website to 0.3.10 (#643) @scala-steward
- Update zio, zio-test, zio-test-sbt to 2.0.7 (#647) @scala-steward
- Update opentelemetry-api, ... to 1.22.0 (#633) @scala-steward
- Clean some syntax errors (#648) @rituraj2342
- Opentelemetry baggage (#613) @grouzen
- Update zio-sbt-website to 0.3.6 (#640) @scala-steward
- Add Scaladoc support (#635) @khajavi
- Update zio-sbt-website to 0.1.6 (#629) @scala-steward
- Update zio-sbt-website to 0.1.5+28-4b5b0374-SNAPSHOT (#627) @scala-steward
- Move Introduction to The ZIO Telemetry Project (#625) @khajavi
- Update zio-sbt-website to 0.0.0+86-4319f79f-SNAPSHOT (#615) @scala-steward
- Fix ambiguos type parameter name of method spanFrom in opentracing (#606) @grouzen
- Publish Docs to The NPM Registry (#605) @khajavi
Dependency Updates
v3.0.0-RC1
v2.0.3
v2.0.2
What's Changed
- Update scalafmt-core to 3.5.9 (#575) @scala-steward
- Update zio, zio-test, zio-test-sbt to 2.0.2 (#571) @scala-steward
- Update opentelemetry-api, ... to 1.17.0 (#572) @scala-steward
- Update sbt-scoverage to 2.0.2 (#576) @scala-steward
- Update snakeyaml-engine to 2.4 (#577) @scala-steward
- Update scala-collection-compat to 2.8.1 (#573) @scala-steward
- Update sbt-mdoc to 2.3.3 (#574) @scala-steward
- Update sbt-bloop to 1.5.3 (#570) @scala-steward
- Change github actions according to the new git branches schema (#569) @grouzen
v2.0.1
This release fixes an issue with resource handling in spans. Upgrading is recommended for all users.
v2.0.0
This is the first release compatible with ZIO 2.0.0.
Dependency changes since v1.0.0
- chore: upgrade to zio 2.0.0-rc2 by @vladimir-lu in #485
- Update actions/setup-java action to v3 by @renovate in #504
- Update actions/checkout action by @renovate in #505
- Update scala-collection-compat to 2.7.0 by @scala-steward in #510
- Update actions/setup-java action to v3.1.0 by @renovate in #512
- Update hmarr/auto-approve-action action to v2.2.0 by @renovate in #513
- Update hmarr/auto-approve-action action to v2.2.1 by @renovate in #515
- ZIO-2.0.0-RC4 by @vladimir-lu in #516
- Update actions/setup-java action to v3.1.1 by @renovate in #518
- Update actions/checkout action to v3.0.1 by @renovate in #520
- chore: update to zio-2.0.0-RC5 by @vladimir-lu in #522
- Update scalafmt-core to 3.4.3 by @scala-steward in #498
- Update sbt-bloop to 1.4.13 by @scala-steward in #500
- Update sbt-tpolecat to 0.1.22 by @scala-steward in #502
- Update sbt-api-mappings to 3.0.2 by @scala-steward in #507
- Update sbt-mdoc to 2.3.2 by @scala-steward in #511
- Update opentelemetry-api, ... to 1.13.0 by @scala-steward in #517
- Update zio, zio-test, zio-test-sbt to 1.0.14 by @scala-steward in #519
- Update actions/checkout action to v3.0.2 by @renovate in #525
- Update actions/setup-java action to v3.2.0 by @renovate in #529
- Update actions/setup-java action to v3.3.0 by @renovate in #531
- Update actions/setup-java action to v3.4.0 by @renovate in #534
- Update ZIO to 2.0-RC6 by @ghostdogpr in #535
- Update actions/setup-java action to v3.4.1 by @renovate in #544
- ZIO 2.0.0 by @vladimir-lu in #543
- Update zio, zio-test, zio-test-sbt to 1.0.16 by @scala-steward in #551
- Update sbt-tpolecat to 0.4.0 by @scala-steward in #549
- Update opentelemetry-api, ... to 1.16.0 by @scala-steward in #550
- Update sbt to 1.7.1 by @scala-steward in #546
- Update scala-collection-compat to 2.8.0 by @scala-steward in #545
- Update sbt-scoverage to 2.0.0 by @scala-steward in #542
- chore(deps): Bump dependency versions, update examples with more moderns versions by @vladimir-lu in #548
- Update scalafmt-core to 3.5.8 by @scala-steward in #541
- Update scala-library to 2.12.16 by @scala-steward in #540
- Update sbt-bloop to 1.5.2 by @scala-steward in #536
- Update opencensus-api, ... to 0.31.1 by @scala-steward in #530
Full Changelog: v1.0.0...v2.0.0
v2.0.0-RC4
Please use this version instead of RC3, which has an incorrect example dependency version.
v2.0.0-RC3
Please use RC4 instead.
Updated dependencies to support ZIO 2.0.0-RC5
v2.0.0-RC2
This release is compatible with ZIO 2.0.0-RC4. It replaces all usages of ZManaged with Scopes and simplifies the Environment of all effects not to require Clock.
v2.0.0-RC1
This is the first release compatible with ZIO 2.x, specifically 2.0.0-RC2.