Sha256: 2370e72bcf66fdc996a4691a4adb71996cadcc3a2588685d6655abebd1429400
Contents?: true
Size: 734 Bytes
Versions: 5
Compression:
Stored size: 734 Bytes
Contents
# Public API `ddtrace` respects [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html). Classes, modules, and methods marked as part of the public API will not introduce breaking changes outside of a major version release. Objects that belong to the public API are marked with the `@public_api` YARD documentation tag. When navigating [`ddtrace`'s YARD documentation](https://rubydoc.info/gems/ddtrace), public API objects will have an explicit banner informing the user that they are part of the public API contract. Objects not marked with the `@public_api` tag are not part of the public API contract, and thus considered internal to `ddtrace`. These objects can receive breaking changes in minor and patch releases.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ddtrace-1.2.0 | docs/PublicApi.md |
ddtrace-1.1.0 | docs/PublicApi.md |
ddtrace-1.0.0 | docs/PublicApi.md |
ddtrace-1.0.0.beta2 | docs/PublicApi.md |
ddtrace-1.0.0.beta1 | docs/PublicApi.md |