Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix forward to no route targets #12

Merged
merged 2 commits into from
Aug 18, 2023
Merged

Fix forward to no route targets #12

merged 2 commits into from
Aug 18, 2023

Commits on Aug 18, 2023

  1. Fix forward to no route targets

    Delayed forwards cause another fork rank to be created.
    However, it might be that the forward target isn't
    reachable and has no route. In this case, the forward
    should be dropped and not added as fork rank. This commit
    fixes this and adds a regression test.
    garw committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7f41d88 View commit details
    Browse the repository at this point in the history
  2. Release 0.13.0

    Release ywsd version 0.13.0.
    
    Unfortunately, aiopg is incompatible with sqlalchemy 2.
    For now, we pin sqlalchemy to version 1.x and attempt
    to migrate to native async support of sqlalchemy 2 later.
    garw committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e996b9b View commit details
    Browse the repository at this point in the history