Releases: kentik/patricia
Releases · kentik/patricia
v1.2.1
What's Changed
- Mention Go 1.18 requirement in README by @vincentbernat in #23
- Also get coverage for template and generics_tree by @vincentbernat in #25
- Add
Delete*()
methods to iterator by @vincentbernat in #26 - Add FindDeepestTagsWithFilter*() functions by @vincentbernat in #27
- Add an Update method to update an existing tag by @vincentbernat in #24
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Generate code using Go generics by @vincentbernat in #20
Warning!
Since that version patricia is working only with go 1.18+
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Add Generated comment to all generated files by @ingwarsw in #18
- Build tags also by @ingwarsw in #17
- Add ParseFromIP convenience function by @janik-cloudflare in #19
- Add an Iterate method to walk a tree by @vincentbernat in #22
New Contributors
- @janik-cloudflare made their first contribution in #19
- @vincentbernat made their first contribution in #22
Full Changelog: v1.0.0...v1.1.0
First stable release
What's Changed
- Pye/add from net by @i3149 in #5
- Use gsed on mac (brew install gnu-sed) by @stfp in #10
- go mod init + go mod tidy + go mod vendor by @stfp in #11
- Fix handle v6 4in6 addrs by @dhammika in #13
- Added new versions of methods to reduce allocations by @wblakecaldwell in #14
- add FindTagsAppend() by @pforemski in #12
- Cleaning a bit by @ingwarsw in #15
- Fix all linter issues by @ingwarsw in #16
New Contributors
- @i3149 made their first contribution in #5
- @stfp made their first contribution in #10
- @dhammika made their first contribution in #13
- @wblakecaldwell made their first contribution in #14
- @pforemski made their first contribution in #12
- @ingwarsw made their first contribution in #15
Full Changelog: https://github.com/kentik/patricia/commits/v1.0.0