changelog/2.0.0-rc.34.md
(since 2.0.0-rc.32)
Arrow / Parquet support (#2957)
sea-orm-arrow into a dedicated crateArrowSchema, DeriveArrowSchema for entity-to-Arrow conversionActiveModel::from_arrow for creating ActiveModels from Arrow arrayssea-orm-syncDeriveValueType: try_from_u64 (#2958)
DeriveValueType now derives TryFromU64 for custom value types.
Derive Clone for topologies (#2954)
Topology types can now derive Clone.
preserve-user-modifications experimental flag (#2964)
Added experimental preserve-user-modifications option for schema sync; default is false.
Optional sea-schema
sea-schema can be optional in some configurations.
Don't create redundant unique indexes (#2950)
Fixed creation of redundant unique indexes on PostgreSQL and SQLite when a column is already unique. Fixes #2873.
Typo: "exsiting" → "existing" (#2956)
sea-orm-arrow; upgraded to Arrow 57; removed direct Arrow dependencyDeriveValueType (#2958)sea-orm-sync