routed 0.5.2
routed: ^0.5.2 copied to clipboard
Batteries-included Routed framework — core engine plus official feature packages.
Changelog #
0.5.2 - 2026-09-09 #
- Export and register the new
routed_jobstyped jobs and queue integration. - Re-export the general-purpose Routed scheduler and schedule provider through the batteries-included facade.
0.5.1 - 2026-08-25 #
- Adopted
very_good_analysisand completed public API documentation for the batteries-included facade. - Added runnable full-bundle and typed-provider composition examples, including the provider-registration and slim-engine boundaries.
0.5.0 #
- Breaking: Consolidate provider and registry imports on
package:routed/routed.dartandpackage:routed_core/routed_core.dart; remove the redundantrouted_core/providers.dartsub-barrel. - Breaking security change: proxy support requires explicit trusted proxy networks and no longer trusts all forwarded addresses by default.
0.4.0 #
- Split the batteries-included facade across independently publishable
routed_*feature packages. - Registered the official feature providers through the public
routedfacade while keeping slim applications onrouted_core. - Updated the package graph and documentation for the current provider APIs.
0.1.0 #
- Initial bundle (PR L) - re-exports routed + server_* + routed_auth