Skip to content

Latest commit

 

History

History
105 lines (60 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

105 lines (60 loc) · 1.8 KB

Each version of l2met corresponds to a git tag.

2.0beta

2013-05-07

  • Reduce project to a single binary
  • Drop support for measure= val= format
  • Only support encrypted auth
  • Support Librato's complex measurements
  • bugfix:

1.2

2013-05-06

  • improve logging for internal l2met metrics. now uses latest l2met convention

1.1

2013-05-06

  • fix bugs in base64 decoded authentication parsing

1.0

2013-04-24

  • remove token based auth. (No longer depending on PostgreSQL)

0.11

2013-04-21

  • bugfix: correct http outlet resolution parsing
  • bugfix: correct librato outlet's use of User-Agent
  • bugfix: handle pg errors when fetching tokens
  • Improve readme
  • Make APP_NAME optional
  • Add a receiver metric that will print number of buckets processed
  • Improve test coverage

0.10

2013-04-10

0.9

2013-04-10

  • bugfix: heroku router log lines were not being parsed. this is fixed.
  • bugfix: heroku router and drain prefix features were incompatible.

0.8

2013-04-10

  • First pass at Dbless Authentication. This does not include credential signing.
  • Drain prefix

0.7

2013-04-05

  • Fix regression related to parsing floating point numbers.

0.6

2013-04-04

0.5

2013-04-02

  • Updated the resolution format to be specified in minutes.
  • Improved the reporting around outlet delays.

0.4

2013-04-02

0.3

2013-04-02

0.2

2013-04-01

0.1

2013-03-25

  • Init