Bug Fixes
- Fixes a crash during partition shutdown. This can happen during partition moves (cross core/broker) or at broker shutdown. by @bharathv in #24938
- Schema Registry: Fix a regression with protobuf map fields by @BenPope in #24974
- #24915 Fixes integer overflow issues when given a schema via the
POST /subject/{subject}/version
where version was > INT_MAX or a negative value was provided. by @michael-redpanda in #24917 - #25008 Schema Registry/Protobuf: Fix a regression with maps. by @BenPope in #25010
Full Changelog: v24.2.16...v24.2.17