File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 457457 - [ v0.6.0] ( services/vpn/CHANGELOG.md#v060 )
458458 - ** Feature:** Added ` _UNKNOWN_DEFAULT_OPEN_API ` fallback value to all enums to handle unknown API values gracefully.
459459 - [ v0.7.0] ( services/vpn/CHANGELOG.md#v070 )
460- - ` v1api ` :
461- - New package which can be used for communication with the STACKIT vpn v1 API
462- - ` v1beta1api ` & ` v1alpha1api ` :
463- - ** Bugfix:** Use int64 for ASN fields
464- - ** Breaking Change:** Renamed gateway methods and model structs to remove the ` VPN ` prefix
465-
460+ - ` v1api ` : New package which can be used for communication with the STACKIT vpn v1 API
461+ - ` v1beta1api ` : Align package to latest API specification
462+ - ` v1alpha1api ` : Align package to latest API specification
466463
467464## Release (2026-04-07)
468465- ` alb ` : [ v0.13.1] ( services/alb/CHANGELOG.md#v0131 )
Original file line number Diff line number Diff line change 11## v0.7.0
22- ` 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 `
3+ - ` v1beta1api ` : Align package to latest API specification
4+ - ` v1alpha1api ` : Align package to latest API specification
145
156## v0.6.0
167- ** Feature:** Added ` _UNKNOWN_DEFAULT_OPEN_API ` fallback value to all enums to handle unknown API values gracefully.
You can’t perform that action at this time.
0 commit comments