Skip to content

Release (2025-07-21)

Latest
Compare
Choose a tag to compare
@rubenhoenle rubenhoenle released this 21 Jul 15:16
· 3 commits to main since this release
7291019

Highlights

  • alb: v0.6.0
    • Feature: Add new LoadBalancerSecurityGroup field to CreateLoadBalancerPayload, LoadBalancer, and UpdateLoadBalancerPayload models
  • ske: v1.1.0
    • Breaking Change: ClusterError.Code field is now a string type instead of an enum. The field no longer validates against predefined enum values and accepts any string value.
  • mongodbflex: v1.5.0
    • Breaking Change: Renamed GetInstanceResponse to InstanceResponse. This affects the return type of the GetInstance method.
  • mongodbflex: v1.4.0
    • Breaking Change: The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
  • loadbalancer: v1.5.0
    • Feature: Add new LoadBalancerSecurityGroup field to CreateLoadBalancerPayload, LoadBalancer, and UpdateLoadBalancerPayload models
  • observability: v0.9.0
    • Feature: Add new API methods for logs configuration management: GetLogsConfigs and UpdateLogsConfigs
    • Feature: Add new API methods for traces configuration management: GetTracesConfigs and UpdateTracesConfigs
    • Feature: Add new models for configuration management: LogsConfig, LogsConfigResponse, TraceConfig, TracesConfigResponse, UpdateLogsConfigsPayload, and UpdateTracesConfigsPayload

What's Changed

Full Changelog: release-2025-06-16...release-2025-07-21