Skip to content

0.35.0 / 2020-02-24

Compare
Choose a tag to compare
@olivielpeau olivielpeau released this 24 Feb 09:47
· 298 commits to master since this release
e7f4cfb

Changes

  • [FEATURE] Add embedded mode. #262
  • [FEATURE] Add none EntityId by default to UDS metrics. #262
  • [FEATURE] Add new command to test rate metrics. See #267
  • [FEATURE] Add support for a service tag. See #269
  • [IMPROVEMENT] Fix NPE handling. #260
  • [IMPROVEMENT] Fix ThreadPool creation: accurate thread naming. See #261
  • [IMPROVEMENT] Fix getTagsMap generic parameter handling. See #265
  • [IMPROVEMENT] Replace LinkedHashMap with HashMap or Map. See #266
  • [IMPROVEMENT] Replace LinkedList with ArrayList or List. See #268
  • [IMPROVEMENT] Replace HashMap concrete type with Map interface. See #270
  • [IMPROVEMENT] Replace metric Map with a Metric class. See #271
  • [IMPROVEMENT] Cache and reuse metric instances. See #273
  • [IMPROVEMENT] Display service checks with JsonReporter. See #272
  • [IMPROVEMENT] Bump java-dogstatsd-client to version 0.29.0. See #275