Tags: f1-outsourcing/mesos-dns
Tags
Release 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.
Merge pull request d2iq-archive#467 from vivint-smarthome/fix-457 Properly proxy truncated responses
Ignore truncated records This is a work-around; The prior behavior is much worse in that mesos-dns returns no answers instead of the few returned. More optimally, the truncated bit should be forwarded so the DNS client can respond appropriately to it.
Merge pull request d2iq-archive#436 from mesosphere/jdef_http_listene… …r_addr make HTTP listener address configurable
PreviousNext