Skip to content

0.350.0

Choose a tag to compare

@appruntimeplatform-bot appruntimeplatform-bot released this 13 Oct 14:26
· 28 commits to develop since this release

0.350.0

Release Date: October 13, 2025

Changes

  • Merge pull request #515 from cloudfoundry/go125-integration - Author: Amelia Downs - SHA: dcfa4d3
  • close more conns for websocket apps - Author: Amelia Downs - SHA: ee357d6
  • fix test for go 1.25 - Author: Amelia Downs - SHA: 21975f5
  • Upgrade golang-1.25-linux (1.25.2) - Author: App Platform Runtime Working Group CI Bot - SHA: 4a23539
  • go 1.25 changed the response when a client doesnt send certs - Author: Amelia Downs - SHA: ef399fe
  • since go 1.25 you have to close both sides of the connection explicitly - Author: Amelia Downs - SHA: 270b1f0

Go Package Updates

  • Bumped go.mod package 'golang.org/x/net' from 'v0.45.0' to 'v0.46.0'
  • Bumped go.mod package 'golang.org/x/tools' from 'v0.37.0' to 'v0.38.0'

Bosh Job Spec changes:

diff --git a/jobs/acceptance_tests/spec b/jobs/acceptance_tests/spec
index 109e7e3f4..4e4a14fd1 100644
--- a/jobs/acceptance_tests/spec
+++ b/jobs/acceptance_tests/spec
@@ -7,7 +7,7 @@ templates:
   bpm.yml.erb: config/bpm.yml
 
 packages:
- - golang-1.24-linux
+ - golang-1.25-linux
  - acceptance_tests
  - rtr
  - cf-cli-8-linux
diff --git a/jobs/smoke_tests/spec b/jobs/smoke_tests/spec
index 1260ab4fa..66dbe5732 100644
--- a/jobs/smoke_tests/spec
+++ b/jobs/smoke_tests/spec
@@ -7,7 +7,7 @@ templates:
   bpm.yml.erb: config/bpm.yml
 
 packages:
- - golang-1.24-linux
+ - golang-1.25-linux
  - acceptance_tests
  - cf-cli-8-linux
 

✨ Built with go 1.25.2

Full Changelog: v0.349.0...v0.350.0

Resources