Skip to content

v0.13.0-alpha

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 14:00
0a89ca3

0.13.0-alpha (2024-01-03)

⚠ BREAKING CHANGES

  • Endpoint specific HTTP cache settings refactored to allow HTTP cache ttl definition (#1043)

Features

Code Refactorings

  • Endpoint specific HTTP cache settings refactored to allow HTTP cache ttl definition (#1043) (2dbfa5f)

Bug Fixes

Dependencies

  • update golang to 1.21.5 (#1082) (a996ce7)
  • update golang.org/x/exp digest to 02704c9 (#1111) (1e18000)
  • update google.golang.org/genproto/googleapis/rpc digest to 50ed04b (#1115) (eda1d2d)
  • update kubernetes packages to v0.29.0 (#1100) (65b3619)
  • update module github.com/envoyproxy/go-control-plane to v0.12.0 (#1117) (7fbb737)
  • update module github.com/go-co-op/gocron/v2 to v2.1.2 (#1116) (13505da)
  • update module github.com/google/uuid to v1.5.0 (#1097) (5273ac8)
  • update module github.com/jellydator/ttlcache/v3 to v3.1.1 (#1102) (90dcc4d)
  • update module github.com/prometheus/client_golang to v1.18.0 (#1112) (57da7ec)
  • update module gocloud.dev to v0.36.0 (#1113) (584d51f)
  • update module google.golang.org/grpc to v1.60.1 (#1105) (329f647)
  • update module google.golang.org/protobuf to v1.32.0 (#1109) (47d7785)

New Contributors