This update for abseil-cpp, grpc, opencensus-proto, protobuf, python-abseil, python-grpcio, re2 fixes the following issues:
abseil-cpp was updated to:
Update to 20230802.1:
Update to 20230802.0
What's New:
Update to 20230125.3
Details can be found on:
https://github.com/abseil/abseil-cpp/releases/tag/20230125.3
Update to 20230125.2
What's New:
The Abseil logging library has been released. This library
provides facilities for writing short text messages about the
status of a program to stderr, disk files, or other sinks
(via an extension API). See the logging library documentation
for more information.
An extension point, AbslStringify(), allows user-defined types
to seamlessly work with Abseil's string formatting functions
like absl::StrCat() and absl::StrFormat().
A library for computing CRC32C checksums has been added.
Floating-point parsing now uses the Eisel-Lemire algorithm,
which provides a significant speed improvement.
The flags library now provides suggestions for the closest
flag(s) in the case of misspelled flags.
Using CMake to install Abseil now makes the installed artifacts
(in particular absl/base/options.h) reflect the compiled ABI.
Breaking Changes:
Abseil now requires at least C++14 and follows Google's Foundational
C++ Support Policy. See this table for a list of currently supported
versions compilers, platforms, and build tools.
The legacy spellings of the thread annotation macros/functions
(e.g. GUARDED_BY()) have been removed by default in favor of the
ABSL_ prefixed versions (e.g. ABSL_GUARDED_BY()) due to clashes with
other libraries. The compatibility macro ABSL_LEGACY_THREAD_ANNOTATIONS
can be defined on the compile command-line to temporarily restore these
spellings, but this compatibility macro will be removed in the future.
Known Issues
The Abseil logging library in this release is not a feature-complete
replacement for glog yet. VLOG and DFATAL are examples of features
that have not yet been released.
Update to version 20220623.0
What's New:
Added support for command-line flags of type absl::optional<T>.
Breaking Changes:
CMake builds now use the flag ABSLBUILDTESTING (default: OFF) to control whether or not unit tests are built.
Bazel builds now depend on the bazelbuild/bazel-skylib repository. See Abseil's WORKSPACE file for an example of how to add this dependency.
Other:
This will be the last release to support C++11. Future releases will require at least C++14.
grpc was updated to 1.60:
Update to release 1.60
update to 1.59.3:
Update to release 1.59.2
Update to version 1.59.1:
Update to version 1.59.0:
Update to release 1.58.1
Update to release 1.58
Update to release 1.57 (CVE-2023-4785, bsc#1215334, CVE-2023-33953, bsc#1214148)
Update to release 1.56.2
Update to release 1.56.0 (CVE-2023-32731, bsc#1212180)
Update to release 1.54.1
Update to release 1.54 (CVE-2023-32732, bsc#1212182)
Update to release 1.51.1
Update to release 1.51
Update to release 1.50.0
Core
C++
C#
Update to release 1.49.1
All
Ruby
Update to release 1.49.0
Core
Python
Update to release 1.48.1
Update to release 1.48.0
Update to release 1.46.3
Update to release 1.46
Update to release 1.45.2
Update to release 1.45.1
Update to version 1.45.0:
Core:
C++
Update to release 1.44.0
Update to version 1.43.2:
Changes from version 1.43.0:
Core:
C++:
[C#] Add nullable type attributes to Grpc.Core.Api (gh#grpc/grpc#27887).
Update to release 1.41.0
Update to release 1.39.1
Update to version 1.39.0:
Core
C++
PHP: stop reading composer.json file just to read the version string (gh#grpc/grpc#26156).
Ruby: Set XDS user agent in ruby via macros (gh#grpc/grpc#26268).
Update to release 1.38.0
Update to release 1.37.1
Update to release 1.36.4
Update to 1.36.1:
Update to version 1.34.1:
Update to version 1.34.0:
Core:
Protect xds security code with the environment variable 'GRPCXDSEXPERIMENTALSECURITYSUPPORT' (gh#grpc/grpc#24782).
Update to release 1.33.2
Update to version 1.33.1
Core
C++
Add new subpackages - libupb and upb-devel. Currently, grpc sources include also upb sources. Before this change, libupb and upb-devel used to be included in a separate package - upb.
Update to version 1.32.0:
Core
C++
opencensus-proto was updated to 0.3.0+git.20200721:
Update to version 0.3.0+git.20200721:
Update to version 0.2.1+git.20190826:
Update to version 0.2.1:
Initial version 20180523
protobuf was updated to 25.1:
update to 25.1:
update to 25.0:
PROTOBUF_EXPORT
on
InternalOutOfLineDeleteMessageLite()
Map::size_type
to 32-bits. Protobuf containers can't
have more than thatABSL_ATTRIBUTE_LIFETIME_BOUND
attribute on generated
oneof accessors.ABSL_ATTRIBUTE_LIFETIME_BOUND
attribute on generated
repeated and map field accessors.ABSL_ATTRIBUTE_LIFETIME_BOUND
attribute on generated
string field accessors.ABSL_ATTRIBUTE_LIFETIME_BOUND
attribute on generated
message field accessors.ABSL_ATTRIBUTE_LIFETIME_BOUND
attribute on generated
oneof accessors.FieldDescriptor.hasOptionalKeyword()
as deprecated.ABSL_ATTRIBUTE_LIFETIME_BOUND
attribute on generated
oneof accessors.Fix PyUpb_Message_MergeInternal
segfault
update to 23.4:
update to 23.3:
C++:
Fixed a bug in upb_Map_Delete()
that caused crashes in
map.delete(k) for Ruby when string-keyed maps were in use.
Compiler:
Add a workaround for GCC constexpr bug
Java:
Rollback of: Simplify protobuf Java message builder by removing methods that calls the super class only.
Csharp:
update to 22.5:
C++: * Add missing cstdint header * Fix: missing -DPROTOBUFUSEDLLS in pkg-config (#12700) * Avoid using string(JOIN..., which requires cmake 3.12 * Explicitly include GTest package in examples * Bump Abseil submodule to 20230125.3 (#12660)
update to 22.4:
C++: * Fix libprotoc: export useful symbols from .so
Python: * Fix bug in internalcopy_files where the rule would fail in downstream repositories.
Other: * Bump utf8range to version with working pkg-config (#12584) * Fix declared dependencies for pkg-config * Update abseil dependency and reorder dependencies to ensure we use the version specified in protobufdeps. * Turn off clang::musttail on i386
update to v22.3
UPB (Python/PHP/Ruby C-Extension): * Remove src prefix from proto import * Fix .gitmodules to use the correct absl branch * Remove erroneous dependency on googletest
update to 22.2:
Java: * Add version to intra proto dependencies and add kotlin stdlib dependency * Add $ back for osgi header * Remove $ in pom files
update to 22.1: * Add visibility of plugin.proto to python directory * Strip 'src' from file name of plugin.proto * Add OSGi headers to pom files. * Remove errorprone dependency from kotlin protos. * Version protoc according to the compiler version number.
update to 22.0:
proto2::Map::value_type
changes to std::pair
.update to v21.12:
update to 21.11:
update to 21.10::
update to 21.9: * Ruby: * Replace libc strdup usage with internal impl to restore musl compat (#10818) * Auto capitalize enums name in Ruby (#10454) (#10763) * Other: * Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile) (#10721) * C++: * 21.x No longer define no_threadlocal on OpenBSD (#10743) * Java: * Mark default instance as immutable first to avoid race during static initialization of default instances (#10771) * Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic from parse constructor to builder. * Move proto wireformat parsing functionality from the private 'parsing constructor' to the Builder class. * Change the Lite runtime to prefer merging from the wireformat into mutable messages rather than building up a new immutable object before merging. This way results in fewer allocations and copy operations. * Make message-type extensions merge from wire-format instead of building up instances and merging afterwards. This has much better performance. * Fix TextFormat parser to build up recurring (but supposedly not repeated) sub-messages directly from text rather than building a new sub-message and merging the fully formed message into the existing field.
update to 21.6: C++: * Reduce memory consumption of MessageSet parsing
update to 21.5:
PHP: * Added getContainingOneof and getRealContainingOneof to descriptor. * fix PHP readonly legacy files for nested messages
Python:
Fixed comparison of maps in Python.
Reduce the required alignment of ArenaString from 8 to 4
C++:
Update to 21.2: - C++: - cmake: Call getfilenamecomponent() with DIRECTORY mode instead of PATH mode (#9614) - Escape GetObject macro inside protoc-generated code (#9739) - Update CMake configuration to add a dependency on Abseil (#9793) - Fix cmake install targets (#9822) - Use _constinit only in GCC 12.2 and up (#9936) - Java: - Update protobufversion.bzl to separate protoc and per-language java … (#9900) - Python: - Increment python major version to 4 in version.json for python upb (#9926) - The C extension module for Python has been rewritten to use the upb library. - This is expected to deliver significant performance benefits, especially when parsing large payloads. There are some minor breaking changes, but these should not impact most users. For more information see: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates - PHP: - [PHP] fix PHP build system (#9571) - Fix building packaged PHP extension (#9727) - fix: reserve 'ReadOnly' keyword for PHP 8.1 and add compatibility (#9633) - fix: phpdoc syntax for repeatedfield parameters (#9784) - fix: phpdoc for repeatedfield (#9783) - Change enum string name for reserved words (#9780) - chore: [PHP] fix phpdoc for MapField keys (#9536) - Fixed PHP SEGV by not writing to shared memory for zendclassentry. (#9996) - Ruby: - Allow pre-compiled binaries for ruby 3.1.0 (#9566) - Implement respondto? in RubyMessage (#9677) - [Ruby] Fix RepeatedField#last, #first inconsistencies (#9722) - Do not use range based UTF-8 validation in truffleruby (#9769) - Improve range handling logic of RepeatedField (#9799) - Other: - Fix invalid dependency manifest when using descriptorset_out (#9647) - Remove duplicate java generated code (#9909)
Update to 3.20.1:
Update to 3.20.1:
update to 3.19.4: Python:
Update to 3.19.3: C++:
Update to 3.17.3: C++
Update to 3.15.8: - Fixed memory leak of Ruby arena objects (#8461)
Update to 3.15.7:
C++: * Remove the ::pb namespace (alias) (#8423) Ruby: * Fix unbounded memory growth for Ruby <2.7 (#8429) * Fixed message equality in cases where the message type is different (#8434)
update to 3.15.6:
Ruby:
* Fixed bug in string comparison logic (#8386)
* Fixed quadratic memory use in array append (#8379)
* Fixed SEGV when users pass nil messages (#8363)
* Fixed quadratic memory usage when appending to arrays (#8364)
* Ruby <2.7 now uses WeakMap too, which prevents memory leaks. (#8341)
* Fix for FieldDescriptor.get(msg) (#8330)
* Bugfix for Message.[] for repeated or map fields (#8313)
PHP:
* readproperty() handler is not supposed to return NULL (#8362)
Protocol Compiler
* Optional fields for proto3 are enabled by default, and no longer require
the --experimentalallowproto3optional flag.
C++:
* Do not disable RTTI by default in the CMake build (#8377)
* Create a CMake option to control whether or not RTTI is enabled (#8361)
* Fix PROTOBUFCONSTINIT macro redefinition (#8323)
* MessageDifferencer: fixed bug when using custom ignore with multiple
unknown fields
* Use initseg in MSVC to push initialization to an earlier phase.
* Runtime no longer triggers -Wsign-compare warnings.
* Fixed -Wtautological-constant-out-of-range-compare warning.
* DynamicCastToGenerated works for nullptr input for even if RTTI is disabled
* Arena is refactored and optimized.
* Clarified/specified that the exact value of Arena::SpaceAllocated() is an
implementation detail users must not rely on. It should not be used in
unit tests.
* Change the signature of Any::PackFrom() to return false on error.
* Add fast reflection getter API for strings.
* Constant initialize the global message instances
* Avoid potential for missed wakeup in UnknownFieldSet
* Now Proto3 Oneof fields have 'has' methods for checking their presence in
C++.
* Bugfix for NVCC
* Return early in InternalSerialize for empty maps.
* Adding functionality for outputting map key values in proto path logging
output (does not affect comparison logic) and stop printing 'value' in the
path. The modified print functionality is in the
MessageDifferencer::StreamReporter.
* Fixed https://github.com/protocolbuffers/protobuf/issues/8129
* Ensure that null char symbol, package and file names do not result in a
crash.
* Constant initialize the global message instances
* Pretty print 'max' instead of numeric values in reserved ranges.
* Removed remaining instances of std::ispod, which is deprecated in C++20.
* Changes to reduce code size for unknown field handling by making uncommon
cases out of line.
* Fix std::ispod deprecated in C++20 (#7180)
* Fix some -Wunused-parameter warnings (#8053)
* Fix detecting file as directory on zOS issue #8051 (#8052)
* Don't include sys/param.h for _BYTEORDER (#8106)
* remove CMAKETHREADLIBSINIT from pkgconfig CFLAGS (#8154)
* Fix TextFormatMapTest.DynamicMessage issue#5136 (#8159)
* Fix for compiler warning issue#8145 (#8160)
* fix: support deprecated enums for GCC < 6 (#8164)
* Fix some warning when compiling with Visual Studio 2019 on x64 target (#8125)
Python:
* Provided an override for the reverse() method that will reverse the internal
collection directly instead of using the other methods of the BaseContainer.
* MessageFactory.CreateProtoype can be overridden to customize class creation.
* Fix PyUnknownFields memory leak (#7928)
* Add macOS big sur compatibility (#8126)
JavaScript
* Generate getDescriptor
methods with *
as their this
type.
* Enforce let/const
for generated messages.
* js/binary/utils.js: Fix jspb.utils.joinUnsignedDecimalString to work with
negative bitsLow and low but non-zero bitsHigh parameter. (#8170)
PHP:
* Added support for PHP 8. (#8105)
* unregister INI entries and fix invalid read on shutdown (#8042)
* Fix PhpDoc comments for message accessors to include '|null'. (#8136)
* fix: convert native PHP floats to single precision (#8187)
* Fixed PHP to support field numbers >=2**28. (#8235)
* feat: add support for deprecated fields to PHP compiler (#8223)
* Protect against stack overflow if the user derives from Message. (#8248)
* Fixed clone for Message, RepeatedField, and MapField. (#8245)
* Updated upb to allow nonzero offset minutes in JSON timestamps. (#8258)
Ruby:
* Added support for Ruby 3. (#8184)
* Rewrote the data storage layer to be based on upbmsg objects from the
upb library. This should lead to much better parsing performance,
particularly for large messages. (#8184).
* Fill out JRuby support (#7923)
* [Ruby] Fix: (SIGSEGV) gRPC-Ruby issue on Windows. memory alloc infinite
recursion/run out of memory (#8195)
* Fix jruby support to handle messages nested more than 1 level deep (#8194)
Java:
* Avoid possible UnsupportedOperationException when using CodedInputSteam
with a direct ByteBuffer.
* Make Durations.comparator() and Timestamps.comparator() Serializable.
* Add more detailed error information for dynamic message field type
validation failure
* Removed declarations of functions declared in javanames.h from
javahelpers.h.
* Now Proto3 Oneof fields have 'has' methods for checking their presence in
Java.
* Annotates Java proto generated *FIELDNUMBER constants.
* Add -assumevalues to remove JvmMemoryAccessor on Android.
C#:
* Fix parsing negative Int32Value that crosses segment boundary (#8035)
* Change ByteString to use memory and support unsafe create without copy (#7645)
* Optimize MapField serialization by removing MessageAdapter (#8143)
* Allow FileDescriptors to be parsed with extension registries (#8220)
* Optimize writing small strings (#8149)
Update to v3.14.0
Protocol Compiler:
* The proto compiler no longer requires a .proto filename when it is not
generating code.
* Added flag --deterministic_output
to protoc --encode=...
.
* Fixed deadlock when using google.protobuf.Any embedded in aggregate options.
C++:
* Arenas are now unconditionally enabled. ccenablearenas no longer has
any effect.
* Removed inlined string support, which is incompatible with arenas.
* Fix a memory corruption bug in reflection when mixing optional and
non-optional fields.
* Make SpaceUsed() calculation more thorough for map fields.
* Add stack overflow protection for text format with unknown field values.
* FieldPath::FollowAll() now returns a bool to signal if an out-of-bounds
error was encountered.
* Performance improvements for Map.
* Minor formatting fix when dumping a descriptor to .proto format with
DebugString.
* UBSAN fix in RepeatedField
* When running under ASAN, skip a test that makes huge allocations.
* Fixed a crash that could happen when creating more than 256 extensions in
a single message.
* Fix a crash in BuildFile when passing in invalid descriptor proto.
* Parser security fix when operating with CodedInputStream.
* Warn against the use of AllowUnknownExtension.
* Migrated to C++11 for-range loops instead of index-based loops where
possible. This fixes a lot of warnings when compiling with -Wsign-compare.
* Fix segment fault for proto3 optional
* Adds a CMake option to build libprotoc
separately
Java
* Bugfix in mergeFrom() when a oneof has multiple message fields.
* Fix RopeByteString.RopeInputStream.read() returning -1 when told to read
0 bytes when not at EOF.
* Redefine remove(Object) on primitive repeated field Lists to avoid
autoboxing.
* Support '\u' escapes in textformat string literals.
* Trailing empty spaces are no longer ignored for FieldMask.
* Fix FieldMaskUtil.subtract to recursively remove mask.
* Mark enums with @java.lang.Deprecated
if the proto enum has option
deprecated = true;
.
* Adding forgotten duration.proto to the lite library
Python:
* Print google.protobuf.NullValue as null instead of 'NULLVALUE' when it is
used outside WKT Value/Struct.
* Fix bug occurring when attempting to deep copy an enum type in python 3.
* Add a setuptools extension for generating Python protobufs
* Remove uses of pkgresources in non-namespace packages
* [bazel/py] Omit google/init.py from the Protobuf runtime
* Removed the unnecessary setuptools package dependency for Python package
* Fix PyUnknownFields memory leak
PHP:
* Added support for '==' to the PHP C extension
* Added ==
operators for Map and Array
* Native C well-known types
* Optimized away hex2bin() call in generated code
* New version of upb, and a new hash function wyhash in thirdparty
* add missing hasOneof method to check presence of oneof fields
Go:
* Update gopackage options to reference google.golang.org/protobuf module.
C#:
* annotate ByteString.CopyFrom(ReadOnlySpan<byte>) as SecuritySafeCritical
* Fix C# optional field reflection when there are regular fields too
* Fix parsing negative Int32Value that crosses segment boundary
Javascript:
* JS: parse (un)packed fields conditionally
Update to version 3.13.0
PHP:
* The C extension is completely rewritten. The new C extension has significantly
better parsing performance and fixes a handful of conformance issues. It will
also make it easier to add support for more features like proto2 and proto3 presence.
* The new C extension does not support PHP 5.x. PHP 5.x users can still use pure-PHP.
C++:
* Removed deprecated unsafe arena string accessors
* Enabled heterogeneous lookup for std::string keys in maps.
* Removed implicit conversion from StringPiece to std::string
* Fix use-after-destroy bug when the Map is allocated in the arena.
* Improved the randomness of map ordering
* Added stack overflow protection for text format with unknown fields
* Use std::hash for proto maps to help with portability.
* Added more Windows macros to proto whitelist.
* Arena constructors for map entry messages are now marked 'explicit'
(for regular messages they were already explicit).
* Fix subtle aliasing bug in RepeatedField::Add
* Fix mismatch between MapEntry ByteSize and Serialize with respect to unset
fields.
Python:
* JSON format conformance fixes:
* Reject lowercase t for Timestamp json format.
* Print full_name directly for extensions (no camelCase).
* Reject boolean values for integer fields.
* Reject NaN, Infinity, -Infinity that is not quoted.
* Base64 fixes for bytes fields: accept URL-safe base64 and missing padding.
* Bugfix for fields/files named 'async' or 'await'.
* Improved the error message when AttributeError is returned from getattr
in EnumTypeWrapper.
Java:
* Fixed a bug where setting optional proto3 enums with setFooValue() would
not mark the value as present.
* Add Subtract function to FieldMaskUtil.
C#:
* Dropped support for netstandard1.0 (replaced by support for netstandard1.1).
This was required to modernize the parsing stack to use the Span<byte>
type internally
* Add ParseFrom(ReadOnlySequence<byte>)
method to enable GC friendly
parsing with reduced allocations and buffer copies
* Add support for serialization directly to a IBufferWriter<byte>
or
to a Span<byte>
to enable GC friendly serialization.
The new API is available as extension methods on the IMessage
type
* Add GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
define to make
generated code compatible with old C# compilers (pre-roslyn compilers
from .NET framework and old versions of mono) that do not support
ref structs. Users that are still on a legacy stack that does
not support C# 7.2 compiler might need to use the new define
in their projects to be able to build the newly generated code
* Due to the major overhaul of parsing and serialization internals,
it is recommended to regenerate your generated code to achieve the best
performance (the legacy generated code will still work, but might incur
a slight performance penalty).
Update to version 3.12.3; notable changes since 3.11.4:
Protocol Compiler:
* [experimental] Singular, non-message typed fields in proto3 now support
presence tracking. This is enabled by adding the 'optional' field label and
passing the --experimentalallowproto3optional flag to protoc.
* For usage info, see docs/fieldpresence.md.
* During this experimental phase, code generators should update to support
proto3 presence, see docs/implementingproto3presence.md for instructions.
* Allow duplicate symbol names when multiple descriptor sets are passed on
the command-line, to match the behavior when multiple .proto files are passed.
* Deterministic protoc --descriptor_set_out
(#7175)
Objective-C:
* Tweak the union used for Extensions to support old generated code. #7573
* Fix for the :protobufobjc target in the Bazel BUILD file. (#7538)
* [experimental] ObjC Proto3 optional support (#7421)
* Block subclassing of generated classes (#7124)
* Use references to Obj C classes instead of names in descriptors. (#7026)
* Revisit how the WKTs are bundled with ObjC. (#7173)
C++:
* Simplified the template export macros to fix the build for mingw32. (#7539)
* [experimental] Added proto3 presence support.
* New descriptor APIs to support proto3 presence.
* Enable Arenas by default on all .proto files.
* Documented that users are not allowed to subclass Message or MessageLite.
* Mark generated classes as final; inheriting from protos is strongly discouraged.
* Add stack overflow protection for text format with unknown fields.
* Add accessors for map key and value FieldDescriptors.
* Add FieldMaskUtil::FromFieldNumbers().
* MessageDifferencer: use ParsePartial() on Any fields so the diff does not
fail when there are missing required fields.
* ReflectionOps::Merge(): lookup messages in the right factory, if it can.
* Added Descriptor::WellKnownTypes enum and Descriptor::wellknowntype()
accessor as an easier way of determining if a message is a Well-Known Type.
* Optimized RepeatedField::Add() when it is used in a loop.
* Made proto move/swap more efficient.
* De-virtualize the GetArena() method in MessageLite.
* Improves performance of jsonstreamparser.cc by factor 1000 (#7230)
* bug: #7076 undefine Windows OUT and OPTIONAL macros (#7087)
* Fixed a bug in FieldDescriptor::DebugString() that would erroneously print
an 'optional' label for a field in a oneof.
* Fix bug in parsing bool extensions that assumed they are always 1 byte.
* Fix off-by-one error in FieldOptions::ByteSize() when extensions are present.
* Clarified the comments to show an example of the difference between
Descriptor::extension and DescriptorPool::FindAllExtensions.
* Add a compiler option 'codesize' to force optimizefor=codesize on all
protos where this is possible.
Ruby:
* Re-add binary gems for Ruby 2.3 and 2.4. These are EOL upstream, however
many people still use them and dropping support will require more
coordination.
* [experimental] Implemented proto3 presence for Ruby. (#7406)
* Stop building binary gems for ruby <2.5 (#7453)
* Fix for wrappers with a zero value (#7195)
* Fix for JSON serialization of 0/empty-valued wrapper types (#7198)
* Call 'Class#new' over rbclassnewinstance in decoding (#7352)
* Build extensions for Ruby 2.7 (#7027)
* assigning 'nil' to submessage should clear the field. (#7397)
Java:
* [experimental] Added proto3 presence support.
* Mark java enum _VALUE constants as @Deprecated if the enum field is deprecated
* reduce <clinit> size for enums with allowalias set to true.
* Sort map fields alphabetically by the field's key when printing textproto.
* Fixed a bug in map sorting that appeared in -rc1 and -rc2 (#7508).
* TextFormat.merge() handles Any as top level type.
* Throw a descriptive IllegalArgumentException when calling
getValueDescriptor() on enum special value UNRECOGNIZED instead of
ArrayIndexOutOfBoundsException.
* Fixed an issue with JsonFormat.printer() where setting printingEnumsAsInts()
would override the configuration passed into includingDefaultValueFields().
* Implement overrides of indexOf() and contains() on primitive lists returned
for repeated fields to avoid autoboxing the list contents.
* Add overload to FieldMaskUtil.fromStringList that accepts a descriptor.
* [bazel] Move Java runtime/toolchains into //java (#7190)
Python:
* [experimental] Added proto3 presence support.
* [experimental] fast import protobuf module, only works with cpp generated code linked in.
* Truncate 'float' fields to 4 bytes of precision in setters for pure-Python
implementation (C++ extension was already doing this).
* Fixed a memory leak in C++ bindings.
* Added a deprecation warning when code tries to create Descriptor objects
directly.
* Fix unintended comparison between bytes and string in descriptor.py.
* Avoid printing excess digits for float fields in TextFormat.
* Remove Python 2.5 syntax compatibility from the proto compiler generated pb2.py module code.
* Drop 3.3, 3.4 and use single version docker images for all python tests (#7396)
JavaScript:
* Fix js message pivot selection (#6813)
PHP:
* Persistent Descriptor Pool (#6899)
* Implement lazy loading of php class for proto messages (#6911)
* Correct @return in Any.unpack docblock (#7089)
* Ignore unknown enum value when ignoreunknown specified (#7455)
C#:
* [experimental] Add support for proto3 presence fields in C# (#7382)
* Mark GetOption API as obsolete and expose the 'GetOptions()' method on descriptors instead (#7491)
* Remove Has/Clear members for C# message fields in proto2 (#7429)
* Enforce recursion depth checking for unknown fields (#7132)
* Fix conformance test failures for Google.Protobuf (#6910)
* Cleanup various bits of Google.Protobuf (#6674)
* Fix latest ArgumentException for C# extensions (#6938)
* Remove unnecessary branch from ReadTag (#7289)
Other:
* Add a protolangtoolchain for javalite (#6882)
* [bazel] Update gtest and deprecate //external:{gtest,gtest_main} (#7237)
* Add application note for explicit presence tracking. (#7390)
* Howto doc for implementing proto3 presence in a code generator. (#7407)
Update to version 3.11.4; notable changes since 3.9.2:
python-abseil was udpated:
version update to 1.4.0 New: (testing) Added @flagsaver.asparsed: this allows saving/restoring flags using string values as if parsed from the command line and will also reflect other flag states after command line parsing, e.g. .present is set. Changed: (logging) If no log dir is specified logging.findlogdir() now falls back to tempfile.gettempdir() instead of /tmp/. Fixed: (flags) Additional kwargs (e.g. shortname=) to DEFINEmultienum_class are now correctly passed to the underlying Flag object.
version update to 1.2.0
* Fixed a crash in Python 3.11 when TempFileCleanup.SUCCESS
is used.
* Flag
instances now raise an error if used in a bool context. This prevents
the occasional mistake of testing an instance for truthiness rather than
testing flag.value
.
* absl-py
no longer depends on six
.
Update to version 1.0.0 * absl-py no longer supports Python 2.7, 3.4, 3.5. All versions have reached end-of-life for more than a year now. * New releases will be tagged as vX.Y.Z instead of pypi-vX.Y.Z in the git repo going forward.
Release notes for 0.15.0
Release notes for 0.14.1
Release notes for 0.14.0
Release notes for 0.13.0
Release notes for 0.12.0
Add Provides python-absl-py
python-grpcuio was updated:
Update to version 1.60.0:
Update to version 1.59.2:
Update to version 1.59.0:
Update to version 1.58.0:
Update to version 1.57.0: (CVE-2023-4785, bsc#1215334, CVE-2023-33953, bsc#1214148)
No need to pass '-std=c++17' to build CFLAGS.
Update to version 1.56.2:
Use system abseil with '-std=c++17' to prevent undefined symbol eg. with python-grpcio-tools (ZN3re23RE213GlobalReplaceEPNSt7_ cxx1112basicstringIcSt11chartraitsIcESaIcEEERKS0N4absl12lts 2023012511string_viewE)
Upstream only supports python >= 3.7, so adjust BuildRequires accordingly.
Add %{?sle15pythonmodule_pythons}
Update to version 1.56.0: (CVE-2023-32731, bsc#1212180)
Update to version 1.55.0:
Switch Suggests to Recommends.
Update to version 1.54.0: (CVE-2023-32732, bsc#1212182)
Update to version 1.51.1:
Changes from version 1.51.0:
Update to version 1.50.0:
Update to version 1.49.1
Update to version 1.48.0:
update to 1.46.3:
Update to version 1.46.0:
Update to version 1.45.0:
Build with system re2; add BuildRequires: pkgconfig(re2).
Update to version 1.44.0:
Update to version 1.43.0:
update to 1.41.1:
Update to version 1.41.0:
Update to version 1.39.0:
Update to version 1.38.1:
Update to version 1.38.0:
Update to version 1.37.1:
Changes from version 1.37.0:
Update to version 1.36.1:
Update to version 1.35.0:
Update to version 1.34.1:
Update to version 1.34.0:
Update to version 1.33.2:
Update to version 1.33.1:
Added re2 package in version 2024-02-01.
{ "binaries": [ { "libre2-11": "20240201-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1" } ] }
{ "binaries": [ { "libre2-11": "20240201-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1" } ] }
{ "binaries": [ { "libre2-11": "20240201-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1" } ] }
{ "binaries": [ { "libre2-11": "20240201-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "protobuf-devel": "25.1-150400.9.3.1", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1" } ] }
{ "binaries": [ { "libre2-11": "20240201-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1" } ] }
{ "binaries": [ { "libre2-11": "20240201-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1" } ] }
{ "binaries": [ { "libre2-11": "20240201-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1" } ] }
{ "binaries": [ { "libre2-11": "20240201-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc37": "1.60.0-150400.8.3.2", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "libgrpc1_60": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1" } ] }
{ "binaries": [ { "libprotobuf25_1_0-32bit": "25.1-150400.9.3.1", "grpc-devel": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "python311-abseil": "1.4.0-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libgrpc1_60": "1.60.0-150400.8.3.2", "opencensus-proto-source": "0.3.0+git.20200721-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "python311-protobuf": "4.25.1-150400.9.3.1", "protobuf-devel": "25.1-150400.9.3.1", "re2-devel": "20240201-150400.9.3.1", "libprotoc25_1_0-32bit": "25.1-150400.9.3.1", "libprotobuf-lite25_1_0-32bit": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1", "grpc-source": "1.60.0-150400.8.3.2", "libabsl2308_0_0-32bit": "20230802.1-150400.10.4.1", "libre2-11-32bit": "20240201-150400.9.3.1", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc37": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "protobuf-java": "25.1-150400.9.3.1", "upb-devel": "1.60.0-150400.8.3.2", "python311-grpcio": "1.60.0-150400.9.3.2" } ] }
{ "binaries": [ { "libprotobuf25_1_0-32bit": "25.1-150400.9.3.1", "grpc-devel": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "python311-abseil": "1.4.0-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libgrpc1_60": "1.60.0-150400.8.3.2", "opencensus-proto-source": "0.3.0+git.20200721-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "python311-protobuf": "4.25.1-150400.9.3.1", "protobuf-devel": "25.1-150400.9.3.1", "re2-devel": "20240201-150400.9.3.1", "libprotoc25_1_0-32bit": "25.1-150400.9.3.1", "libprotobuf-lite25_1_0-32bit": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1", "grpc-source": "1.60.0-150400.8.3.2", "libabsl2308_0_0-32bit": "20230802.1-150400.10.4.1", "libre2-11-32bit": "20240201-150400.9.3.1", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc37": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "protobuf-java": "25.1-150400.9.3.1", "upb-devel": "1.60.0-150400.8.3.2", "python311-grpcio": "1.60.0-150400.9.3.2" } ] }
{ "binaries": [ { "libprotobuf25_1_0-32bit": "25.1-150400.9.3.1", "grpc-devel": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "python311-abseil": "1.4.0-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libgrpc1_60": "1.60.0-150400.8.3.2", "opencensus-proto-source": "0.3.0+git.20200721-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "python311-protobuf": "4.25.1-150400.9.3.1", "protobuf-devel": "25.1-150400.9.3.1", "re2-devel": "20240201-150400.9.3.1", "libprotoc25_1_0-32bit": "25.1-150400.9.3.1", "libprotobuf-lite25_1_0-32bit": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1", "grpc-source": "1.60.0-150400.8.3.2", "libabsl2308_0_0-32bit": "20230802.1-150400.10.4.1", "libre2-11-32bit": "20240201-150400.9.3.1", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc37": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "protobuf-java": "25.1-150400.9.3.1", "upb-devel": "1.60.0-150400.8.3.2", "python311-grpcio": "1.60.0-150400.9.3.2" } ] }
{ "binaries": [ { "libprotobuf25_1_0-32bit": "25.1-150400.9.3.1", "grpc-devel": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "python311-abseil": "1.4.0-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libgrpc1_60": "1.60.0-150400.8.3.2", "opencensus-proto-source": "0.3.0+git.20200721-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "python311-protobuf": "4.25.1-150400.9.3.1", "protobuf-devel": "25.1-150400.9.3.1", "re2-devel": "20240201-150400.9.3.1", "libprotoc25_1_0-32bit": "25.1-150400.9.3.1", "libprotobuf-lite25_1_0-32bit": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1", "grpc-source": "1.60.0-150400.8.3.2", "libabsl2308_0_0-32bit": "20230802.1-150400.10.4.1", "libre2-11-32bit": "20240201-150400.9.3.1", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc37": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "protobuf-java": "25.1-150400.9.3.1", "upb-devel": "1.60.0-150400.8.3.2", "python311-grpcio": "1.60.0-150400.9.3.2" } ] }
{ "binaries": [ { "libprotobuf25_1_0-32bit": "25.1-150400.9.3.1", "grpc-devel": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "python311-abseil": "1.4.0-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libgrpc1_60": "1.60.0-150400.8.3.2", "opencensus-proto-source": "0.3.0+git.20200721-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "python311-protobuf": "4.25.1-150400.9.3.1", "protobuf-devel": "25.1-150400.9.3.1", "re2-devel": "20240201-150400.9.3.1", "libprotoc25_1_0-32bit": "25.1-150400.9.3.1", "libprotobuf-lite25_1_0-32bit": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1", "grpc-source": "1.60.0-150400.8.3.2", "libabsl2308_0_0-32bit": "20230802.1-150400.10.4.1", "libre2-11-32bit": "20240201-150400.9.3.1", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc37": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "protobuf-java": "25.1-150400.9.3.1", "upb-devel": "1.60.0-150400.8.3.2", "python311-grpcio": "1.60.0-150400.9.3.2" } ] }
{ "binaries": [ { "libprotobuf25_1_0-32bit": "25.1-150400.9.3.1", "grpc-devel": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "python311-abseil": "1.4.0-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libgrpc1_60": "1.60.0-150400.8.3.2", "opencensus-proto-source": "0.3.0+git.20200721-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "python311-protobuf": "4.25.1-150400.9.3.1", "protobuf-devel": "25.1-150400.9.3.1", "re2-devel": "20240201-150400.9.3.1", "libprotoc25_1_0-32bit": "25.1-150400.9.3.1", "libprotobuf-lite25_1_0-32bit": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1", "grpc-source": "1.60.0-150400.8.3.2", "libabsl2308_0_0-32bit": "20230802.1-150400.10.4.1", "libre2-11-32bit": "20240201-150400.9.3.1", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc37": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "protobuf-java": "25.1-150400.9.3.1", "upb-devel": "1.60.0-150400.8.3.2", "python311-grpcio": "1.60.0-150400.9.3.2" } ] }
{ "binaries": [ { "libprotobuf25_1_0-32bit": "25.1-150400.9.3.1", "grpc-devel": "1.60.0-150400.8.3.2", "libabsl2308_0_0": "20230802.1-150400.10.4.1", "python311-abseil": "1.4.0-150400.9.3.1", "libprotobuf-lite25_1_0": "25.1-150400.9.3.1", "libgrpc++1_60": "1.60.0-150400.8.3.2", "libgrpc1_60": "1.60.0-150400.8.3.2", "opencensus-proto-source": "0.3.0+git.20200721-150400.9.3.1", "libprotobuf25_1_0": "25.1-150400.9.3.1", "python311-protobuf": "4.25.1-150400.9.3.1", "protobuf-devel": "25.1-150400.9.3.1", "re2-devel": "20240201-150400.9.3.1", "libprotoc25_1_0-32bit": "25.1-150400.9.3.1", "libprotobuf-lite25_1_0-32bit": "25.1-150400.9.3.1", "libre2-11": "20240201-150400.9.3.1", "grpc-source": "1.60.0-150400.8.3.2", "libabsl2308_0_0-32bit": "20230802.1-150400.10.4.1", "libre2-11-32bit": "20240201-150400.9.3.1", "abseil-cpp-devel": "20230802.1-150400.10.4.1", "libgrpc37": "1.60.0-150400.8.3.2", "libupb37": "1.60.0-150400.8.3.2", "libprotoc25_1_0": "25.1-150400.9.3.1", "protobuf-java": "25.1-150400.9.3.1", "upb-devel": "1.60.0-150400.8.3.2", "python311-grpcio": "1.60.0-150400.9.3.2" } ] }