feat(services): Add service management functionalities

This commit is contained in:
2024-12-14 20:32:17 +01:00
parent f6309f600c
commit db07db930c
12 changed files with 7391 additions and 4733 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2024-12-14 - 4.5.0 - feat(services)
Add service management functionalities
- Integrated service-related API client methods including getServices, getServiceById, and createService.
- Updated the deployment data structure in the service manager.
- Enhanced service interface to incorporate additional fields for comprehensive data handling.
- Ensured secure token generation for Cloudly authentication processes.
## 2024-11-18 - 4.4.0 - feat(api-client)
Add static method getImageById for Image class in api-client