Releases: jamesmunns/postcard-rpc
v0.12.1
What's Changed
- Super tiny typo correction in docs by @jscatena88 in #148
- Increase data collection timeout to increase reliability by @Kaikallon in #146
- Implementation of postcard-rpc using usb-gadget (OTG) by @dingari in #142
- Prep for v0.12.1 release by @jamesmunns in #149
New Contributors
- @jscatena88 made their first contribution in #148
- @Kaikallon made their first contribution in #146
- @dingari made their first contribution in #142
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- Bump embassy-executor to v0.9.0 and remove legacy embassy-usb support by @pperanich in #137
- add missing
impl Errors (breaking change) by @rursprung in #130 - Add USB max packet size parameters to eusb v5 to support HS usb by @kevswims in #140
- derive defmt::Format for simple types if enabled by @hvraven in #141
- Update to esp-hal 1.0.0-rc.1 by @bugadani in #143
- Prepare for v0.12 release by @jamesmunns in #144
Full Changelog: v0.11.15...v0.12.0
v0.11.15
What's Changed
WARNING! This may cause breakage in your code if you had previously set the omit_std feature. We consider this a bug, and not a semver breaking change, as the behavior was incorrect. Please see #135 for more information.
- Fix const_cmp logic by @jamesmunns in #138
Full Changelog: v0.11.14...v0.11.15
v0.11.14 (yanked)
What's Changed
WARNING! This may cause breakage in your code if you had previously set the omit_std feature. We consider this a bug, and not a semver breaking change, as the behavior was incorrect. Please see #135 for more information.
- Allow for checking of dupes manually by @jamesmunns in #136
Full Changelog: v0.11.13...v0.11.14
v0.11.13
What's Changed
- add formatting check to CI & reformat all code by @rursprung in #131
- add missing
impl Error for HostErrby @rursprung in #132 - prep release v0.11.13 by @jamesmunns in #133
Full Changelog: v0.11.12...v0.11.13
v0.11.12
What's Changed
- [server] Add support for embedded-io-async v0.6 by @jamesmunns in #83
- Add ESP32C6 embedded-io-async example by @bugadani in #96
- Bump version number, prepare for release by @jamesmunns in #129
Full Changelog: v0.11.11...v0.11.12
v0.11.11
What's Changed
- host client: change "receiver closed" log to info by @rursprung in #126
- Add support for embassy-usb v0.5 by @jamesmunns in #127
Full Changelog: v0.11.10...v0.11.11
v0.11.10
What's Changed
- Implement core::error::Error for the host client error types by @kevswims in #104
define_dispatch: add docs for apptypeby @rursprung in #109- add
postcard&postcard-rpcre-exports for macros by @rursprung in #110 - add
udevrules example to docs by @rursprung in #116 - Fix incorrect trailing comma in book by @Eekle in #115
- add
impl Error for WireErrorby @rursprung in #112 - run CI also on Windows and MacOS by @rursprung in #123
- fix build warning about unused import on windows by @rursprung in #122
- Add basic debug impls that don't report much but allow for unwraps by @jamesmunns in #124
New Contributors
- @kevswims made their first contribution in #104
- @rursprung made their first contribution in #109
- @Eekle made their first contribution in #115
Full Changelog: v0.11.9...v0.11.10
v0.11.9
What's Changed
- Let raw-nusb dynamically determine the EPs to use by @sjoerdsimons in #92
- Add settable timeout for USB frames by @jamesmunns in #94
- Add webusb client initializer(s) from UsbDevice by @sjoerdsimons in #93
- Wait for connection to start the Server transaction loop by @sjoerdsimons in #91
New Contributors
- @sjoerdsimons made their first contribution in #92
Full Changelog: v0.11.8...v0.11.9
v0.11.8
What's Changed
- Update comms-postcard-rpc.md (typo) by @spookyvision in #87
- Correctly register waitmap before sending a request by @jamesmunns in #88
- thank you to @bugadani for reporting!
Full Changelog: v0.11.7...v0.11.8