Skip to content

Latest commit

 

History

History
118 lines (67 loc) · 6.47 KB

CHANGELOG.md

File metadata and controls

118 lines (67 loc) · 6.47 KB

Changelog

v1.2.1 (2023-07-30)

Full Changelog

Fixed bugs:

  • Fix sending large batch of events over TLS #51 (smortex)

v1.2.0 (2023-06-28)

Full Changelog

Implemented enhancements:

  • Allow connection to Riemann using TLS 1.3 #49 (smortex)

v1.1.0 (2023-01-23)

Full Changelog

Implemented enhancements:

  • Add support for sending events in bulk #44 (smortex)

Fixed bugs:

  • Fix UDP fallback to TCP on large messages #46 (smortex)

Merged pull requests:

v1.0.1 (2022-06-25)

Full Changelog

Merged pull requests:

  • Setup Rubocop and lower required Ruby version #37 (smortex)

v1.0.0 (2022-06-16)

Full Changelog

Implemented enhancements:

  • Add support for micro-seconds resolution #34 (smortex)
  • Add support for TLS #33 (smortex)
  • Add support for IPv6 addresses #30 (dch)

Merged pull requests:

0.2.6 (2015-11-18)

Full Changelog

Merged pull requests:

0.2.5 (2015-02-05)

Full Changelog

0.2.4 (2015-02-03)

Full Changelog

Merged pull requests:

  • Tightening beefcake requirement #19 (aphyr)
  • Fix for #17, plus test and connection refactor #18 (RKelln)
  • Ensure that we close the connection if we got an error back #16 (eric)
  • String#clear doesn't exist in 1.8 #15 (eric)
  • Tcp client with timeouts #14 (eric)

0.2.2 (2013-05-28)

Full Changelog

Merged pull requests:

  • Update README with timeout information #11 (gsandie)
  • Add tcp socket timeouts #10 (gsandie)
  • Socket can not be opened in method connected? #9 (vadv)

0.2.0 (2013-04-02)

Full Changelog

Merged pull requests:

  • Get and set attributes using hash-style accessors #8 (jegt)
  • Add extra attributes added to the Event constructor to the event as Attribute instances #7 (jegt)
  • Change attribute name to attribute key #6 (b)
  • Arbitrary attributes on events #5 (b)

version-0.0.7 (2012-04-16)

Full Changelog

Merged pull requests:

  • Add support for ruby 1.8 #1 (eric)

* This Changelog was automatically generated by github_changelog_generator