CHANGELOG
=========

# 1.3.0 / 2018-09-27

* Add support for global tags, thanks to [@Firehed][]

# 1.2.0 / 2018-09-27

* Add support for UDS socket (agent >= 6.0), thanks to [@CrshOverride][]

# 1.1.0 / 2018-09-05

* Add support for new "distribution" metric type
* Allow to increment/decrement by a certain amount

# 1.0.2 / 2018-06-21

* Keep packages sorted in composer.json, thanks to [@localheinz][]

# 1.0.1 / 2018-06-21

* Fix PHP 5.3 syntax, thanks to [@zhukovra][]

# 1.0.0 / 2017-12-20
* Respect PSR4, huge thanks to [@onema][]
* Library API is now object oriented 

# 0.5.0 / 2017-12-20
*  Update code to respect PSR1 and PSR2
*  Add support for 'aggregation_key' and 'source_type_name' for UDP events
*  Escape line break in event text over UDP
*  Align tags behaviour across all function and between UDP and TCP
*  Handle tags with no values
*  Allow single tags to be passed as strings and format multiple tags correctly (thanks to [@krixon][])


# 0.4.0 / 2016-05-24
* Add the ability to send events via both TCP and UDP (default is UDP)
* Update file_get_contents to cURL for better TCP event submission reliability
* Add ability to configure SSL verification for cURL request (default validates host/peer)
* Random code cleaning (spellchecking, fixing invalid typing, etc.)
* Many thanks to [@folkhack][], [@jmparks-ebates][], [@Amaroq1][] and [@baweinbe][] for this ([#41][]).


# 0.3.0 / 2015-07-27
* [BUGFIX] Fix `report_metric` bad reference to `report` method in `BatchedDatadogstatsd` class, [#27][]
* [BUGFIX] Reference private variables with `self::` instead of `static::`, [#24][] (thanks [@shadowhand][])
* [OTHER] Add a 3-clause BSD license, [#4][] [#28][]
* [OTHER] Add a Changelog [#28][]
* [OTHER] Add PHP 5.3 requirement to the composer, [#26][]
* [OTHER] Readme update to reflect last changes, [#23][] [#25][] [#26][] (thanks [@bigthyme][])

# 0.2.0 / 2015-06-01
* [FEATURE] Add a `microtiming` method to be used with PHP's standard `microtime(true)`, [#20][] (thanks [@obradovic][])

<!--- The following link definition list is generated by PimpMyChangelog --->
[#4]: https://github.com/DataDog/php-datadogstatsd/issues/4
[#20]: https://github.com/DataDog/php-datadogstatsd/issues/20
[#23]: https://github.com/DataDog/php-datadogstatsd/issues/23
[#24]: https://github.com/DataDog/php-datadogstatsd/issues/24
[#25]: https://github.com/DataDog/php-datadogstatsd/issues/25
[#26]: https://github.com/DataDog/php-datadogstatsd/issues/26
[#27]: https://github.com/DataDog/php-datadogstatsd/issues/27
[#28]: https://github.com/DataDog/php-datadogstatsd/issues/28
[#41]: https://github.com/DataDog/php-datadogstatsd/pull/41
[@bigthyme]: https://github.com/bigthyme
[@obradovic]: https://github.com/obradovic
[@shadowhand]: https://github.com/shadowhand
[@folkhack]: https://github.com/folkhack
[@baweinbe]: https://github.com/baweinbe
[@jmparks-ebates]: https://github.com/jmparks-ebates
[@Amaroq1]: https://github.com/Amaroq1
[@onema]: https://github.com/onema
