Skip to content

Commit

Permalink
Prepare release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed Jun 24, 2019
1 parent 16fda84 commit bf86276
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 4.3.0 / 2019.06.24

* [FEATURE] Allow passing tags as a hash [#107][] by [@jtzemp][]
* [FEATURE] Added a setting for the global sample rate [#110][] by [@claytono][]
* [BUGFIX] Fix non-ascii event texts being truncated [#112][] by [@devleoper][]
* [BUGFIX] Display error if `write` fails due to a bad socket [#97][] by [@abicky][]

## 4.2.0 / 2019.04.04

* [FEATURE] Added environment vars support for host, port and entity id [#109][] by [@ahmed-mez][]
Expand Down Expand Up @@ -187,25 +194,33 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[#94]: https://github.com/DataDog/dogstatsd-ruby/issues/94
[#95]: https://github.com/DataDog/dogstatsd-ruby/issues/95
[#96]: https://github.com/DataDog/dogstatsd-ruby/issues/96
[#97]: https://github.com/DataDog/dogstatsd-ruby/issues/97
[#102]: https://github.com/DataDog/dogstatsd-ruby/issues/102
[#104]: https://github.com/DataDog/dogstatsd-ruby/issues/104
[#107]: https://github.com/DataDog/dogstatsd-ruby/issues/107
[#109]: https://github.com/DataDog/dogstatsd-ruby/issues/109
[#110]: https://github.com/DataDog/dogstatsd-ruby/issues/110
[#112]: https://github.com/DataDog/dogstatsd-ruby/issues/112
[@AMekss]: https://github.com/AMekss
[@abicky]: https://github.com/abicky
[@adimitrov]: https://github.com/adimitrov
[@ahmed-mez]: https://github.com/ahmed-mez
[@blaines]: https://github.com/blaines
[@claytono]: https://github.com/claytono
[@degemer]: https://github.com/degemer
[@devleoper]: https://github.com/devleoper
[@djpate]: https://github.com/djpate
[@fimmtiu]: https://github.com/fimmtiu
[@gleseur]: https://github.com/gleseur
[@grosser]: https://github.com/grosser
[@jacobbednarz]: https://github.com/jacobbednarz
[@janester]: https://github.com/janester
[@jtzemp]: https://github.com/jtzemp
[@misterbyrne]: https://github.com/misterbyrne
[@nelhage]: https://github.com/nelhage
[@olefriis]: https://github.com/olefriis
[@pschambacher]: https://github.com/pschambacher
[@ramfjord]: https://github.com/ramfjord
[@sensadrome]: https://github.com/sensadrome
[@sj26]: https://github.com/sj26
[@sullerandras]: https://github.com/sullerandras
[@sullerandras]: https://github.com/sullerandras
2 changes: 1 addition & 1 deletion lib/datadog/statsd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def reset
DISTRIBUTION_TYPE = 'd'.freeze
TIMING_TYPE = 'ms'.freeze
SET_TYPE = 's'.freeze
VERSION = "4.2.0".freeze
VERSION = "4.3.0".freeze

# A namespace to prepend to all statsd calls. Defaults to no namespace.
attr_reader :namespace
Expand Down

0 comments on commit bf86276

Please sign in to comment.