CHANGES
=======

1.0.2
-----

* Support python 3.11, which is what faucet requires

1.0.1
-----

* Drain the send queue on close; pbr is a build dependency, not a runtime one
* app: load an application given as a file path

1.0.0
-----

* controller: name the datapath before publishing its features reply
* multipart: say so when a single-body stats reply arrives empty
* addrconv: accept an ipaddress object, as netaddr did
* OpenFlow channel and datapath registry
* Nicira conntrack actions and the NXM match fields
* ci: publish to PyPI via Trusted Publishing on a version tag
* Guard that the runtime import graph is stdlib only
* Add hub.StreamServer; record the migration gaps
* Declare parser.\_\_all\_\_ so the re-exports are explicit
* Multipart family; make parser one module again
* OF1.3 messages; fix three bugs the coverage gate exposed
* OF event classes, generated from the message registry
* Packet layer: IPv6, ICMPv6, LLDP, LACP, BPDU constants
* Config value conversion helpers
* Land cls\_from\_jsondict\_key; test that a shared class name resolves
* Application framework and threading helpers
* Add OFPPort; resolve nested class names by enclosing module
* OF1.3 match, actions and instructions; ethernet and VLAN
* Scaffold c65of: declarative codec, address lib, OF1.3 constants, OXM
* Initial commit
