Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
-Added some benchmarks for RecordGenerator.insertRR
-Make minor fixes to enumeration API, where it would return null, as as opposed to an empty list
-Add the AXFR (record listing) HTTP API endpoint
-Make HTTP listener address configurable
-General improvements to the HTTP client
  -Pool HTTP connections, preventing connection leakage
  -Set the User Agent
-Switch the project to Go Vendor as opposed to Godeps
-Add HTTPS Client support to Mesos-DNS (for state.json)
-Add Mesos authentication support
-Fix tasks from more than 63 dashes and a non - character from
  crashing Mesos-DNS
-Don't treat truncated records as an error.
  • Loading branch information
sargun committed Sep 14, 2016
1 parent bea3bf8 commit 43cd062
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
@@ -1,3 +1,19 @@
2016-09-14: v0.6.0
Added some benchmarks for RecordGenerator.insertRR
Make minor fixes to enumeration API, where it would return null, as
as opposed to an empty list
Add the AXFR (record listing) HTTP API endpoint
Make HTTP listener address configurable
General improvements to the HTTP client
-Pool HTTP connections, preventing connection leakage
-Set the User Agent
Switch the project to Go Vendor as opposed to Godeps
Add HTTPS Client support to Mesos-DNS (for state.json)
Add Mesos authentication support
Fix tasks from more than 63 dashes and a non - character from
crashing Mesos-DNS
Don't treat truncated records as an error.

2016-03-04: v0.5.2
Add EnforceRFC952 to sample config
Improve performance of record generation
Expand Down

0 comments on commit 43cd062

Please sign in to comment.