eip-cloud-services
Version:
Houses a collection of helpers for connecting with Cloud services.
43 lines (33 loc) • 1.84 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [1.1.0] - 2023-11-18
### Changed
- **Redis Module Major Overhaul:**
- Transitioned from using the node redis package to the ioredis package.
- Updated the `getClient` method to support Redis clusters, including handling of client connections in subscriber mode.
- Implemented a dictionary of connected clients for efficient client management in Redis.
- Added new functionalities to the Redis module, including handling for various Redis commands and pub/sub features.
- Enriched the module with JSDoc comments for better clarity and documentation.
- Created a comprehensive README for the Redis module, detailing its features and usage.
### Added
- **AWS S3 Module Developments:**
- Reviewed and discussed functionalities of the AWS S3 module.
- Created a README file for the AWS S3 module, detailing usage and configuration.
- **CDN Module Improvements:**
- Analyzed functionalities of the CDN module.
- Generated a README for the CDN module, including instructions on usage and examples.
- **MySQL Module Update:**
- Discussed the MySQL module's features and capabilities.
- Compiled a README for the MySQL module, outlining key functionalities and configuration.
- **AWS Lambda Module Revision:**
- Explored the AWS Lambda module's functionalities.
- Prepared a README for the AWS Lambda module, providing usage examples and details.
- **Overall Module Documentation:**
- Combined individual READMEs into a single comprehensive README file.
- Added a summary, installation and import guide, and example configuration to the combined README.
## [1.0.21] - 2023-06-21
### Fixed
- Bug where ACL's were not copied across when moving S3 objects.
## [1.0.2] - 2023-06-21
### Added
- Initial release of the module.