consul v1.10.0-beta4 Release Notes

Release Date: 2021-06-10 // almost 3 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿ‘ connect: Support dialing individual service IP addresses through transparent proxies. [GH-10329]
    • ๐Ÿ”Š debug: capture a single stream of logs, and single pprof profile and trace for the whole duration [GH-10279]
    • licensing: (Enterprise Only) Consul Enterprise has gained the consul license inspect CLI command for inspecting a license without applying it..
    • telemetry: The usage data in the metrics API now includes cluster member counts, reporting clients on a per segment basis. [GH-10340]

    ๐Ÿ› BUG FIXES:

    • ๐ŸŒฒ agent: fix logging output by removing leading whitespace from every log line [GH-10338]
    • autopilot: (Enterprise only) Fixed an issue where autopilot could cause a new leader to demote the wrong voter when redundancy zones are in use and the previous leader failed. [GH-10306]
    • ๐Ÿšš cli: removes the need to set debug_enabled=true to collect debug data from the CLI. Now the CLI behaves the same way as the API and accepts either an ACL token with operator:read, or debug_enabled=true. [GH-10273]
    • connect: Fix bug that prevented transparent proxies from working when mesh config restricted routing to catalog destinations. [GH-10365]
    • ๐Ÿ›  envoy: fixes a bug where a large envoy config could cause the consul connect envoy command to deadlock when attempting to start envoy. [GH-10324]
    • ๐Ÿ”Š monitor: fix monitor to produce json format logs when requested [GH-10358]