Skip to content

Enhanced Authentication, API Client Initialization, and Readme Improvements

Latest
Compare
Choose a tag to compare
@hieuphq hieuphq released this 17 Jul 08:54

Release 0.0.2

We are pleased to announce the release of version 0.0.2, introducing several enhancements to the authentication process and API client initialization. Additionally, we have expanded the project's readme to provide clear instructions on different ways to initialize an API client.

Key updates in this release include:

  1. Improved Authentication:
  • Implemented a new approach to authentication for user credentials.
  • Passwords are now securely hashed before sending requests to the API.
  1. Enhanced API Client Initialization:
  • Utilized the Chain of Responsibility pattern to implement the configuration initialization process.
  • The new approach allows for more flexibility and extensibility in initializing the API client.
  1. Updated Project Readme:
  • Expanded the project's readme to include detailed descriptions of various methods for initializing an API client.
  • Users can now choose from multiple options: initializing from configuration, initializing from configuration function chain, or initializing from an existing API client.

We believe these updates will greatly improve the usability of our API client. We encourage all users to update to version 0.0.2 to take advantage of these new features. For more information, please refer to the updated readme documentation.

Thank you for your continued support and feedback. If you have any questions or encounter any issues, please don't hesitate to reach out to our support team.

Happy coding!