PackageTrack
Sign in Get early access

arcade

A no magic web framework for Dart.

1.5.1 dartarcade/arcade

What this package is like to depend on

Last release 5 months ago

05 Mar 2026

Ships unpredictably

gaps range from 8 days to 6 months

Nearly every release is documented

notes for 33 of 36 stable releases

1 version withdrawn

withdrawn after publishing

3 years old

37 releases · first in 2023

11 releases in the last 12 months

see the full history below

Release timeline

37 releases · Sep 2023 to Mar 2026
2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 37
  1. 1.5.1 05 Mar 2026
    Release notes
    • Updated dependencies
    Open source →
  2. 1.5.0 16 Feb 2026
    Release notes
    • Updated dependencies
    • FEAT: add StreamResponse support for return-based HTTP streaming responses
    Open source →
  3. 1.4.0 06 Feb 2026
    Release notes
    • Updated dependencies
    Open source →
  4. 1.3.1 06 Feb 2026
    Release notes
    • Updated dependencies
    Open source →
  5. 1.3.0 06 Feb 2026
    Release notes
    • Updated dependencies
    Open source →
  6. 1.2.1 18 Nov 2025
    Release notes
    • Updated dependencies
    Open source →
  7. 1.2.0 17 Nov 2025
    Release notes
    • Updated dependencies
    Open source →
  8. 1.1.1 01 Nov 2025
    Release notes
    • Updated dependencies
    Open source →
  9. 1.1.0 01 Nov 2025
    Release notes
    • Updated dependencies
    Open source →
  10. 1.0.2 18 Oct 2025
    Release notes
    • Updated dependencies
    Open source →
  11. 1.0.1 21 Sep 2025

    Nothing published for this version

  12. 1.0.0 26 Jul 2025
    Release notes
    • TEST: Add comprehensive test suite covering server lifecycle, routing, hooks, WebSocket, and metadata
    • FIX: Fix critical routing bug where all routes were incorrectly added to 'any' method trie
    • FIX: Fix static file serving by moving canServeStaticFiles check after init()
    • FIX: Fix directory traversal vulnerability in static file serving
    Open source →
  13. 0.6.0 01 Jul 2025

    Nothing published for this version

  14. 0.5.0 01 Jul 2025
    Release notes
    • CHORE: Update version to 0.5.0 and align all package versions.
    Open source →
  15. 0.4.1 30 Jun 2025
    Release notes
    • FEAT: Expose internal APIs for testing framework integration
      • Export route helpers (routes, globalBeforeHooks, globalAfterHooks, etc.)
      • Export server state (canServeStaticFiles, serverInstance)
      • Export WebSocket internals (wsMap, wsStorageManager)
    • FEAT: Add meta package dependency for @internal annotations
    Open source →
  16. 0.4.0 26 Jun 2025
    Release notes
    • FEAT: Enhanced WebSocket system with cache-backed connection metadata storage for distributed deployments.
    • FEAT: Add arcade_cache dependency for WebSocket connection management.
    • FEAT: Add room-based WebSocket messaging with joinRoom(), leaveRoom(), and emitToRoom().
    • FEAT: Add WebSocket connection discovery APIs: getAllConnections(), getLocalConnections(), getConnectionInfo().
    • FEAT: Add WebSocket connection metadata management with updateConnectionMetadata().
    • FEAT: Add WebSocketStorageManager for hybrid local/cache storage of connection data.
    • FEAT: Add initializeWebSocketStorage() and disposeWebSocketStorage() for cache provider configuration.
    • FEAT: Full backward compatibility with existing WebSocket APIs (emitTo, emitToAll, WebSocketManager).
    Open source →
  17. 0.3.2 25 Jun 2025
    Release notes
    • FIX: Last route not added to routes list when using hooks for paths.

    2025-06-23

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
    Release notes
    • FIX: Last route not added to routes list when using hooks for paths.
    Open source →
  18. 0.3.1 23 Jun 2025
    Release notes
    • FEAT: Add before and after hooks for paths (#47).

    2025-03-15

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
    Release notes
    • FEAT: Add before and after hooks for paths (#47).
    Open source →
  19. 0.3.0 25 Dec 2024
    Release notes
    Open source →
    Release notes
    • FEAT: Swagger support (#41).

    2024-12-23

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
    Release notes
    • FEAT: Swagger support (#41).
    Open source →
  20. 0.2.4 13 Dec 2024
    Release notes Open source →
    Release notes
    • FEAT: Route export (#40).
    Open source →
  21. 0.2.4+1 22 Dec 2024
    Release notes
    • FIX(arcade): Route export not taking groups into account.
    Open source →
    Release notes
    • FIX(arcade): Route export not taking groups into account.

    2024-12-14

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:

    Packages with dependency updates only:

    Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

    • arcade_logger - v0.0.5+5

    Open source →
    Release notes
    • FIX(arcade): Route export not taking groups into account.
    Open source →
  22. 0.2.3 24 Nov 2024
    Release notes
    • FEAT(example): Add support for new errorHandler.
    • FEAT: Add error handling and response utilities.
    Open source →
  23. 0.2.3+1 24 Nov 2024
    Release notes
    • REFACTOR: Improve logging messages.
    • FIX(arcade): Close response for success case.

    2024-11-24

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:

    Packages with dependency updates only:

    Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

    • todo_api - v2.1.2
    • arcade_config - v0.1.2+1
    • arcade_views - v0.1.0+3

    Open source →
    Release notes
    • REFACTOR: Improve logging messages.
    • FIX(arcade): Close response for success case.
    Open source →
  24. 0.2.2 19 Nov 2024
    Release notes
    • FEAT: add support for custom headers in static file responses (#39).
    Open source →
  25. 0.2.2+1 23 Nov 2024
    Release notes
    • REFACTOR: Add debug log level for development environment.
    • REFACTOR: Update variable names for WebSocket map.
    Open source →
  26. 0.2.1 24 Oct 2024 withdrawn
    Release notes
    • FEAT: Add emitToAll function for websockets.

    2024-10-18

    Changes


    Packages with breaking changes:


    Open source →
    Release notes
    • FEAT: Add emitToAll function for websockets.
    Open source →
  27. 0.2.1+1 24 Oct 2024

    Nothing published for this version

  28. 0.2.1+2 16 Nov 2024
    Release notes
    • Update a dependency to the latest release.
    Open source →
  29. 0.2.0 18 Oct 2024
    Release notes
    • BREAKING FEAT: Move Route to route, add types to route.group (#36).

    2024-07-29

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
    Release notes

    Note: This release has breaking changes.

    • BREAKING FEAT: Move Route to route, add types to route.group (#36).
    Open source →
  30. 0.1.4 27 Jun 2024
    Release notes
    • FEAT(arcade): add support for setting status code.

    2024-06-27

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
    Release notes
    • FEAT(arcade): add support for setting status code.
    Open source →
  31. 0.1.4+1 29 Jul 2024
    Release notes
    • FIX: Run global hooks.

    2024-06-27

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
    Release notes
    • FIX: Run global hooks.
    Open source →
  32. 0.1.4+2 29 Jul 2024
    Release notes
    • FIX: Duplicate global hooks.

    2024-07-29

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
    Release notes
    • FIX: Duplicate global hooks.
    Open source →
  33. 0.1.3 27 Jun 2024
    Release notes
    • FEAT: Route export (#40).
    Open source →
    Release notes
    • FEAT: update dependencies.
    Open source →
  34. 0.1.2 24 Dec 2023
    Release notes
    • FEAT: Swagger support (#41).

    2024-12-25

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
    Release notes
    • FIX: name clash.
    • FEAT: add support for global before, after and afterWebSocket hooks.
    • FEAT: optimize route matching and static file checking.
    • FEAT: group routes support.
    • FEAT: match wildcard routes on any sub path segment.
    Open source →
  35. 0.1.1 25 Sep 2023
    Release notes
    • FEAT: Route export (#40).
    Open source →
    Release notes
    • FEAT: rename to arcade.
    Open source →
  36. 0.1.1+1 11 Nov 2023
    Release notes
    • REFACTOR: fix samples and examples.
    • FIX(server_helper): process signal empty stream for platform windows.
    Open source →
  37. 0.1.0+1 25 Sep 2023
    Release notes
    • FIX: dartseid_cli will hot restart the app instead of hot reload for more reliability.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive