consul v1.0.3 Release Notes

Release Date: 2018-01-24 // about 6 years ago
  • ๐Ÿ”’ SECURITY:

    • ๐Ÿ’ป ui: Patched handlebars JS to escape = to prevent potential XSS issues. [GH-3733]

    ๐Ÿ’ฅ BREAKING CHANGES:

    • โšก๏ธ agent: Updated Consul's HTTP server to ban all URLs containing non-printable characters (a bad request status will be returned for these cases). This affects some user-facing areas like key/value entry key names which are carried in URLs. [GH-3762]

    ๐Ÿ”‹ FEATURES:

    • ๐Ÿ‘ agent: Added retry-join support for Azure Virtual Machine Scale Sets. [GH-3824]

    ๐Ÿ‘Œ IMPROVEMENTS:

    • agent: Added agent-side telemetry around Catalog APIs to provide insight on Consul's operation from the user's perspecive. [GH-3765]
    • agent: Added the NodeID field back to the /v1/agent/self endpoint's Config block. [GH-3778]
    • api: Added missing CheckID and Name fields to API client's AgentServiceCheck structure so that IDs and names can be set when registering checks with services. [GH-3788]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ›  agent: Fixed an issue where config file symlinks were not being interpreted correctly. [GH-3753]
    • agent: Ignore malformed leftover service/check files and warn about them instead of refusing to start. [GH-1221]
    • agent: Enforce a valid port for the Serf WAN since it can't be disabled. [GH-3817]
    • โšก๏ธ agent: Stopped looging messages about zero RTTs when updating network coordinates since they are not harmful to the algorithm. Since we are still trying to find the root cause of these zero measurements, we added new metrics counters so these are still observable. [GH-3789]
    • ๐Ÿ›  server: Fixed a crash when POST-ing an empty body to the /v1/query endpoint. [GH-3791]
    • ๐Ÿšš server: (Consul Enterprise) Fixed an issue where unhealthy servers were not replaced in a redundancy zone by autopilot (servers previously needed to be removed in order for a replacement to occur).
    • ๐Ÿ’ป ui: Added a URI escape around key/value keys so that it's not possible to create unexpected partial key names when entering characters like ? inside a key. [GH-3760]