19.0.0
github-actions
released this
25 Nov 16:38
·
302 commits
to refs/heads/main
since this release
What's Changed
- Fix benchmarks from recent refactoring (#717) @bdraco
- Add some additional cython types to the connection module (#716) @bdraco
- Cleanup protobuf object construction (#715) @bdraco
- Remove unused constants from connection module (#714) @bdraco
- Add test for resolver timing out while connecting (#713) @bdraco
- Add test for unexpected hello responses (#712) @bdraco
- Fix client connection code swallowing unhandled exceptions as debug logging (#711) @bdraco
- Remove unreachable socket buffering check code in connection (#710) @bdraco
- Add test for connecting with a password (#709) @bdraco
- Reverse future done checks so we know they are actually reachable (#708) @bdraco
- Add test for trying to finish an unstarted connection (#706) @bdraco
- Make force_disconnect a normal function (#705) @bdraco
- Remove unreachable check in connection send_messages (#704) @bdraco
- Add test for attempting to reuse an APIConnection object raises (#703) @bdraco
- Remove unreachable code in connection (#702) @bdraco
- Add test coverage for invalid protobuf messages (#701) @bdraco
- Avoid expensive debug logging checks in packet processor (#700) @bdraco
- Fix race in cleaning up connection (#698) @bdraco