Bump core-lib-azure version to 2.0.11
Type of change
-
Bug Fix -
Feature
Please provide link to gitlab issue or ADR(Architecture Decision Record)
Fix for issue: #53
Overview
This MR updates core library dependencies to resolve memory leak issues and library compatibility problems.
Changes Made
1. Core Library Azure Version Bump
- Updated
core-lib-azure
from2.0.10
to2.0.11
in storage-azure provider - Incorporates cosmos client configuration fix from MR 388
- Resolves memory leak due to suboptimal cosmos client configuration
Testing
-
✅ Service Startup Validation: Successfully validated storage service startup on port 8080 -
✅ Dependency Resolution: No compilation or dependency conflicts -
✅ Environment Loading: All environment variables loaded correctly -
⏳ Integration Tests: Will be validated through CI/CD pipeline after deployment
Does this introduce a change in the core logic?
- NO
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Does this introduce a breaking change?
- NO
What is the current behavior?
- Memory leak due to suboptimal cosmos client configuration
What is the new/expected behavior?
- Resolved memory leak with updated cosmos client configuration
- Enhanced HTTP client functionality with idempotent operations
Have you added/updated Unit Tests and Integration Tests?
- NO (existing tests cover functionality, startup validation performed)
Impact
- Compatibility: Resolves runtime errors in deployed environments
- Memory Management: Fixes cosmos client memory leak
- Security: Incorporates latest security patches from both libraries
- Stability: Improved error handling and retry mechanisms
- Performance: Enhanced HTTP client functionality
Any other useful information
This change maintains API compatibility while resolving underlying library version conflicts and memory management issues. No configuration changes required for existing deployments.
Edited by Kamron Shuhratjonov