Skip to content

v2.1.196

Choose a tag to compare

@mittwald-machine mittwald-machine released this 11 Mar 19:22
· 25 commits to master since this release

New Features

Backup Client

  • Replace Project Backup Expiration Time
    • A new method has been added to update a backup's expiration time. This feature allows users to specify when a backup should expire, providing more control over backup management.

Container Client

  • List Self Stacks
    • Introduced functionality to list stacks belonging to the executing user, allowing better management and organization of user-specific stacks.

Enhancements

Backup Client

  • Improved the error handling for the new "Replace Project Backup Expiration Time" method by introducing responses for bad requests, forbidden access, not found errors, and rate limiting.

Container Client

  • Enhanced error responses for the "List Self Stacks" method to handle various client errors including bad requests, forbidden access, and internal server errors.

Key Class in AI Hosting

  • Deprecated the models field from the Key class and updated documentation to redirect users to the appropriate route for model information.

Bug Fixes

  • Addressed various minor issues and improved validation schemas across different requests and responses, ensuring better compliance with specifications and smoother interactions with the API.