Azura Logo
GitHub

What's New

Latest updates and improvements to the Azura.JS Framework

1

1.5.0

May 15, 2025

WebSockets and Real-time Features

This release adds comprehensive WebSocket support, enabling real-time applications with Azura.

New Feature

WebSocket Support

Added native WebSocket support with room-based messaging, private messages, and presence tracking.

New Feature

Real-time Events

New event system for real-time updates and notifications.

Improvement

Performance Optimizations

Improved request handling performance by 30%.

Bug Fix

Authentication Bug Fix

Fixed an issue with token refresh in the authentication system.

1

1.4.0

April 2, 2025

Database Enhancements

This release focuses on improving database integrations and query performance.

New Feature

SQL Query Builder

New SQL query builder for PostgreSQL and MySQL databases.

New Feature

MongoDB Aggregation Pipeline

Support for MongoDB aggregation pipelines with a fluent API.

Improvement

Connection Pooling

Improved connection pooling for better performance under high load.

Bug Fix

Transaction Handling

Fixed issues with nested transactions in PostgreSQL adapter.

1

1.3.0

February 18, 2025

Authentication and Security

This release enhances authentication and security features.

New Feature

OAuth 2.0 Support

Added support for OAuth 2.0 authentication with popular providers.

New Feature

Rate Limiting

Configurable rate limiting with various strategies.

Improvement

JWT Performance

Improved JWT validation performance.

Bug Fix

CORS Configuration

Fixed issues with CORS configuration for complex setups.