This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
Releases: pleshevskiy/sonic-channel
Releases · pleshevskiy/sonic-channel
v1.1.0
v1.0.1
Changelog
- add missed Clone to ObjDest
v1.0.0
Changelog
- BREAKING(result): remove error wrapper
- BREAKING(commands): change bool response types to void
- BREAKING(commands): improve UX for each channel command
- feat(protocol): extracted request and response from commands.
- deps: drop
lazy_static
andregex
Use Migration Guide to update your code.
v0.6.0
v0.5.0
v0.4.2
Changelog
- Convert multi-line input to single-line for push command
v0.4.1
- Removed dbg statements (by @vishalsodani)
- Fix new clippy warnings
v0.4.0
v0.3.2
Changelogs:
- Deny and fix all clippy lints
- Cosmetic changes
v0.3.1
Changelogs:
- feat: add mode condition for channel commands
- doc: add commands to channel mode enum
- chore: remove dead code