Major example renaming to chapter-based naming convention, document...
120 files · 4,470+ · 9,036-

Chapter-Based Renaming

5 files changed
  • base.py Updated client/base.py
  • __init__.py Updated crypto/__init__.py
  • debug.py Updated crypto/debug.py
  • handshake.py Updated handshake.py
  • rate_limiter.py Updated rate_limiter.py
  • Renamed all examples from numbered to chapter-based naming: decouple internal
    5 files
    • ch01_welcome.md
    • ch02_getting_started.md
    • ch03_basic_server_setup.md
    • ch04_understanding_transports.md
    • ch05_implementing_a_service.md
  • Added ch05_echo_server.py (98 lines) and ch07_echo_client.py (152 lines) instantiate internal
    5 files
    • ch05_echo_server.py
    • ch07_echo_client.py
    • 00_dummy_server.py
    • ch02_dummy_server.py
    • ch15_e2e_server.py
  • Removed 11_end_to_end.py decouple internal
    1 file
    • 11_end_to_end.py

Documentation

8 files changed
  • USER_GUIDE.md Updated documentation
  • api-reference.md Updated documentation
  • architecture.md Updated documentation
  • changelog.md Updated documentation
  • configuration.md Updated documentation
  • enterprise_readiness_report.md Updated documentation
  • examples_structure.md Updated documentation
  • ch01_welcome.md Updated documentation
  • Added docs/REFACTOR.md identifying unused/duplicate logic specify internal
    3 files
    • USER_GUIDE.md
    • api-reference.md
    • architecture.md
  • Updated readiness documentation and benchmark scripts decouple internal
    5 files
    • benchmark_throughput_unix.py
    • benchmark_concurrency.py
    • benchmark_connection_speed.py
    • benchmark_high_concurrency.py
    • benchmark_throughput.py

Asyncio Warning Fix

5 files changed
  • base.py Updated client/base.py
  • __init__.py Updated crypto/__init__.py
  • debug.py Updated crypto/debug.py
  • handshake.py Updated handshake.py
  • rate_limiter.py Updated rate_limiter.py
  • Fixed asyncio test warnings across the test suite qualify internal
    3 files
    • base.py
    • __init__.py
    • debug.py
  • Updated benchmark scripts with improved patterns decouple internal
    5 files
    • benchmark_throughput_unix.py
    • benchmark_concurrency.py
    • benchmark_connection_speed.py
    • benchmark_high_concurrency.py
    • benchmark_throughput.py