Skip to content

Releases: cloudfoundry/routing-api

0.2.0

19 Jun 16:52

Choose a tag to compare

Update go.mod dependencies

--------

index 00b7fa4..51a1927 100644
 	code.cloudfoundry.org/eventhub v0.77.0
 	code.cloudfoundry.org/go-loggregator/v9 v9.2.1
 	code.cloudfoundry.org/lager/v3 v3.74.0
-	code.cloudfoundry.org/locket v1.0.0
+	code.cloudfoundry.org/locket v1.2.0
 	code.cloudfoundry.org/tlsconfig v0.60.0
-	github.com/cactus/go-statsd-client v0.0.0-00010101000000-000000000000
+	github.com/cactus/go-statsd-client v3.2.1+incompatible
 	github.com/cloudfoundry-community/go-uaa v0.4.0
 	github.com/cloudfoundry/dropsonde v1.1.0
 	github.com/go-sql-driver/mysql v1.10.0

0.1.0

19 Jun 16:42

Choose a tag to compare

feat: make routing-api a standalone Go module

- Add go.mod/go.sum with replace directive pinning locket to
  v0.0.0-20260602143356-23bea5865010 (matches routing-release workspace)
- Remove circular deps on cf-routing-test-helpers/tls and
  cf-tcp-router/utils; add standalone test_helpers/tls package
- Add scripts/test-in-docker.bash, create-docker-container.bash,
  scripts/docker/test.bash for local CI-equivalent testing
- Fix all 57 staticcheck violations (ST1001/ST1005/ST1008/ST1012):
  dot imports removed, error strings lowercased, ErrFoo naming,
  error moved to last return position
- Fix all test assertions to match lowercased error strings
- Fix postgres docker setup: use DB-type-aware user/password defaults

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

0.0.0

19 Jun 16:41

Choose a tag to compare

feat: make routing-api a standalone Go module

- Add go.mod/go.sum with replace directive pinning locket to
  v0.0.0-20260602143356-23bea5865010 (matches routing-release workspace)
- Remove circular deps on cf-routing-test-helpers/tls and
  cf-tcp-router/utils; add standalone test_helpers/tls package
- Add scripts/test-in-docker.bash, create-docker-container.bash,
  scripts/docker/test.bash for local CI-equivalent testing
- Fix all 57 staticcheck violations (ST1001/ST1005/ST1008/ST1012):
  dot imports removed, error strings lowercased, ErrFoo naming,
  error moved to last return position
- Fix all test assertions to match lowercased error strings
- Fix postgres docker setup: use DB-type-aware user/password defaults

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>