Releases: DataDog/datadog-sdk-testing
Releases · DataDog/datadog-sdk-testing
0.4.5/ 2017.01.27
Changes
- [bugfix] Updating manifest template to account for supported OSs. See #37.
0.4.4/ 2017.01.23
Changes
- [bugfix] Remove auto execution of tasks in
common.rb
. See #32.
- [bugfix] Use python2 to create the venv. See #36 (thanks @lastmikoi).
- [bugfix] Fix patterns of rubocoped files. See #35.
v0.4.3
0.4.3/ 2017.01.13
Changes
- [bugfix] Improve linting speeds. See #34.
v0.4.2
0.4.2/ 2017.01.04
Changes
- [bugfix] Fix broken test filtering logic. See #31.
v0.4.1
0.4.1/ 2017.01.03
Changes
- [bugfix] adding forgotten SKIP_LINT env var support. See #30.
- [bugfix] Fixing multiple rubocop issues. See #30.
v0.4.0
0.4.0/ 2016.12.29
Changes
- [feature] add wipe task to remove integrations. See #2.
- [feature] Docker: add helper to wait for logs expression hit or raise. See #29.
v0.3.5
0.3.5/ 2016.12.22
Changes
- [bugfix] use better env vars to detect ci environment.
- [improvement] adds a small task to prepare Travis/Circle CI environments.
v0.3.3
0.3.3/ 2016.11.18
Changes
- [bugfix] fixes bug in SDK setup_env task.
v0.3.2
0.3.2/ 2016.11.14
Changes
- [bugfix] adds datadog.conf file to agent directory.
- [bugfix] EOFile will no longer be a fatal error for wait.
- [bugfix] Fixing broken guard statements.
- [ci] Rubocop max block length is now 90, instead of 25.
v0.3.1
0.3.1/ 2016.09.15
Changes
- [bugfix]
manifest.json
was getting copied with bad name - comma should be dot.
- [bugfix] sample config YAML should be copied to integration skeleton.