Skip to content

v1.1.0

Compare
Choose a tag to compare
@wajeshubham wajeshubham released this 28 Aug 18:06
· 235 commits to main since this release
b9561b4

Release Note - FreeAPI-v1.1.0

We're excited to announce the release of FreeAPI 🚀! This update brings a new and exciting feature: Real-time Chat Functionality with Socket.IO. We've also included a frontend example to demonstrate how to integrate this functionality into your projects.

What's New

  • ⚡️ Real-time Chat Functionality: With the integration of Socket.IO, FreeAPI now supports real-time chat features. You can easily implement live chat applications to learn how to integrate and handle various socket events.

  • ♠ Frontend Example: We've included a frontend example in this release to showcase how seamlessly the chat functionality with Socket.IO can be integrated into your applications. This example serves as a foundation, demonstrating the basic implementation. However, we invite you to take it a step further. As you integrate the chat feature into your projects, consider exploring the other modules of FreeAPI.

  • 📃 Chat API's swagger docs: In this release, we've added comprehensive Swagger documentation for all chat-related APIs within the application. This local Swagger documentation provides an interactive reference for understanding and utilizing the chat functionality endpoints.

  • 💉 Chat seeding: We understand that getting started with a new chat feature can sometimes be challenging, especially when it comes to creating test data. With chat seeding API, developers can now easily populate their chat apps with sample users and pre-cooked conversations for testing and development purposes. To learn more about how to use the seeding APIs, refer to the updated Database seeding section in the swagger documentation.

Thank you for your continued support and for being a part of the FreeAPI community!

Best regards,
FreeAPI Team

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0