v1.0.0
What's Changed
- Simplified peer removal by @jnhmcknight in #16
- Peer Service Interface and Config Customizability by @jnhmcknight in #17
NOTE: This release contains a breaking change as all references to .config() need to be updated to be .config and any custom Config class needs to be either passed to the Peer or Server object at instantiation or will need to be set as .config_cls = MyCustomConfigClass at any later point in the Peer or Server objects' lifecycle.
Full Changelog: v0.4.0...v1.0.0