Features
- porivder/postgis: Add connection config options
application_name
anddefault_transaction_read_only
@iwpnd
Bugs
Maintenance
- CI Fixes: Dockerhub login. Upgrade Go to 1.21.3 (@ARolek )
- Upgrade go-spatial/geom to latest (@jchamberlain)
- Reduce precision to 8 places for query tokens (including BBOX) so that tests pass (@jchamberlain)
- ci: Add govulncheck job. Update actions with deprecation warnings @ARolek
- bump github.com/aws/aws-sdk-go from 1.27.0 to 1.34.0 @dependabot
- bump golang.org/x/net from 0.5.0 to 0.17.0 @dependabot
- bump golang.org/x/crypto from 0.5.0 to 0.17.0 @dependabot
- bump google.golang.org/grpc from 1.50.1 to 1.56. @dependabot
- Bump Go version to 1.21.8 @ARolek
- bump github.com/jackc/pgx/v4 from 4.14.1 to 4.18.2 @dependabot
- refactor: deprecate non uri connection for PostGIS providers @iwpnd
- Bump golang.org/x/net to v0.22.0 @ARolek
Breaking Changes
- In this release individual PostGIS connection params (i.e.
host
,ports
,user
, etc.) have been removed. Individual connection params have been deprecated for a few versions and a connection string (uri
) should be used instead. Documentation can be found inprovider/postgis
andmvtprovider/postigs
.