Pfruck-contabo

Latest version: v2.0.0

Safety actively analyzes 623126 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

2.0.0

Breaking changes

Since [OpenAPI Generator v7.0.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/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 https://github.com/p-fruck/python-contabo/pull/227
* Update generator to v7.5.0 (BREAKING) by p-fruck in https://github.com/p-fruck/python-contabo/pull/228
* prepare v2.0.0 by p-fruck in https://github.com/p-fruck/python-contabo/pull/229


**Full Changelog**: https://github.com/p-fruck/python-contabo/compare/v1.12.0...v2.0.0

1.12.0

What's Changed
* API-Update: Add Application endpoints by github-actions in https://github.com/p-fruck/python-contabo/pull/217
* API-Update: Add `product_name` to `InstanceResponse` by github-actions in https://github.com/p-fruck/python-contabo/pull/219
* docs(instancesApi): Remove VPS XS by github-actions in https://github.com/p-fruck/python-contabo/pull/220
* API-Update: Add TicketAPI endpoints by github-actions in https://github.com/p-fruck/python-contabo/pull/223
* API-Update(Instances): Remove `vnc_enabled`, add vhost number and name attributes by github-actions in https://github.com/p-fruck/python-contabo/pull/226


**Full Changelog**: https://github.com/p-fruck/python-contabo/compare/v1.11.0...v1.12.0

1.11.0

What's Changed
* API-Update: Update instance SSD size documentation by github-actions in https://github.com/p-fruck/python-contabo/pull/108
* API-Update: Add Australia as a region by github-actions in https://github.com/p-fruck/python-contabo/pull/109
* API-Update: Add DataProcessingAgreement (DPA) endpoints by github-actions in https://github.com/p-fruck/python-contabo/pull/110
* API-Update: Add service_display_name attribute to DPA response by github-actions in https://github.com/p-fruck/python-contabo/pull/112
* API-Update: Add action attribute to DPA by github-actions in https://github.com/p-fruck/python-contabo/pull/113
* API-Update: Update Credential and ObjectStorage endpoints by github-actions in https://github.com/p-fruck/python-contabo/pull/114
* API-Update: Ditch Zerops API by github-actions in https://github.com/p-fruck/python-contabo/pull/115
* API-Update: Renamed Snapshot API endpoints by github-actions in https://github.com/p-fruck/python-contabo/pull/116
* API-Update: Add subscription related API endpoints by github-actions in https://github.com/p-fruck/python-contabo/pull/117
* API-Update: Add IP config by github-actions in https://github.com/p-fruck/python-contabo/pull/118
* Cleanup: Remove unused models, fix typos by github-actions in https://github.com/p-fruck/python-contabo/pull/119
* API-Update: Update docs by github-actions in https://github.com/p-fruck/python-contabo/pull/120
* API-Update: Remove old Ip docs, add pagination to Audits by github-actions in https://github.com/p-fruck/python-contabo/pull/121
* API-Update: <Short description goes here> by github-actions in https://github.com/p-fruck/python-contabo/pull/123
* API-Update: Remove ListInstancesResponsePagination by github-actions in https://github.com/p-fruck/python-contabo/pull/124
* API-Update: Renamed User pagination to Instance pagination by github-actions in https://github.com/p-fruck/python-contabo/pull/125
* API-Update: Add VNC API by github-actions in https://github.com/p-fruck/python-contabo/pull/126
* API-Update: Removed VNC API for whatever reason by github-actions in https://github.com/p-fruck/python-contabo/pull/127
* API-Update: Add pending_payment value to InstanceStatus by github-actions in https://github.com/p-fruck/python-contabo/pull/128
* API-Update: Renamed instances to user response by github-actions in https://github.com/p-fruck/python-contabo/pull/129
* API-Update: Revert last PR by github-actions in https://github.com/p-fruck/python-contabo/pull/130
* API-Update: Messed up IpConfig name again by github-actions in https://github.com/p-fruck/python-contabo/pull/132
* API-Update: Sort license values alphabetically by github-actions in https://github.com/p-fruck/python-contabo/pull/133
* API-Update: Add region and datacenter to PrivateNetworksAPI by github-actions in https://github.com/p-fruck/python-contabo/pull/134
* API-Update: Change name of List{Instance,User}Response, Tag and IpConfig by github-actions in https://github.com/p-fruck/python-contabo/pull/136
* API-Update: Update documentation for instance image_id and region by github-actions in https://github.com/p-fruck/python-contabo/pull/150
* API-Update: Add allowed values for ObjectStorage responses by github-actions in https://github.com/p-fruck/python-contabo/pull/151
* API-Update: Rename UserResponse to InstanceResponse by github-actions in https://github.com/p-fruck/python-contabo/pull/152
* API-Update: Update documentation by github-actions in https://github.com/p-fruck/python-contabo/pull/153
* API-Update: Replace DatacenterCapabilities with string type by github-actions in https://github.com/p-fruck/python-contabo/pull/158
* API-Update: Replacing UserResponse with InstancesResponse (again) by github-actions in https://github.com/p-fruck/python-contabo/pull/173
* API-Update: Add order_processing attribute to InstanceStatus by github-actions in https://github.com/p-fruck/python-contabo/pull/175
* API-Update: Add AddOnQuantityRequest by github-actions in https://github.com/p-fruck/python-contabo/pull/177
* API-Update: Rename docs once again by github-actions in https://github.com/p-fruck/python-contabo/pull/179
* API-Update: Fixed TagResponse1 typo again by github-actions in https://github.com/p-fruck/python-contabo/pull/182
* API-Update: Rename TagResponse1 to TagResponse again by github-actions in https://github.com/p-fruck/python-contabo/pull/185
* API-Update: Change TagResponse name in docs by github-actions in https://github.com/p-fruck/python-contabo/pull/186
* API-Update: Add docs for VPS XS SSD by github-actions in https://github.com/p-fruck/python-contabo/pull/215
* Bump version to 1.11.0 by github-actions in https://github.com/p-fruck/python-contabo/pull/216


**Full Changelog**: https://github.com/p-fruck/python-contabo/compare/v1.10.0...v1.11.0

1.10.0

What's Changed
* API-Update: add status and add_on_ids to InstancesApi by github-actions in https://github.com/p-fruck/python-contabo/pull/38
* API-Update: Add display_name and PATCH-Endpoint to InstancesApi by github-actions in https://github.com/p-fruck/python-contabo/pull/39
* API-Update: Update Instance product_id description by github-actions in https://github.com/p-fruck/python-contabo/pull/40
* API-Update: OpenAPI generator update by github-actions in https://github.com/p-fruck/python-contabo/pull/41
* API-Update: Add auth_settings override for single request by github-actions in https://github.com/p-fruck/python-contabo/pull/42
* API-Update: Renamed `virtual-private-cloud` to `private-network` by github-actions in https://github.com/p-fruck/python-contabo/pull/43
* API-Update: Add InstanceShutdown by github-actions in https://github.com/p-fruck/python-contabo/pull/44
* API-Update: Remove shutdown_action tests by github-actions in https://github.com/p-fruck/python-contabo/pull/45
* API-Update: Enhance error message by github-actions in https://github.com/p-fruck/python-contabo/pull/46
* API-Update: add package name to setup instructions by github-actions in https://github.com/p-fruck/python-contabo/pull/47
* API-Update: Add upgrade_instance functionality by github-actions in https://github.com/p-fruck/python-contabo/pull/48
* API-Update: Remove unused test files by github-actions in https://github.com/p-fruck/python-contabo/pull/49
* API-Update: OpenAPI generator fix by github-actions in https://github.com/p-fruck/python-contabo/pull/50
* API-Update: Update region by github-actions in https://github.com/p-fruck/python-contabo/pull/51
* OpenAPI generator formatting change by github-actions in https://github.com/p-fruck/python-contabo/pull/53
* OpenAPI generator: Adapt cookie header by github-actions in https://github.com/p-fruck/python-contabo/pull/54
* API-Update: Add instance_ids to PrivateNetworksApi by github-actions in https://github.com/p-fruck/python-contabo/pull/55
* API-Update: Added time filtering and updated documentation by github-actions in https://github.com/p-fruck/python-contabo/pull/56
* API-Update: Update allowed values for Instances model by github-actions in https://github.com/p-fruck/python-contabo/pull/57
* API-Update: Add product_types (ssd, hdd, nvme) to InstancesApi by github-actions in https://github.com/p-fruck/python-contabo/pull/58
* API-Update: Add response links to API resources by github-actions in https://github.com/p-fruck/python-contabo/pull/59
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/60
* API-Update: Add customer endpoints by github-actions in https://github.com/p-fruck/python-contabo/pull/61
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/62
* OpenAPI Generator: Update example API usage by github-actions in https://github.com/p-fruck/python-contabo/pull/64
* API-Update: Add invoice and payment endpoints by github-actions in https://github.com/p-fruck/python-contabo/pull/65
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/66
* OpenAPI Generator: Use latest-release version of openapi-generator image by github-actions in https://github.com/p-fruck/python-contabo/pull/67
* API-Update: Add Zerops API endpoints by github-actions in https://github.com/p-fruck/python-contabo/pull/68
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/69
* API-Update: Add DatacenterCapabilities API endpoint by github-actions in https://github.com/p-fruck/python-contabo/pull/70
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/71
* API-Update: Add VIP and IPv6 endpoints by github-actions in https://github.com/p-fruck/python-contabo/pull/72
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/73
* API-Update: Add firewall API endpoints by github-actions in https://github.com/p-fruck/python-contabo/pull/74
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/75
* API-Update: Reduce IPv6 endpoints and add default firewall endpoint by github-actions in https://github.com/p-fruck/python-contabo/pull/77
* [DUPLICATE] API-Update: Reduce IPv6 endpoints and add default firewall endpoint by github-actions in https://github.com/p-fruck/python-contabo/pull/76
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/79
* API-Update: Add additional IP and firewall updates by github-actions in https://github.com/p-fruck/python-contabo/pull/80
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/81
* API-Update: Add PresetRules API endpoint by github-actions in https://github.com/p-fruck/python-contabo/pull/82
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/83
* API-Update: Add responses to assign and unassign firewall instances by github-actions in https://github.com/p-fruck/python-contabo/pull/84
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/85
* API-Update: Fix port declaration and add customer_id to FirewallsApi by github-actions in https://github.com/p-fruck/python-contabo/pull/86
* API-Update: Update data center name by github-actions in https://github.com/p-fruck/python-contabo/pull/87
* API-Update: Add firewall rules by github-actions in https://github.com/p-fruck/python-contabo/pull/88
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/89
* API-Update: Add EMPTY firewall rule model by github-actions in https://github.com/p-fruck/python-contabo/pull/90
* API-Update: Add is_default parameter to firewall by github-actions in https://github.com/p-fruck/python-contabo/pull/91
* API-Update: Add InstanceStatus by github-actions in https://github.com/p-fruck/python-contabo/pull/92
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/93
* API-Update: Add pagination to PresetRulesApi by github-actions in https://github.com/p-fruck/python-contabo/pull/94
* API-Update: Enhance documentation by github-actions in https://github.com/p-fruck/python-contabo/pull/96
* API-Update: Add endpoints to manage VIPs by github-actions in https://github.com/p-fruck/python-contabo/pull/97
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/98
* API-Update: Add Firewall Update Request by github-actions in https://github.com/p-fruck/python-contabo/pull/99
* Cleanup: Remove unused testfile references by github-actions in https://github.com/p-fruck/python-contabo/pull/100
* API-Update: Enhace instance region by github-actions in https://github.com/p-fruck/python-contabo/pull/102
* Generator: Update to 6.1.1 by github-actions in https://github.com/p-fruck/python-contabo/pull/103
* OpenAPI Generator: use stable version instead of snapshot by github-actions in https://github.com/p-fruck/python-contabo/pull/104
* Fix generator by p-fruck in https://github.com/p-fruck/python-contabo/pull/105
* prepare v1.10.0 by p-fruck in https://github.com/p-fruck/python-contabo/pull/106


**Full Changelog**: https://github.com/p-fruck/python-contabo/compare/v1.9.0...v1.10.0

1.9.0

What's Changed
* Client-Update: Auto generate default filename by github-actions in https://github.com/p-fruck/python-contabo/pull/35
* API-Update: add region property to object storage by github-actions in https://github.com/p-fruck/python-contabo/pull/36
* API-Update: Additions to Private Network API by github-actions in https://github.com/p-fruck/python-contabo/pull/37


**Full Changelog**: https://github.com/p-fruck/python-contabo/compare/v1.8.0...v1.9.0

1.8.0

What's Changed
* API-Update: Switch content type by github-actions in https://github.com/p-fruck/python-contabo/pull/33
* API-Update: Add private network API by github-actions in https://github.com/p-fruck/python-contabo/pull/34


**Full Changelog**: https://github.com/p-fruck/python-contabo/compare/v1.7.0...v1.8.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.