Comprehensive documentation review, functional mTLS example, improv...
47 files · 2,868+ · 6,610-

Comprehensive Review

7 files changed
  • base.py Updated client/base.py
  • handshake.py Updated handshake.py
  • service.py Updated protocol/service.py
  • rate_limiter.py Updated rate_limiter.py
  • server.py Updated server.py
  • tcp.py Updated transport/tcp.py
  • unix.py Updated transport/unix.py
  • Updated all documentation files with corrected API references and patterns remediate behavioral
    3 files
    • base.py
    • handshake.py
    • service.py

MTLS and Isolation

7 files changed
  • base.py Updated client/base.py
  • handshake.py Updated handshake.py
  • service.py Updated protocol/service.py
  • rate_limiter.py Updated rate_limiter.py
  • server.py Updated server.py
  • tcp.py Updated transport/tcp.py
  • unix.py Updated transport/unix.py
  • Made 05_security_mtls.py (214 lines of improvement) fully functional decouple internal
    1 file
    • 05_security_mtls.py
  • Expanded example_utils.py (140 lines) with richer shared utilities decouple internal
    1 file
    • example_utils.py
  • Updated run_all_examples.py (176 lines) with better execution management decouple internal
    1 file
    • run_all_examples.py
  • Updated 08_production_config.py (183 lines) with expanded configuration patterns decouple internal
    1 file
    • 08_production_config.py
  • Updated all examples (00-10) with improved isolation and error handling remediate internal
    3 files
    • base.py
    • handshake.py
    • service.py
  • Updated client/base.py with minor connection fix remediate internal
    1 file
    • base.py