Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@jnhmcknight jnhmcknight released this 06 Nov 21:40
c6530b0

What's Changed

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