Releases: CyberfusionIO/cyberfusion-cluster-api-client
Releases · CyberfusionIO/cyberfusion-cluster-api-client
Allow files to be null when retrieving UNIX user usages
Changed
- The
files
attribute of theUnixUserUsage
model is now nullable. For example, whenrecord_usage_files
is set to false for the UNIX user.
Full Changelog: v1.86.4...v1.87.0
Properly apply nullable validation
Fixed
- Properly apply nullable validation in
BorgRepository
,DatabaseUser
andPassengerApp
models.
Full Changelog: v1.86.3...v1.86.4
Do not filter fields for the login endpoints
Fixed
- Do not filter fields for the login endpoints.
Thanks to @mbardelmeijer
Full Changelog: v1.86.2...v1.86.3
Also allow nullable values when filtering fields
Fixed
- Also allow nullable values when filtering fields.
Do not require `rabbitmq` for unix users as those are nullable
Fixed
- Do not require
rabbitmq
for unix users as those are nullable.
Full Changelog: v1.86.0...v1.86.1
Update to API version 1.164.0
Added
- CMS theme install endpoint.
- CMS user credentials update endpoint.
Full Changelog: v1.85.1...v1.86.0
Fix issue with an empty public key for an SSH key
Update to API version 1.162
Removed
- Removed
databases_data_directory
from clusters.
Update to API version 1.159.1
Update to API version 1.158.0
Added
- Add
certificate_id
to Domain Routers. - Add
MailHostnames
endpoints.
Changed
- Updated to API version 1.158.0. Read those docs for more information about
MailHostnames
and thecertificate_id
of the Domain Routers.