|
1 | 1 | ## [Unreleased]
|
2 | 2 |
|
| 3 | +## [0.5.0] - 2023-12-06 |
| 4 | + |
| 5 | +### Test suite level visibility |
| 6 | + |
| 7 | +This release includes experimental manual API for [test suite level visibility](https://docs.datadoghq.com/continuous_integration/explorer/?tab=testruns#sessions) in Ruby. |
| 8 | + |
| 9 | +Currently test suite level visibility is not used by our instrumentation: it will be released in v0.6. |
| 10 | + |
| 11 | +### Added |
| 12 | + |
| 13 | +* Test suite level visibility: add test session public API ([#72][]) |
| 14 | +* Test suite level visibility: test module support ([#76][]) |
| 15 | +* Test suite level visibility: test suites support ([#77][]) |
| 16 | +* add YARD documentation ([#82][]) |
| 17 | +* support validation errors for CI spans ([#78][]) |
| 18 | + |
| 19 | +### Changed |
| 20 | + |
| 21 | +* Validate DD_SITE variable ([#79][]) |
| 22 | +* Document how to use WebMock with datadog-ci ([#80][]) |
| 23 | + |
| 24 | +### Fixed |
| 25 | + |
| 26 | +* Datadog::CI.trace_test always starts a new trace ([#74][]) |
| 27 | +* Skip tracing when CI mode disabled and manual API is used ([#75][]) |
| 28 | + |
| 29 | +### Removed |
| 30 | + |
| 31 | +* Deprecate operation name setting, change service_name to service in public API ([#81][]) |
| 32 | + |
3 | 33 | ## [0.4.1] - 2023-11-22
|
4 | 34 |
|
5 | 35 | ### Fixed
|
|
71 | 101 |
|
72 | 102 | * Ruby versions < 2.7 no longer supported ([#8][])
|
73 | 103 |
|
74 |
| -[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.4.1...main |
| 104 | +[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.5.0...main |
| 105 | +[0.5.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.4.1...v0.5.0 |
75 | 106 | [0.4.1]: https://github.com/DataDog/datadog-ci-rb/compare/v0.4.0...v0.4.1
|
76 | 107 | [0.4.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.3.0...v0.4.0
|
77 | 108 | [0.3.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.2.0...v0.3.0
|
|
98 | 129 | [#65]: https://github.com/DataDog/datadog-ci-rb/issues/65
|
99 | 130 | [#66]: https://github.com/DataDog/datadog-ci-rb/issues/66
|
100 | 131 | [#70]: https://github.com/DataDog/datadog-ci-rb/issues/70
|
| 132 | +[#72]: https://github.com/DataDog/datadog-ci-rb/issues/72 |
| 133 | +[#74]: https://github.com/DataDog/datadog-ci-rb/issues/74 |
| 134 | +[#75]: https://github.com/DataDog/datadog-ci-rb/issues/75 |
| 135 | +[#76]: https://github.com/DataDog/datadog-ci-rb/issues/76 |
| 136 | +[#77]: https://github.com/DataDog/datadog-ci-rb/issues/77 |
| 137 | +[#78]: https://github.com/DataDog/datadog-ci-rb/issues/78 |
| 138 | +[#79]: https://github.com/DataDog/datadog-ci-rb/issues/79 |
| 139 | +[#80]: https://github.com/DataDog/datadog-ci-rb/issues/80 |
| 140 | +[#81]: https://github.com/DataDog/datadog-ci-rb/issues/81 |
| 141 | +[#82]: https://github.com/DataDog/datadog-ci-rb/issues/82 |
0 commit comments