Skip to content

Releases: PDOK/t-rex

v0.12.0-pdok-dev.4

16 Feb 13:09
Compare
Choose a tag to compare
  • added optional srid to extent parameter of t_rex generate command

v0.12.0-pdok-dev.3

12 Jan 10:51
c7bdf06
Compare
Choose a tag to compare
  • set content-type on s3 objects

v0.12.0-pdok-dev.2

12 Jan 08:41
Compare
Choose a tag to compare
  • improved S3 caches with support for key_prefix

v0.12.0-pdok-dev.1

08 Jan 08:19
Compare
Choose a tag to compare
  • s3 support

v0.11.0-pdok-dev.2

08 Dec 15:02
Compare
Choose a tag to compare

Release based on the master branch commit: t-rex-tileserver/t-rex@a4b2dd2d

v0.11.0-fix-topology-exception.2

27 Oct 09:54
Compare
Choose a tag to compare
Pre-release
correct closing parenthesis st_buffer on output st_makevalid

v0.11.0-fix-topology-exception.1

27 Oct 08:28
Compare
Choose a tag to compare
Pre-release
run ST_Buffer on output ST_SnapToGrid to fix exception occuring in ST…

Fix geometry type mismatch on ST_MakeValid output

22 Oct 15:16
f1303d3
Compare
Choose a tag to compare
Merge pull request #2 from PDOK/fix-geom-type-mismatch

fix geometry type mismatch on output of ST_MakeValid

v0.11.0-pdok-dev.1

01 Dec 09:36
Compare
Choose a tag to compare

Release based on the master branch commit: t-rex-tileserver@91f6d3c

Made sslmode explicit for postgres connection.

21 Sep 13:56
Compare
Choose a tag to compare
Fix for TLS mode required in for example Azure Postgresql databases.

The TLS mode error message did not match with the error from the database, so TLS mode was never triggered. Fixed by adding 'SSL connection is required' to the error messages.

Because of the backoff algorithm the connection with TLS took about 30 seconds more. (30 seconds of failing to setup a non TLS connection before trying to connect with TLS). By accepting the sslmode=require parameter in the connection string this 30 seconds is skipped and TLS is immediately tried.