What's New
Latest updates and improvements to the Azura.JS Framework
1.5.0
WebSockets and Real-time Features
This release adds comprehensive WebSocket support, enabling real-time applications with Azura.
WebSocket Support
Added native WebSocket support with room-based messaging, private messages, and presence tracking.
Real-time Events
New event system for real-time updates and notifications.
Performance Optimizations
Improved request handling performance by 30%.
Authentication Bug Fix
Fixed an issue with token refresh in the authentication system.
1.4.0
Database Enhancements
This release focuses on improving database integrations and query performance.
SQL Query Builder
New SQL query builder for PostgreSQL and MySQL databases.
MongoDB Aggregation Pipeline
Support for MongoDB aggregation pipelines with a fluent API.
Connection Pooling
Improved connection pooling for better performance under high load.
Transaction Handling
Fixed issues with nested transactions in PostgreSQL adapter.
1.3.0
Authentication and Security
This release enhances authentication and security features.
OAuth 2.0 Support
Added support for OAuth 2.0 authentication with popular providers.
Rate Limiting
Configurable rate limiting with various strategies.
JWT Performance
Improved JWT validation performance.
CORS Configuration
Fixed issues with CORS configuration for complex setups.