Releases: gecio/anycastd
Releases · gecio/anycastd
v0.1.12
What's Changed
- Add supported FRRouting versions to README by @SRv6d in #67
- Remove redundant
NoReturn
by @SRv6d in #68 - Replace
pytest-docker
withtestcointainers
by @SRv6d in #69 - Add contribution guidelines by @SRv6d in #70
- Fix typo "confiuration" by @SRv6d in #72
- Report code coverage by @SRv6d in #71
- Remove codecov nox session by @SRv6d in #75
- Simplify noxfile and CI by @SRv6d in #76
- Replace codespell with typos by @SRv6d in #77
- Bump codecov/codecov-action from 4.0.1 to 4.4.1 by @dependabot in #74
- Fix code coverage reports by @SRv6d in #73
- Use OIDC for codecov instead of token by @SRv6d in #78
- Upgrade all dependencies by @SRv6d in #79
- Bump crate-ci/typos from 1.20.8 to 1.22.0 by @dependabot in #80
- Bump crate-ci/typos from 1.22.0 to 1.22.1 by @dependabot in #81
- Bump crate-ci/typos from 1.22.1 to 1.22.3 by @dependabot in #82
- Bump crate-ci/typos from 1.22.3 to 1.22.4 by @dependabot in #83
- Change dependabot interval to weekly by @SRv6d in #86
- Bump crate-ci/typos from 1.22.4 to 1.22.7 by @dependabot in #85
- Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #84
- Bump crate-ci/typos from 1.22.7 to 1.22.9 by @dependabot in #87
- Add test code conventions to contribution guide by @SRv6d in #88
- Remove workaround for pytest-dev/pytest-asyncio#706 that is no longer necessary by @SRv6d in #89
- Bump crate-ci/typos from 1.22.9 to 1.23.1 by @dependabot in #90
- Bump crate-ci/typos from 1.23.1 to 1.23.2 by @dependabot in #91
- Check for broken links once a week by @SRv6d in #92
- Fix codecov badge URL by @SRv6d in #93
- Build wheels on release by @SRv6d in #94
- Add container image by @SRv6d in #95
- Update all dependencies by @SRv6d in #96
Full Changelog: v0.1.10...v0.1.12
v0.1.10
What's Changed
- Add FRRouting integration tests for behavior we depend on by @SRv6d in #58
- Use function container scope and remove cleanup tasks by @SRv6d in #59
- Run coverage for FRRouting tests by @SRv6d in #60
- Implement error handling for Cabourotte HTTP errors by @SRv6d in #61
- Replace log statement fstrings due to their unconditional evaluation by @SRv6d in #62
- Only run FRR integration tests on latest major version for each PR by @SRv6d in #63
- Replace stdlib json with orjson by @SRv6d in #64
- Improve log conformity and formatting and add names to health checks by @SRv6d in #66
- Finish Usage Example in README by @SRv6d in #65
Full Changelog: v0.1.9...v0.1.10