Opened 5 months ago

Closed 5 months ago

#20726 closed enhancement (fixed)

protobuf-29.0

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New major version.

Change History (3)

comment:1 by zeckma, 5 months ago

Full changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v29.0

Bazel:

  • Add missing line to docstring after Args (#19213) (6f310d5)
  • Fix proto_info_bzl (#18918) (083de5f)
  • Use rules_cc everywhere in protobuf (ddadd0b)
  • Upgrade rules_cc to 0.0.13 (3dd4835)
  • Convert proto toolchain string to Label (aa181e2)
  • Prepare supporting targets for testing (a748b10)

...

Compiler:

  • Begin adding extension numbers to SourceCodeInfo and FileDescriptorSet for tooling purposes. (07e489d)
  • Update protoc release to include editions language features proto for Go (#19013) (63d966b)
  • Introduce lifetimes for individual feature values. (0b6e768)
  • Windows - Fix handling of utf8 command line arguments (#17854) (b9d1800)
  • Limit feature deprecation warnings to reduce noise. (5cd9a46)

...

C++:

  • Fix C++ ifndef_guard printer to also convert "-" to "_". (7331b77)
  • Fix C++ codegen namespace printer to print closing namespaces in reverse order. (3bf9c40)
  • Fix raw_ptr.cc on exotic architectures (#18193) (63f6262)
  • Fix cord handling in DynamicMessage and oneofs. (9e8b30c)
  • Fix packed reflection handling bug in edition 2023. (4c92328)
  • Add JsonStreamToMessage method (0259cc3)

...

And many more changes.

comment:2 by Douglas R. Reno, 5 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:3 by Douglas R. Reno, 5 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.