Skip to content

v1.2.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 11:09
· 593 commits to main since this release
b1b0fde
Automated Release v1.2.4.2 (#4090)

* Release v1.2.4.2

Changelog:
- Update P4Runtime and use FetchContent instead of a submodule. (4082) [Fabian Ruffy]
- Fix missing header for intmax_t typedef (4084) [Felipe Magno de Almeida]
- Install Protobuf using FetchContent. (4056) [Fabian Ruffy]
- Add test program that uses 'priority' as identifier of a few kinds (4079) [Andy Fingerhut]
- Allow building testgen without P4TEST enabled (4078) [Vladimír Štill]
- Add an option to the DPDK P4C back end to generate TDI builder configurations. (4068) [fruffy-bfn]
- Try to fix Opensuse certificate errors. (4075) [fruffy-bfn]
- Update the plotting script. (4061) [fruffy-bfn]
- Fix an infinite loop in the coverable nodes scanner. (4073) [Fabian Ruffy]
- Fix 4067: Add static casts required by newer versions of G++ (4074) [Andy Fingerhut]
- Fix MacOS installation typo. (4071) [Fabian Ruffy]

* Update version.

---------

Co-authored-by: rst0git <rst0git@users.noreply.github.com>
Co-authored-by: fruffy <fruffy@nyu.edu>