Preview release documentation preparation
107 files · 4,788+ · 4,082-

Preview Release Prep

11 files changed
  • READINESS.md Updated documentation
  • api-reference.md Updated documentation
  • architecture.md Updated documentation
  • configuration.md Updated documentation
  • examples_readme.md Updated documentation
  • examples_structure.md Updated documentation
  • primary_readme.md Updated documentation
  • security.md Updated documentation
  • env.cmd Updated env.cmd
  • env.sh Updated env.sh
  • mypy.ini Updated mypy.ini
  • Updated README.md (137 lines of changes) with corrected API examples specify internal
    2 files
    • README.md
    • README.md
  • Updated all docs: api-reference.md, architecture.md, configuration.md, security.md, troubleshooting.md specify behavioral
    5 files
    • api-reference.md
    • architecture.md
    • configuration.md
    • security.md
    • troubleshooting.md
  • Removed docs/primary_readme.md (280 lines) and docs/examples_structure.md updates specify internal
    4 files
    • primary_readme.md
    • examples_structure.md
    • README.md
    • README.md

API Correctness Pass

10 files changed
  • 01_quick_start.py Updated example
  • 02_server_setup.py Updated example
  • 03_client_connection.py Updated example
  • 04_transport_options.py Updated example
  • 05_security_mtls.py Updated example
  • 06_async_patterns.py Updated example
  • 07_error_handling.py Updated example
  • 08_production_config.py Updated example
  • 09_custom_protocols.py Updated example
  • 10_performance_tuning.py Updated example
  • Updated all 10 numbered examples (01-10) with correct API usage remediate behavioral
    3 files
    • 01_quick_start.py
    • 02_server_setup.py
    • 03_client_connection.py
  • Fixed demo echo client and server with proper patterns remediate internal
    1 file
    • echo_client.py
  • Updated KV proto examples with corrected imports remediate internal
    5 files
    • echo_pb2.pyi
    • echo_pb2_grpc.py
    • grpc_broker_pb2.pyi
    • grpc_controller_pb2.pyi
    • grpc_stdio_pb2.pyi
7 files changed
  • env.cmd Updated env.cmd
  • env.sh Updated env.sh
  • mypy.ini Updated mypy.ini
  • pyproject.toml Updated project configuration
  • CHANGELOG.md Updated CHANGELOG.md
  • Dockerfile Updated Dockerfile
  • README.md Updated README.md
  • Removed root Dockerfile (80 lines) and env.cmd (49 lines) baseline internal
    2 files
    • Dockerfile
    • env.cmd
  • Updated source modules with minor fixes across client, config, crypto, factories, server, transport remediate internal
    1 file
    • factories.py
10 files changed
  • __init__.py Updated __init__.py
  • base.py Updated client/base.py
  • connection.py Updated client/connection.py
  • types.py Updated client/types.py
  • config.py Updated config.py
  • certificate.py Updated crypto/certificate.py
  • debug.py Updated crypto/debug.py
  • exception.py Updated exception.py
  • factories.py Updated factories.py
  • handshake.py Updated handshake.py
  • Updated server, transport, handshake, and protocol test files qualify internal
    5 files
    • echo_pb2.pyi
    • echo_pb2_grpc.py
    • grpc_broker_pb2.pyi
    • grpc_controller_pb2.pyi
    • grpc_stdio_pb2.pyi
  • Improved fixture infrastructure qualify internal
    5 files
    • __init__.py
    • client.py
    • mocks.py
    • server.py
    • transport.py