Skip to content

Releases: nexios-labs/Nexios

v2.4.0

11 May 23:34
Compare
Choose a tag to compare

🚀 Nexios v2.4.0 Release Notes
Release Date: 2025-05-12
Version: 2.4.0

✨ New Features
Dependency Injection (DI) System
Introduced first-class support for dependency injection in route handlers and services. This makes your codebase more modular, testable, and easier to scale.

Raw ASGI Middleware Support
You can now plug in any ASGI-compatible middleware directly. Ideal for advanced users who want full control over the middleware pipeline without abstraction.

OpenAPI Spec Generation
Nexios now auto-generates OpenAPI 3.1-compliant documentation out of the box. Simply annotate your routes, and get instant Swagger-ready specs for your APIs.

🛠 Fixes
Allow path param passing to handler

Nexios 2.3.1

14 Apr 10:20
Compare
Choose a tag to compare

🚀 Nexios 2.3.1 Release Notes

We're excited to announce the release of Nexios v2.3.1 — a solid update that brings both powerful new features and crucial improvements to the framework. Here's what's new:

✨ New Features

  • Automatic Swagger Documentation
    Out of the box, Nexios now generates beautiful Swagger UI docs for your APIs — no extra config needed. Build fast, document faster!

  • Signal System (Blinker-style)
    Introducing Nexios Signals: a lightweight and flexible signaling system inspired by Blinker. Easily decouple your components and trigger custom behavior across your app.

  • File-Based Routing
    Route your endpoints just by creating files. Nexios now supports a fast and intuitive file-based router for a more natural project structure.

  • Room Management
    Manage user groups, chat rooms, and real-time spaces effortlessly. Room creation, joining, and broadcast logic now handled natively inside Nexios.

🛠 Fixes & Improvements

  • Authentication System Tweaks
    We’ve resolved a few edge-case issues and tightened up security around the auth module. Token handling and session integration are now smoother and more reliable.

Release 2.3.0rc2: fix issues with OpenAPI schema with nested route prefixes"

05 Apr 09:10
Compare
Choose a tag to compare

Full Changelog: https://github.com/nexios-labs/Nexios/compare/v2.3.0-rc.1...v2.3.0rc2## Nexios 2.3.0rc2 (Release Candidate 2)

Fixes

  • OpenAPI Schema
    • Fixed an issue where nested route prefixes were not being properly reflected in the generated OpenAPI schema.
    • Improves API documentation accuracy and structure for complex nested routing setups.

Notes


Let me know if you want to add contributor credits, links, or other enhancements.

Full Changelog: v2.3.0-rc.1...v2.3.0rc2

🚀 Nexios v2.3.0-rc1 – OpenAPI Support, Signaling & More

04 Apr 23:41
Compare
Choose a tag to compare

🏷 🚀Nexios v2.3.0-rc1 – OpenAPI Support, Signaling & More

 Nexios v2.3.0-rc1 – OpenAPI Support, Signaling & More

This is the first release candidate for Nexios v2.3.0.
It introduces major new features and architectural improvements, including:

  • OpenAPI (Swagger) Integration – auto-generated API docs for your endpoints.
  • Signaling Layer – foundational support for WebSocket/WebRTC-style messaging.
  • Refactored internals for better modularity and future extensibility.
  • Experimental features ready for testing and feedback.

This is a pre-release. Please report any bugs or edge cases before the final stable release.