New Features
**Added Flag for Serializer**: We've introduced a new flag for the serializer called `naive_datetime_to_utc`. When enabled, this flag ensures that naive datetimes are converted to UTC time zone during serialization. This feature provides greater control over datetime handling and helps maintain consistency in data representation.
Performance Improvements
**Accelerated Serialization of Date/Time/Datetime Types**: In this release, we've significantly accelerated the serialization process for date, time, and datetime types. The serialization speed for these types has been improved by approximately 2 times, resulting in faster data processing and improved efficiency.
---
**Full Changelog**: https://github.com/ermakov-oleg/serpyco-rs/compare/v1.5.0...v1.6.0