Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 751 Bytes

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 751 Bytes

Change Log

All notable changes to this project will be documented in this file. This project aims to adhere to Semantic Versioning.

0.2.0 / Unreleased

  • Crystal 0.34.0 replaced the Error condition crystal-lang/crystal#8885
  • Breaking Crystal 0.20.3 stopped automatic client hostname resolution, requiring a full IP address
  • Feature: Emit timing from a block even if raised
  • (Internal) Update MetricMessage to support Crystal 0.16.0
  • (Internal) Replace MetricMessage struct creation with serializer
  • (Internal) Use the Number::Primitive from Crystal 0.17.0
  • Minor doc updates

0.1.0 / 2016-04-01

  • Initial release, supporting all statsd spec & extended spec for histograms and tags.