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

Release 0.5.0 rc1 #58

Merged
merged 9 commits into from
Jun 10, 2024
Merged

Release 0.5.0 rc1 #58

merged 9 commits into from
Jun 10, 2024

Conversation

DRiKE
Copy link
Collaborator

@DRiKE DRiKE commented Jun 10, 2024

Release rc1 for routecore v0.5.0

DRiKE added 9 commits May 30, 2024 11:43
This commit changes the bounds on the path selection helper methods
`best` and `best_backup` to ensure we have access to the actual OrdRoute
contents. Those are necessary for comparison of the actual route
contents (path attributes, additional tiebreaker info), specifically in
`best_backup`. Before, those methods would take the more generic `T:
Ord`, but we need to make sure any returned backup route is actually
different from the returned best route, hence the need to access the
inner values of OrdRoute.
@DRiKE DRiKE merged commit bbefe17 into main Jun 10, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant