Skip to content

Releases: wobcom/wanda

v0.4.3 - Bug Fixes & Performance Improvements

04 Dec 17:20
Compare
Choose a tag to compare

Just kidding, here is the real changelog:

  • Improve error message when customer has no allowed prefixes
  • Update Nix flake dependencies, poetry dependencies, github workflow dependencies

Strip private ASNs

26 Jul 13:24
Compare
Choose a tag to compare
v0.4.2

Remove private ASNs

Added --threads flag

03 Apr 09:22
Compare
Choose a tag to compare
v0.4.1

Bumped version

QoL Fixes and macOS Fixes

21 Mar 17:33
Compare
Choose a tag to compare
v0.4.0

Bumped version

v0.3.0 - Prefix Filtering for small peers

14 Dec 11:26
Compare
Choose a tag to compare

Summary

We try to filter our peering sessions as good as possible. Due to muliple limitations, we cannot filter every session, but we want to filter especially small non particular trustworthy sessions. This commit introduces filter lists for customers with less than 5000 prefixes. We did some experiements and this seems to be kind of a sweet spot.

What's Changed

  • enable filter lists for small non-downstream peers by @yu-re-ka in #3

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0 - Moar Everything

12 Dec 15:52
Compare
Choose a tag to compare

Summary

We refactored a lot of code into testable units and added unit tests for all of them.
We also started working on integration tests.

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - Initial Release

12 Dec 12:46
6a0727f
Compare
Choose a tag to compare

This is our initial publication and our first public release. This includes the feature set that we developed in closed environment earlier. From now on, we try to keep a changelog and do the development transparent on GitHub.