Skip to content

v0.85.0

Choose a tag to compare

@flori flori released this 06 Jan 00:26
  • Updated probe system to support both TCP and Unix sockets via URL
    configuration
  • Replaced separate server_type and tcp_server_port configuration options
    with a single server_url DSL accessor
  • Added -s SERVER_URL command-line option to bin/probe for specifying
    custom probe server URLs
  • Modified ProbeServer and ProbeClient to accept server_url parameter
    instead of server type and port
  • Updated default probe configuration to use Unix socket in current directory
    instead of TCP port 59999
  • Removed deprecated server_type and tcp_server_port configuration options
  • Implemented dynamic socket server creation using UnixSocks.from_url() based
    on URL scheme
  • Updated usage message in bin/probe to document new -s option
  • Enhanced documentation for the new URL-based configuration approach
  • Maintained backward compatibility with existing Unix socket defaults