v2.1.187
·
34 commits
to master
since this release
Added
- Introduced
ExecuteActionBadRequestResponseclass to handle bad request responses for execute action operations, providing a structured way to manage validation errors. - Added
ExecuteActionPreconditionFailedResponseclass to manage responses when precondition failures occur, enhancing error handling capabilities.
Changed
- Updated the AppClientImpl to incorporate the new response classes for 400 (Bad Request) and 412 (Precondition Failed) status codes.
- Removed the
projectIdparameter from theCreateMySqlDatabaseschema to streamline the database creation process and ensure it aligns with the latest API specifications.
Documentation
- Corrected documentation in the
MiscClientinterface and implementation to capitalize "German" in describing the company register for clarity.