Skip to content

Tags: connectrpc/connect-python

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for v0.7.1 (#79)

Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for v0.7.0 (#72)

Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for v0.6.0 (#60)

Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix badge links and code-workspace filename (#6)

Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>

v0.5.0a1

Toggle v0.5.0a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rework to connectrpc org (#144)

* chore: rework to connectrpc org

* Fix protoc pyproject

* Some remaining case-insensitive connecpys

* pyproject

* docs: Update README and add GitHub Actions workflows per review feedback

- Add GitHub Actions workflows for project management and PR linting
- Fix package import names (connectrpc not connect_python)
- Fix class names to match actual implementation
- Remove incorrect CORS feature claim
- Add comprehensive streaming examples for all RPC types
- Add Examples section highlighting Eliza chatbot demo
- Add WSGI support documentation
- Add Advanced Features section (GET support, CORS, limits, editions)
- Improve installation instructions

Addresses review comments from @bufdev on PR #144

* Cleanup

* Fix workflow

* Fix warning

* publish

* Add Peter to maintainers

---------

Co-authored-by: i2y <6240399+i2y@users.noreply.github.com>
Co-authored-by: Yasushi Itoh <i2y@users.noreply.github.com>