The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.42_04 - 2023-11-16

  • Fail build for protobuf library version 2 with a clear message (it has not been working for a long time). Note that files with 'proto2' syntax are still supported
  • Build fix for protobuf 3.6 and older

Changes for version 0.42_03 - 2023-11-14

  • Fix failing assertion with recent versions of GCC standard library

Changes for version 0.42_02 - 2023-11-13

  • Avoid issues with enum vlaues that clash with "special" Perl names (e.g. STDERR, BEGIN, ...)
  • Speed up map key encoding
  • Fix tests on Perl 5.38 (patch by José Joaquín Atria)
  • Avoid double-destruction when using threads (patch by Joey Korkames)

Changes for version 0.42_01 - 2023-07-05

  • Add option to treat undef field/map values as if they were not present

Documentation

introspection API for classes
abstract interface for message classes
protoc plugin for Google::ProtocolBuffers::Dynamic
protoc plugin demonstrating insertion points