Releases: vitaly-m/postgis-diesel
Releases · vitaly-m/postgis-diesel
v2.4.1
- Derive Clone, Copy for SQL types #28
v2.4.0
- Add support for generating json schemas using schemars #26
- Remove default features, no 32-col tables by default #27
- Update to diesel 2.2 and replace sql_function with define_sql_function
v2.3.1
- Added ST_Buffer, ST_Segmentize, ST_Subdivide functions #24
v2.3.0
- Support functions with nullable parameters and return type (#21)
v2.2.2
- Distance operators returns double, not bool (#22)
v2.2.0
- SQL mapping for GeometryContainer (#18)
- Support (de-)serialization into GeoJSON (#17)
v2.1.0
- Support topological relationships functions.
- Remove
postgres
dependency.
v2.0.0
- Support Geography type.
- Add points methods now take
IntoIterator
instead of slice.
v1.1.0
- Support distance operators