File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 454454 - ** Dependencies:** Bump STACKIT SDK core module to ` v0.26.0 `
455455 - [ v0.6.0] ( services/vpn/CHANGELOG.md#v060 )
456456 - ** Feature:** Added ` _UNKNOWN_DEFAULT_OPEN_API ` fallback value to all enums to handle unknown API values gracefully.
457+ - [ v0.7.0] ( services/vpn/CHANGELOG.md#v070 )
458+ - ` v1api ` :
459+ - New package which can be used for communication with the STACKIT vpn v1 API
460+ - ` v1beta1api ` & ` v1alpha1api ` :
461+ - ** Bugfix:** Use int64 for ASN fields
462+ - ** Breaking Change:** Renamed gateway methods and model structs to remove the ` VPN ` prefix
457463
458464
459465## Release (2026-04-07)
Original file line number Diff line number Diff line change 1+ ## v0.7.0
2+ - ` v1api ` : New package which can be used for communication with the STACKIT vpn v1 API
3+ - ` v1beta1api ` & ` v1alpha1api ` :
4+ - ** Bugfix:** Use int64 for ASN fields
5+ - ** Breaking Change:** Renamed gateway methods and model structs to remove the ` VPN ` prefix:
6+ - ` CreateVPNGateway ` --> ` CreateGateway `
7+ - ` CreateVPNGatewayPayload ` --> ` CreateGatewayPayload `
8+ - ` DeleteVPNGateway ` --> ` DeleteGateway `
9+ - ` GetVPNGateway ` --> ` GetGateway `
10+ - ` GetVPNGatewayStatus ` --> ` GetGatewayStatus `
11+ - ` ListVPNGateways ` --> ` ListGateways `
12+ - ` UpdateVPNGateway ` --> ` UpdateGateway `
13+ - ` UpdateVPNGatewayPayload ` --> ` UpdateGatewayPayload `
14+
115## v0.6.0
216- ** Feature:** Added ` _UNKNOWN_DEFAULT_OPEN_API ` fallback value to all enums to handle unknown API values gracefully.
317
Original file line number Diff line number Diff line change 1- v0.6 .0
1+ v0.7 .0
You can’t perform that action at this time.
0 commit comments