Releases: cloudfoundry/go-cfclient
Releases · cloudfoundry/go-cfclient
v3.0.0-alpha.17
What's Changed
- Added process monitoring to blue-green deployment
- Add support for Service Broker-provided metadata on Service Instances
Full Changelog: v3.0.0-alpha.16...v3.0.0-alpha.17
v3.0.0-alpha.16
What's Changed
- Apps can be pushed without optionally starting
- Post-deploy, explicitly restart apps that were already running
- Ensure application stops when the stopped flag is set with rolling or blue-green strategy
- Extend process stats object to include some missing fields
- Service plan method names have been normalized (fixed)
Full Changelog: v3.0.0-alpha.15...v3.0.0-alpha.16
v3.0.0-alpha.15
v3.0.0-alpha.14
v3.0.0-alpha.13
What's Changed
- Added support for assertion based auth
- Add support for setting app lifecycle
- Add Options field to Route structure
- Correct ListOptions.CreateAt to ListOptions.CreatedAts
- IncludeSpace string capitalization causes CF-BadQueryParameter
- Updated autogenerated CF errors
- Fix error when fetching parameters for service credentials binding
New Contributors
- @jameshochadel made their first contribution in #473
- @jordigilh made their first contribution in #480
- @ANUGRAHG made their first contribution in #477
- @mogul made their first contribution in #481
Full Changelog: v3.0.0-alpha.12...v3.0.0-alpha.13
v3.0.0-alpha.12
What's Changed
- Add Organization.Suspended as non-pointer bool
- Added user creation via username and origin
- Make username and origin fields for user resource as pointer strings
- Add missing usage summary parameters
New Contributors
Full Changelog: v3.0.0-alpha.11...v3.0.0-alpha.12
v3.0.0-alpha.11
What's Changed
- Add ability to only update droplet metadata only and make the resource consistent with all others
- Add optional image and type to build update for consistency with droplet updates
- bump golang.org/x/oauth2 from 0.27.0 to 0.28.0
Full Changelog: v3.0.0-alpha.10...v3.0.0-alpha.11
v3.0.0-alpha.10
What's Changed
- Add rolling restart to deployment client.
- Add
cpu_entitlementandlog_ratefields toProcessStat. - Add
relationships.current_dropletto app resource. - Add paid services allowed as non-pointer bool.
- Fix issue #437, add verbose errors to various async workflows that poll.
- Fix issue #446, support filtering by date range.
- Fix issue #444, deadline exceeded when renewing oauth tokens.
- Bump go to 1.23
- Bump golang.org/x/oauth2 to 0.27.0
New Contributors
- @laidbackware made their first contribution in #429
- @metskem made their first contribution in #439
- @peterhaochen47 made their first contribution in #442
- @gogolok made their first contribution in #445
Full Changelog: v3.0.0-alpha.9...v3.0.0-alpha.10
v3.0.0-alpha.9
What's Changed
- Fix 426 - remove pseudo C module import
Full Changelog: v3.0.0-alpha.8...v3.0.0-alpha.9
v3.0.0-alpha.8
What's Changed
- Allow to set manifest app instances to 0
- Add CF app readiness checks
- Add query parameters supported by CC 3.165.0 list operations
- Added all fields for stack
- Support parsing of environment variables other than strings
- Return jobGuid on buildpack delete
- Remove omitempty from stack attribute in buildpack
- Make buildpack filename customizable
- Make stack in buildpack pointer
New Contributors
- @robertjsullivan made their first contribution in #425
Full Changelog: v3.0.0-alpha.7...v3.0.0-alpha.8