mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-30 16:18:56 +01:00
Add release notes
This commit is contained in:
10
RELEASE_NOTES.md
Normal file
10
RELEASE_NOTES.md
Normal file
@@ -0,0 +1,10 @@
|
||||
## 1.3
|
||||
### Breaking Changes
|
||||
* The timeout arg to `serve` was replaced with a `Config` struct, which
|
||||
currently only contains one field, but will be expanded in the future
|
||||
to allow configuring serialization protocol, and other things.
|
||||
* `serve` is now a `default fn` on the generated `Service` traits,
|
||||
and it was renamed `spawn_with_config`. A second `default fn` was added:
|
||||
`spawn`, which takes no `Config` arg.
|
||||
### Other Changes
|
||||
* Expanded items will no longer generate unused warnings.
|
||||
Reference in New Issue
Block a user