11CHANGELOG
22=========
33
4+ # 2.4.0 / 2018-02-07
5+ - [ FEATURE] Add support of python3 (and still fully support python2). See [ #33 ] [ ] (thanks to [ @DSpeichert ] [ ] )
6+
47# 2.3.0 / 2018-01-12
58- [ FEATURE] Don't send event about error when "ignore_errors" is True. See [ #30 ] [ ]
69
710# 2.2.0 / 2017-12-27
8- - [ FEATURE] Set log level to warning for the datadog and request packages. See [ #24 ] [ ] (thanks to @n0ts )
11+ - [ FEATURE] Set log level to warning for the datadog and request packages. See [ #24 ] [ ] (thanks to [ @n0ts ] [ ] )
912- [ FEATURE] Allow users to set a custom location for the configuration file.
10- - [ FEATURE] Added environment variables for configuring datadog api key. See [ #22 ] [ ] (thanks to @pyconsult )
13+ - [ FEATURE] Added environment variables for configuring datadog api key. See [ #22 ] [ ] (thanks to [ @pyconsult ] [ ] )
1114
1215# 2.1.0 / 2017-12-26
13- - [ FEATURE] Disable callback if required python packages aren't installed. See [ #28 ] [ ] (thanks to @dobber )
16+ - [ FEATURE] Disable callback if required python packages aren't installed. See [ #28 ] [ ] (thanks to [ @dobber ] [ ] )
1417
1518# 2.0.0 / 2017-12-12
1619- [ FEATURE] Add support for getting api_key from hostvars and thus from vault. See [ #25 ] [ ]
@@ -26,6 +29,15 @@ CHANGELOG
2629First release, compatible with Ansible v1 & v2
2730
2831<!-- - The following link definition list is generated by PimpMyChangelog --->
32+ [ #19 ] : https://github.com/DataDog/ansible-datadog-callback/issues/19
33+ [ #22 ] : https://github.com/DataDog/ansible-datadog-callback/issues/22
34+ [ #24 ] : https://github.com/DataDog/ansible-datadog-callback/issues/24
2935[ #25 ] : https://github.com/DataDog/ansible-datadog-callback/issues/25
3036[ #27 ] : https://github.com/DataDog/ansible-datadog-callback/issues/27
31- [ #19 ] : https://github.com/DataDog/ansible-datadog-callback/issues/19
37+ [ #28 ] : https://github.com/DataDog/ansible-datadog-callback/issues/28
38+ [ #30 ] : https://github.com/DataDog/ansible-datadog-callback/issues/30
39+ [ #33 ] : https://github.com/DataDog/ansible-datadog-callback/issues/33
40+ [ @DSpeichert ] : https://github.com/DSpeichert
41+ [ @dobber ] : https://github.com/dobber
42+ [ @n0ts ] : https://github.com/n0ts
43+ [ @pyconsult ] : https://github.com/pyconsult
0 commit comments