Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jan 17:48
· 29 commits to main since this release
89ca4c6

Highlights

New ability to optionally turn on hot reloading of configuration when supplying it via file. Avoids downtime to add new layers to the server but limitations apply.

Nearly every dependency has been updated short of the required version of go.

What's Changed

Features

  • Add provider to composite MVT layers into a single tile by @Michad in #339
  • Support Configuration Hot Reloading by @Michad in #346

Fixes

  • Improve PR metrics comments by @Michad in #347
  • Correct wrong decimal comparison bash syntax by @Michad in #348
  • Update feature list in docs by @Michad in #349
  • Speed up make readme by @Michad in #350
  • Explicitly disable telemetry by default to help flaky test by @Michad in #368

Dependencies

  • bump cloud.google.com/go/compute/metadata from v0.3.0 to v0.6.0
  • bump cloud.google.com/go/firestore from v1.15.0 to v1.17.0
  • bump cloud.google.com/go/longrunning from v0.5.5 to v0.6.3
  • bump cloud.google.com/go from v0.112.1 to v0.117.0
  • bump github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream from v1.6.5 to v1.6.7
  • bump github.com/aws/aws-sdk-go-v2/config from v1.27.43 to v1.28.7
  • bump github.com/aws/aws-sdk-go-v2/credentials from v1.17.41 to v1.17.48
  • bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from v1.16.17 to v1.16.22
  • bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from v1.17.25 to v1.17.45
  • bump github.com/aws/aws-sdk-go-v2/internal/configsources from v1.3.21 to v1.3.26
  • bump github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 from v2.6.21 to v2.6.26
  • bump github.com/aws/aws-sdk-go-v2/internal/v4a from v1.3.18 to v1.3.26
  • bump github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding from v1.12.0 to v1.12.1
  • bump github.com/aws/aws-sdk-go-v2/service/internal/checksum from v1.3.20 to v1.4.7
  • bump github.com/aws/aws-sdk-go-v2/service/internal/presigned-url from v1.12.2 to v1.12.7
  • bump github.com/aws/aws-sdk-go-v2/service/internal/s3shared from v1.17.18 to v1.18.7
  • bump github.com/aws/aws-sdk-go-v2/service/s3 from v1.63.3 to v1.72.0
  • bump github.com/aws/aws-sdk-go-v2/service/secretsmanager from v1.34.0 to v1.34.8
  • bump github.com/aws/aws-sdk-go-v2/service/ssooidc from v1.28.2 to v1.28.7
  • bump github.com/aws/aws-sdk-go-v2/service/sso from v1.24.2 to v1.24.8
  • bump github.com/aws/aws-sdk-go-v2/service/sts from v1.32.2 to v1.33.3
  • bump github.com/aws/aws-sdk-go-v2 from v1.32.2 to v1.32.7
  • bump github.com/aws/smithy-go from v1.22.0 to v1.22.1
  • bump github.com/coreos/go-semver from v0.3.0 to v0.3.1
  • bump github.com/cpuguy83/dockercfg from v0.3.1 to v0.3.2
  • bump github.com/fatih/color from v1.14.1 to v1.18.0
  • bump github.com/fsnotify/fsnotify from v1.7.0 to v1.8.0
  • bump github.com/gammazero/deque from v0.2.1 to v1.0.0
  • bump github.com/golang/groupcache from v0.0.0-20210331224755-41bb18bfe9da to v0.0.020241129210726-2c02b8208cf8
  • bump github.com/googleapis/enterprise-certificate-proxy from v0.3.2 to v0.3.4
  • bump github.com/googleapis/gax-go/v2 from v2.12.3 to v2.14.1
  • bump github.com/google/s2a-go from v0.1.7 to v0.1.8
  • bump github.com/grpc-ecosystem/grpc-gateway/v2 from v2.22.0 to v2.25.1
  • bump github.com/hashicorp/consul/api from v1.28.2 to v1.30.0
  • bump github.com/hashicorp/go-hclog from v1.5.0 to v1.6.3
  • bump github.com/hashicorp/golang-lru from v0.5.4 to v1.0.2
  • bump github.com/jackc/pgx/v5 from v5.7.1 to v5.7.2
  • bump github.com/klauspost/compress from v1.17.8 to v1.17.11
  • bump github.com/magiconair/properties from v1.8.7 to v1.8.9
  • bump github.com/mattn/go-isatty from v0.0.17 to v0.0.20
  • bump github.com/maypok86/otter from v1.2.2 to v1.2.4
  • bump github.com/nats-io/nats.go from v1.34.0 to v1.38.0
  • bump github.com/nats-io/nkeys from v0.4.7 to v0.4.9
  • bump github.com/pelletier/go-toml/v2 from v2.2.2 to v2.2.3
  • bump github.com/redis/go-redis/v9 from v9.6.1 to v9.7.0
  • bump github.com/sagikazarmark/crypt from v0.19.0 to v0.27.0
  • bump github.com/spf13/cast from v1.6.0 to v1.7.1
  • bump github.com/stretchr/testify from v1.9.0 to v1.10.0
  • bump github.com/testcontainers/testcontainers-go from v0.33.0 to v0.34.0
  • bump go.etcd.io/etcd/api/v3 from v3.5.16 to v3.5.17
  • bump go.etcd.io/etcd/client/pkg/v3 from v3.5.16 to v3.5.17
  • bump go.etcd.io/etcd/client/v2 from v2.305.12 to v2.305.17
  • bump go.etcd.io/etcd/client/v3 from v3.5.16 to v3.5.17
  • bump golang.org/x/crypto from v0.27.0 to v0.31.0
  • bump golang.org/x/exp from v0.0.0-20240604190554-fc45aab8b7f8 to v0.0.020241217172543-b2144cdd0a67
  • bump golang.org/x/net from v0.29.0 to v0.33.0
  • bump golang.org/x/oauth2 from v0.22.0 to v0.24.0
  • bump golang.org/x/sync from v0.8.0 to v0.10.0
  • bump golang.org/x/sys from v0.25.0 to v0.28.0
  • bump golang.org/x/text from v0.18.0 to v0.21.0
  • bump golang.org/x/time from v0.5.0 to v0.8.0
  • bump google.golang.org/api from v0.171.0 to v0.214.0
  • bump google.golang.org/genproto/googleapis/api from v0.0.0-20240903143218-8af14fe29dc1 to v0.0.020241219192143-6b3ec007d9bb
  • bump google.golang.org/genproto/googleapis/rpc from v0.0.0-20240903143218-8af14fe29dc1 to v0.0.020241219192143-6b3ec007d9bb
  • bump google.golang.org/genproto from v0.0.0-20240213162025-012b6fc9bca9 to v0.0.020241219192143-6b3ec007d9bb
  • bump google.golang.org/grpc from v1.66.1 to v1.69.2
  • bump google.golang.org/protobuf from v1.34.2 to v1.36.0
  • bump go.opencensus.io from v0.24.0 to v1.1.0
  • bump go.opentelemetry.io/contrib/bridges/otelslog from v0.5.0 to v0.8.0
  • bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from v0.49.0 to v0.58.0
  • bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from v0.55.0 to v0.58.0
  • bump go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp from v0.6.0 to v0.9.0
  • bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from v1.30.0 to v1.33.0
  • bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from v1.30.0 to v1.33.0
  • bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from v1.30.0 to v1.33.0
  • bump go.opentelemetry.io/otel/log from v0.6.0 to v0.9.0
  • bump go.opentelemetry.io/otel/metric from v1.31.0 to v1.33.0
  • bump go.opentelemetry.io/otel/sdk/log from v0.6.0 to v0.9.0
  • bump go.opentelemetry.io/otel/sdk/metric from v1.30.0 to v1.33.0
  • bump go.opentelemetry.io/otel/sdk from v1.30.0 to v1.33.0
  • bump go.opentelemetry.io/otel/trace from v1.31.0 to v1.33.0
  • bump go.opentelemetry.io/otel from v1.31.0 to v1.33.0
  • bump go.opentelemetry.io/proto/otlp from v1.3.1 to v1.4.0
  • bump go.uber.org/zap from v1.21.0 to v1.27.0
  • bump k8s.io/utils from v0.0.0-20240502163921-fe8a2dddb1d0 to v0.0.020241210054802-24370beab758

Full Changelog: v0.8.0...v0.9.0