Releases: p-fruck/python-contabo
Releases · p-fruck/python-contabo
v2.0.0
Breaking changes
Since OpenAPI Generator v7.0.0 the python client has been refactored to using pydantic
What's Changed
- API-Update: Remove TicketMetadata, add AssignedTag endpoints by @github-actions in #227
- Update generator to v7.5.0 (BREAKING) by @p-fruck in #228
- prepare v2.0.0 by @p-fruck in #229
Full Changelog: v1.12.0...v2.0.0
v1.12.0
What's Changed
- API-Update: Add Application endpoints by @github-actions in #217
- API-Update: Add
product_name
toInstanceResponse
by @github-actions in #219 - docs(instancesApi): Remove VPS XS by @github-actions in #220
- API-Update: Add TicketAPI endpoints by @github-actions in #223
- API-Update(Instances): Remove
vnc_enabled
, add vhost number and name attributes by @github-actions in #226
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- API-Update: Update instance SSD size documentation by @github-actions in #108
- API-Update: Add Australia as a region by @github-actions in #109
- API-Update: Add DataProcessingAgreement (DPA) endpoints by @github-actions in #110
- API-Update: Add service_display_name attribute to DPA response by @github-actions in #112
- API-Update: Add action attribute to DPA by @github-actions in #113
- API-Update: Update Credential and ObjectStorage endpoints by @github-actions in #114
- API-Update: Ditch Zerops API by @github-actions in #115
- API-Update: Renamed Snapshot API endpoints by @github-actions in #116
- API-Update: Add subscription related API endpoints by @github-actions in #117
- API-Update: Add IP config by @github-actions in #118
- Cleanup: Remove unused models, fix typos by @github-actions in #119
- API-Update: Update docs by @github-actions in #120
- API-Update: Remove old Ip docs, add pagination to Audits by @github-actions in #121
- API-Update: by @github-actions in #123
- API-Update: Remove ListInstancesResponsePagination by @github-actions in #124
- API-Update: Renamed User pagination to Instance pagination by @github-actions in #125
- API-Update: Add VNC API by @github-actions in #126
- API-Update: Removed VNC API for whatever reason by @github-actions in #127
- API-Update: Add pending_payment value to InstanceStatus by @github-actions in #128
- API-Update: Renamed instances to user response by @github-actions in #129
- API-Update: Revert last PR by @github-actions in #130
- API-Update: Messed up IpConfig name again by @github-actions in #132
- API-Update: Sort license values alphabetically by @github-actions in #133
- API-Update: Add region and datacenter to PrivateNetworksAPI by @github-actions in #134
- API-Update: Change name of List{Instance,User}Response, Tag and IpConfig by @github-actions in #136
- API-Update: Update documentation for instance image_id and region by @github-actions in #150
- API-Update: Add allowed values for ObjectStorage responses by @github-actions in #151
- API-Update: Rename UserResponse to InstanceResponse by @github-actions in #152
- API-Update: Update documentation by @github-actions in #153
- API-Update: Replace DatacenterCapabilities with string type by @github-actions in #158
- API-Update: Replacing UserResponse with InstancesResponse (again) by @github-actions in #173
- API-Update: Add order_processing attribute to InstanceStatus by @github-actions in #175
- API-Update: Add AddOnQuantityRequest by @github-actions in #177
- API-Update: Rename docs once again by @github-actions in #179
- API-Update: Fixed TagResponse1 typo again by @github-actions in #182
- API-Update: Rename TagResponse1 to TagResponse again by @github-actions in #185
- API-Update: Change TagResponse name in docs by @github-actions in #186
- API-Update: Add docs for VPS XS SSD by @github-actions in #215
- Bump version to 1.11.0 by @github-actions in #216
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- API-Update: add status and add_on_ids to InstancesApi by @github-actions in #38
- API-Update: Add display_name and PATCH-Endpoint to InstancesApi by @github-actions in #39
- API-Update: Update Instance product_id description by @github-actions in #40
- API-Update: OpenAPI generator update by @github-actions in #41
- API-Update: Add auth_settings override for single request by @github-actions in #42
- API-Update: Renamed
virtual-private-cloud
toprivate-network
by @github-actions in #43 - API-Update: Add InstanceShutdown by @github-actions in #44
- API-Update: Remove shutdown_action tests by @github-actions in #45
- API-Update: Enhance error message by @github-actions in #46
- API-Update: add package name to setup instructions by @github-actions in #47
- API-Update: Add upgrade_instance functionality by @github-actions in #48
- API-Update: Remove unused test files by @github-actions in #49
- API-Update: OpenAPI generator fix by @github-actions in #50
- API-Update: Update region by @github-actions in #51
- OpenAPI generator formatting change by @github-actions in #53
- OpenAPI generator: Adapt cookie header by @github-actions in #54
- API-Update: Add instance_ids to PrivateNetworksApi by @github-actions in #55
- API-Update: Added time filtering and updated documentation by @github-actions in #56
- API-Update: Update allowed values for Instances model by @github-actions in #57
- API-Update: Add product_types (ssd, hdd, nvme) to InstancesApi by @github-actions in #58
- API-Update: Add response links to API resources by @github-actions in #59
- Cleanup: Remove unused testfile references by @github-actions in #60
- API-Update: Add customer endpoints by @github-actions in #61
- Cleanup: Remove unused testfile references by @github-actions in #62
- OpenAPI Generator: Update example API usage by @github-actions in #64
- API-Update: Add invoice and payment endpoints by @github-actions in #65
- Cleanup: Remove unused testfile references by @github-actions in #66
- OpenAPI Generator: Use latest-release version of openapi-generator image by @github-actions in #67
- API-Update: Add Zerops API endpoints by @github-actions in #68
- Cleanup: Remove unused testfile references by @github-actions in #69
- API-Update: Add DatacenterCapabilities API endpoint by @github-actions in #70
- Cleanup: Remove unused testfile references by @github-actions in #71
- API-Update: Add VIP and IPv6 endpoints by @github-actions in #72
- Cleanup: Remove unused testfile references by @github-actions in #73
- API-Update: Add firewall API endpoints by @github-actions in #74
- Cleanup: Remove unused testfile references by @github-actions in #75
- API-Update: Reduce IPv6 endpoints and add default firewall endpoint by @github-actions in #77
- [DUPLICATE] API-Update: Reduce IPv6 endpoints and add default firewall endpoint by @github-actions in #76
- Cleanup: Remove unused testfile references by @github-actions in #79
- API-Update: Add additional IP and firewall updates by @github-actions in #80
- Cleanup: Remove unused testfile references by @github-actions in #81
- API-Update: Add PresetRules API endpoint by @github-actions in #82
- Cleanup: Remove unused testfile references by @github-actions in #83
- API-Update: Add responses to assign and unassign firewall instances by @github-actions in #84
- Cleanup: Remove unused testfile references by @github-actions in #85
- API-Update: Fix port declaration and add customer_id to FirewallsApi by @github-actions in #86
- API-Update: Update data center name by @github-actions in #87
- API-Update: Add firewall rules by @github-actions in #88
- Cleanup: Remove unused testfile references by @github-actions in #89
- API-Update: Add EMPTY firewall rule model by @github-actions in #90
- API-Update: Add is_default parameter to firewall by @github-actions in #91
- API-Update: Add InstanceStatus by @github-actions in #92
- Cleanup: Remove unused testfile references by @github-actions in #93
- API-Update: Add pagination to PresetRulesApi by @github-actions in #94
- API-Update: Enhance documentation by @github-actions in #96
- API-Update: Add endpoints to manage VIPs by @github-actions in #97
- Cleanup: Remove unused testfile references by @github-actions in #98
- API-Update: Add Firewall Update Request by @github-actions in #99
- Cleanup: Remove unused testfile references by @github-actions in #100
- API-Update: Enhace instance region by @github-actions in #102
- Generator: Update to 6.1.1 by @github-actions in #103
- OpenAPI Generator: use stable version instead of snapshot by @github-actions in #104
- Fix generator by @p-fruck in #105
- prepare v1.10.0 by @p-fruck in #106
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- Client-Update: Auto generate default filename by @github-actions in #35
- API-Update: add region property to object storage by @github-actions in #36
- API-Update: Additions to Private Network API by @github-actions in #37
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- API-Update: Switch content type by @github-actions in #33
- API-Update: Add private network API by @github-actions in #34
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- API-Update: Moved object_storage to UsersApi by @github-actions in #27
- API-Update: Fixed typos by @github-actions in #28
- API-Update: Added capabilities to datacenter response by @github-actions in #29
- API-Update: Update content type handling by @github-actions in #30
- API-Update: Switch method to PUT for reinstall_instance action by @github-actions in #31
Full Changelog: v1.6.0...v1.7.0
v1.6.0 [breaking]
What's Changed
- API-Update: add ObjectStoragesApi by @github-actions in #25
- [BREAKING] Migrate to openapi generator by @p-fruck in #26
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Bump Swagger Codegen by @github-actions in #18
- API-Update: Update Contabo URL by @github-actions in #23
- API-Update: Add object store credentials by @github-actions in #24
Full Changelog: v1.4.3...v1.5.0
v1.4.3
What's Changed
- API-Update: Added
INSTALLED
state toinstance_status
by @github-actions in #17
Full Changelog: v1.4.2...v1.4.3