Releases: PDOK/t-rex
Releases · PDOK/t-rex
v0.12.0-pdok-dev.4
- added optional srid to extent parameter of t_rex generate command
v0.12.0-pdok-dev.3
- set content-type on s3 objects
v0.12.0-pdok-dev.2
- improved S3 caches with support for
key_prefix
v0.12.0-pdok-dev.1
- s3 support
v0.11.0-pdok-dev.2
Release based on the master branch commit: t-rex-tileserver/t-rex@a4b2dd2d
v0.11.0-fix-topology-exception.2
correct closing parenthesis st_buffer on output st_makevalid
v0.11.0-fix-topology-exception.1
run ST_Buffer on output ST_SnapToGrid to fix exception occuring in ST…
Fix geometry type mismatch on ST_MakeValid output
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
Release based on the master branch commit: t-rex-tileserver@91f6d3c
Made sslmode explicit for postgres connection.
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.