GeoDNS in Go v2.6.0 Release Notes

Release Date: 2015-10-05 // over 8 years ago
  • Leif Johansson:

    • Start new /status.json statistics end-point

    Alex Bligh:

    • βž• Add ability to log to file.
    • βž• Add option to make debugging queries private.
    • πŸ›  Fix race referencing config and other configuration system improvements.
    • πŸ›  Fix crash on removal of zonefile with invalid JSON (Issue #69)
    • πŸ›  Fix issue #74 - crash on reenabling previously invalid zone

    Ask BjΓΈrn Hansen:

    • πŸ›  Fix critical data race in serve.go (and other rare races)
    • Optionally require basic authentication for http interface
    • πŸ›  Fix weighted CNAMEs (only return one)
    • πŸ‘‰ Make /status.json dump all metrics from go-metrics
    • ⚑️ Update godeps (including miekg/dns)
    • πŸ›  StatHat bugfix when the configuration changed at runtime
    • πŸ— ./build should just build, not install
    • πŸ›  Fix crash when removing an invalid zone file
    • Don't double timestamps when running under supervise
    • Require Go 1.4+
    • Internal improvements to metrics collection
    • βœ‚ Remove every minute logging of goroutine and query count
    • βž• Add per-instance UUID to parsable status outputs (experimental)
    • Report Go version as part of the version reporting
    • Minor optimizations