Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

⬆️ 🛠️(deps): update dependency asyncz to v0.14.2#2291

Closed
renovate[bot] wants to merge 1 commit intodevfrom
renovate/asyncz-0.x
Closed

⬆️ 🛠️(deps): update dependency asyncz to v0.14.2#2291
renovate[bot] wants to merge 1 commit intodevfrom
renovate/asyncz-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 11, 2025

This PR contains the following updates:

Package Change Age Confidence
asyncz (changelog) ==0.13.4==0.14.2 age confidence

Release Notes

dymmond/asyncz (asyncz)

v0.14.2: Version 0.14.2

Compare Source

Changed
  • Replaced ChildLilya sub‑app mounting with Router‑based composition for a cleaner and more maintainable architecture.
  • AsynczAdmin now uses a single composed Lilya app that mounts /login and /logout at root while serving the dashboard under its prefix.
  • Simplified include_in() method — mounts the composed app at / for proper reverse‑proxy behavior.
  • Improved url_prefix normalization to avoid double slashes and ensure consistent route generation.
  • AsyncZ Dashboard is now fully reverse‑proxy agnostic and works seamlessly behind Nginx or ASGI mounts.

v0.14.1: Version 0.14.1

Compare Source

Fixed
  • Duplicate dashboard URL prefixing (/dashboard/tasks/dashboard) when deployed behind Nginx or under an ASGI mount.
  • Nested HTMX table container causing duplicate #tasks-table and incorrect hx-get paths.
Changed
  • get_effective_prefix() now prefers the configured dashboard_url_prefix and falls back to root_path only when configured as /.
  • All HTMX and action URLs in the dashboard are now relative to the current path for reverse-proxy compatibility.
  • Updated templates to remove hardcoded /dashboard from links and actions.
  • AsyncZ Dashboard is now fully reverse-proxy ready (works with X-Forwarded-Prefix and ASGI mounts).

v0.14.0: Version 0.14.0

Compare Source

Added
  • New settings module using ASYNCZ_SETTINGS_MODULE.
  • New Asyncz client.
  • Asyncz Dashboard allowing to have a UI vision of your current scheduler and tasks.
  • Introduced AsynczAdmin class for embedding the dashboard directly into Lilya apps.
  • Added optional login and session-based authentication through SimpleUsernamePasswordBackend.
  • Implemented AuthGateMiddleware to protect dashboard routes and handle HTMX redirects.
  • Added CORS and session middleware support in AsynczAdmin with customizable options.
  • Integrated DashboardConfig access via global settings (settings.dashboard_config).
  • Introduced detailed documentation and examples for custom AuthBackend implementations.
  • Support for Python 3.14
Changed
  • Updated internals to allow multiple languages for documentation.
  • Documentation structure.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 11, 2025
Copy link
Copy Markdown

@llamapreview llamapreview bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto Pull Request Review from LlamaPReview

Review Status: Automated Review Skipped

Dear contributor,

Thank you for your Pull Request. LlamaPReview has analyzed your changes and determined that this PR does not require an automated code review.

Analysis Result:

PR contains only a dependency version bump for asyncz from 0.13.4 to 0.14.0, with no substantive code changes, aligning with the criteria for skipping a review.

We're continuously improving our PR analysis capabilities. Have thoughts on when and how LlamaPReview should perform automated reviews? Share your insights in our GitHub Discussions.

Best regards,
LlamaPReview Team

@renovate renovate bot force-pushed the renovate/asyncz-0.x branch from a77ce2b to 108d6c9 Compare November 12, 2025 01:36
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency asyncz to v0.14.0 ⬆️ 🛠️(deps): update dependency asyncz to v0.14.1 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/asyncz-0.x branch from 108d6c9 to a54f128 Compare November 12, 2025 22:41
@renovate renovate bot changed the title ⬆️ 🛠️(deps): update dependency asyncz to v0.14.1 ⬆️ 🛠️(deps): update dependency asyncz to v0.14.2 Nov 12, 2025
@mraniki mraniki closed this Jan 14, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jan 14, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==0.14.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/asyncz-0.x branch January 14, 2026 20:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant