Skip to content

Release v0.3.0

Choose a tag to compare

@andrelcunha andrelcunha released this 20 Nov 04:11
· 85 commits to main since this release

Release v0.3.0: Security and Configuration Enhancements

Overview

This release introduces important security features and enhancements for flexible configuration.

Features

  • AUTH Command:

    • Implemented the AUTH command to enable password-protected client connections.
    • Ensured that commands are only processed if the connection has been authenticated.
  • Configuration Loading:

    • Added support for loading configuration from environment variables and .env files.
    • Implemented fallback to default values if no configuration is found.
    • Enhanced flexibility for deployment in different environments.

Improvements

  • Environment Configuration:
    • Integrated godotenv to load configuration from .env files.
    • Updated the server configuration to support environment-specific settings.

Notes

  • These changes improve the security and flexibility of the Redis clone server.
  • Feedback and contributions are welcome! Feel free to open issues or submit pull requests to help improve the project.

Thank you for supporting our project. Stay tuned for more updates!

Full Changelog: v0.2.0...v0.3.0