Updates and Enhancements:
**Migration to New Safe Bound AP**I: In this release, we have migrated to the new safe Bound API provided by pyo3. Previously, the library utilized a significant amount of unsafe code and directly manipulated reference counts of Python objects. This migration enhances safety by reducing the likelihood of errors related to reference count manipulation, leading to more robust code.
**Query Parameter Deserialization from MultiDict-Like Structures**: We have introduced a new feature that allows for the deserialization of query parameters from MultiDict-like structures. This feature enables the direct conversion of query parameters from string representations, providing more flexibility and ease of use when handling query parameters in requests.
**PGO-Enabled Wheel Builds**: With this release, we now build wheels with Profile-Guided Optimization (PGO), resulting in performance improvements of up to 20% in various use cases. PGO optimizes the generated machine code based on profiling data collected during test runs, leading to better performance across different scenarios.
**Full Changelog**: https://github.com/ermakov-oleg/serpyco-rs/compare/v1.2.0...v1.3.0