Releases: replit/river-python
Releases · replit/river-python
v0.5.4
Changes
- clear session if the session is closed to avoid using closed sessions @jackyzha0 (#81)
v0.5.3
v0.5.2
v0.5.1
v0.5.0
Changes
🚀 Features
- Add RiverServiceException @JimmyAustin (#76)
- feat/TypedDict method inputs @blast-hardcheese (#69)
🧰 Maintenance
- Configure handshake timeout separately from session disconnect grace period @cbrewster (#77)
v0.4.0
Changes
🚀 Features
- chore/schema handshake metadata pt2 @blast-hardcheese (#74)
- feat/typed metadata @blast-hardcheese (#72)
🐛 Bug Fixes
- Revert "Make client accept a function for websocket uri and hadnshakemetadata (#62) @blast-hardcheese (#71)
- bug/Disambiguate conflicting union members @blast-hardcheese (#67)
- bug/Type union ignore-arg @blast-hardcheese (#66)
- chore/Pull in unreleased pydantic Union bugfix @blast-hardcheese (#65)
🧰 Maintenance
- Bump pydantic to get bugfix! @blast-hardcheese (#75)
- Reflect alteration to schema structure @blast-hardcheese (#70)
- Add CODEOWNERS @blast-hardcheese (#68)
v0.3.1
Changes
🐛 Bug Fixes
- Follow-up to #61 @blast-hardcheese (#63)
- [bug] Fix runner @blast-hardcheese (#60)
🧰 Maintenance
- SerDe tweaks @blast-hardcheese (#61)
v0.3.0
Changes
- Make client accept a function for websocket uri and hadnshake metadata @masad-frost (#62)
v0.2.25
v0.2.24
Changes
- client reconnect on server conn close, more logs @jackyzha0 (#58)