Skip to content

Releases: wyhaines/opentelemetry-sdk.cr

Update shard.yml to remove fixed branch requirements

07 Oct 18:55
5a2a0fe
Compare
Choose a tag to compare

The shard.yml was updated to remove the misguided fixed branch requirements on the dependencies.

v0.6.1

09 Apr 23:47
22b0d22
Compare
Choose a tag to compare

fixes version mismatch

v0.6.0

09 Apr 23:41
01cd6d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

Macro in_span magic

06 Jul 00:27
Compare
Choose a tag to compare

This release adds on the block form of the macro in_span by supporting it when used without a block, as well, and it adds specs for both the block and the nonblock versions. This will support the release of the autoinstrumentation that uses the SDK with the in_span macro.

World, meet the SDK

28 Jun 20:43
Compare
Choose a tag to compare

This is the first release of this code under the SDK namespace, with inheritance from the API to define the interfaces that the SDK delivers. If you were using the opentelemetry-api shard directly before this release, you will want to use this now.