Skip to content

fix(s7commplus): enforce async auth boundary - #882

Open
gijzelaerr wants to merge 1 commit into
masterfrom
fix/836-async-auth-boundary
Open

fix(s7commplus): enforce async auth boundary#882
gijzelaerr wants to merge 1 commit into
masterfrom
fix/836-async-auth-boundary

Conversation

@gijzelaerr

Copy link
Copy Markdown
Owner

Summary

  • parse async CreateObject authentication attributes with the shared parser
  • reject legacy V1 SessionKey authentication before session setup with an actionable error
  • document the synchronous/async V1-V3 authentication support matrix
  • cover SessionKey detection and connect cleanup with mirrored async tests

Validation

  • uv run pytest -q: 2125 passed, 78 skipped
  • uv run pre-commit run --all-files: passed
  • uv build --no-sources: passed

Fixes #836

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Define and implement the supported async S7CommPlus authentication boundary

1 participant