Skip to content

PyPCAPKit v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 05:35
v0.16.0
ff72a2a

What's Changed

  • revised entire project
    • type annotations
    • protocol redesign
    • linter compliance
  • added and revised tests (see #82, bugfix help wanted)
  • general bugfix in the project (#101 and many more)
  • reviewed and rearranged APIs, especially
    • added pcapkit.corekit.multidict module based on Werkzeug project
    • removed validators & some decorators from pcapkit.utilities
    • moved PCAP & aux protocols under pcapkit.misc
    • redesigned Protocol class to integrate parsing & construction at the same time, as well as better subclass protocol implementation experience
  • initialised PyPCAPKit Enhancement Proposals discussion channel (see #106)

Full Changelog: v0.15.5...v0.16.0