...

Text file src/github.com/mdlayher/packet/CHANGELOG.md

Documentation: github.com/mdlayher/packet

     1# CHANGELOG
     2
     3# v1.1.2
     4
     5- [Improvement]: updated dependencies, test with Go 1.20.
     6
     7# v1.1.1
     8
     9- [Bug Fix]: fix test compilation on big endian machines.
    10
    11# v1.1.0
    12
    13**This is the first release of package packet that only supports Go 1.18+. Users
    14on older versions of Go must use v1.0.0.**
    15
    16- [Improvement]: drop support for older versions of Go so we can begin using
    17  modern versions of `x/sys` and other dependencies.
    18
    19## v1.0.0
    20
    21**This is the last release of package vsock that supports Go 1.17 and below.**
    22
    23- Initial stable commit! The API is mostly a direct translation of the previous
    24  `github.com/mdlayher/raw` package APIs, with some updates to make everything
    25  focused explicitly on Linux and `AF_PACKET` sockets. Functionally, the two
    26  packages are equivalent, and `*raw.Conn` is now backed by `*packet.Conn` in
    27  the latest version of the `raw` package.

View as plain text