v0.6.2
Changes for extra types.
- PyUUID extra type is removed, it's possible to use UUID python type directly in parameters.
- We support FLOAT4 and FLOAT8 in PostgreSQL, in previous releases we supported only Float4.
If you want to add FLOAT8 to the PostgreSQL table, use Float64 type from extra types.
What's Changed
- Removed unnecessary extra types (PyUUID removed) by @chandr-andr in #48
- Added support for FLOAT4/FLOAT8 in PostgreSQL by @chandr-andr in #49
Full Changelog: 0.6.1...0.6.2