Skip to content

Releases: vitaly-m/postgis-diesel

v2.4.1

21 Jul 15:51
Compare
Choose a tag to compare
  1. Derive Clone, Copy for SQL types #28

v2.4.0

16 Jun 17:59
Compare
Choose a tag to compare
  1. Add support for generating json schemas using schemars #26
  2. Remove default features, no 32-col tables by default #27
  3. Update to diesel 2.2 and replace sql_function with define_sql_function

v2.3.1

06 Apr 15:50
3557c14
Compare
Choose a tag to compare
  1. Added ST_Buffer, ST_Segmentize, ST_Subdivide functions #24

v2.3.0

07 Jan 18:05
53988fb
Compare
Choose a tag to compare
  1. Support functions with nullable parameters and return type (#21)

v2.2.2

03 Jan 07:13
Compare
Choose a tag to compare
  1. Distance operators returns double, not bool (#22)

v2.2.1

16 Jul 12:31
Compare
Choose a tag to compare
  1. Support ST_DWithin (#19)

v2.2.0

09 Jul 16:17
a970a45
Compare
Choose a tag to compare
  1. SQL mapping for GeometryContainer (#18)
  2. Support (de-)serialization into GeoJSON (#17)

v2.1.0

27 Jan 19:17
7711229
Compare
Choose a tag to compare
  1. Support topological relationships functions.
  2. Remove postgres dependency.

v2.0.0

18 Dec 12:57
Compare
Choose a tag to compare
  1. Support Geography type.
  2. Add points methods now take IntoIterator instead of slice.

v1.1.0

23 Oct 18:09
Compare
Choose a tag to compare
  1. Support distance operators