Releases: sapslaj/zonepop
Releases · sapslaj/zonepop
v0.8.2
21 Aug 21:48
Compare
Sorry, something went wrong.
No results found
v0.8.1
12 Aug 22:45
Compare
Sorry, something went wrong.
No results found
Changelog
2fc9e5a chore(deps): bump github.com/go-viper/mapstructure/v2
2893d28 fix: disable keepalives and connection pooling
v0.8.0
23 May 02:15
Compare
Sorry, something went wrong.
No results found
Changelog
7d4786e 0.8.0
7a36b7f add RFC1035-correct domain name form
d194853 chore: oops left some debugging prints in
ae567c1 feat: "file" provider
e347a13 feat: "http" provider
c14a4f5 feat: add Lua "http" module
6c2475b feat: add gluamapper struct tags to endpoint.Endpoint
0c4e6c3 feat: add marshalling to gluamapper
a27975e feat: default add "source" source property to all endpoints
b0c284b feat: passthrough provider and file config structs to Go template
46b870a feat: rDNS computation functions
544411f fix: add test for TabulateParse and fix
80f6707 fix: cleanup zone wasn't working correctly due to me not knowing how to code
436b07e fix: connection reuse is ok but client reuse is not
56098db fix: set default "Content-Type" header if body is JSON
7d36428 lint: "modernize" loop
98df678 refactor: fork gluamapper
e1e9207 refactor: move rDNS stuff to dedicated package
v0.7.3
29 Apr 07:24
Compare
Sorry, something went wrong.
No results found
Changelog
1473dd4 0.7.3
661c81a Bump golang.org/x/crypto from 0.17.0 to 0.31.0
2d82c78 Bump golang.org/x/crypto from 0.31.0 to 0.35.0
acaaf04 chore: go mod tidy
503cc0b ci: remove golangci-lint
adeed46 fix: actually return if no cleanup changes are needed
0d06b17 fix: dedup Route53 forward resource records
v0.7.2
24 Nov 20:14
Compare
Sorry, something went wrong.
No results found
Changelog
47d1f44 0.7.2
d8ece7f ci: update action versions
c9b97b7 fix: make sure DNSSafeName trims leading and trailing "."
cc97467 fix: support newer VyOS versions
v0.7.1
10 Aug 17:05
Compare
Sorry, something went wrong.
No results found
Changelog
bf3ed5a 0.7.1
6358c95 fix issue where duplicate reverse IPv6 addresses had different hostnames sometimes
22848e3 update goreleaser CI workflow
v0.7.0
18 May 05:51
Compare
Sorry, something went wrong.
No results found
v0.6.3
04 Feb 21:21
Compare
Sorry, something went wrong.
No results found
v0.6.2
15 Jan 05:54
Compare
Sorry, something went wrong.
No results found
Changelog
70ec02e 0.6.2
dcb8559 add record suffix to hosts_file
0721f59 fix cleanup updating 0 records and causing error logs
v0.6.1
15 Jan 05:32
Compare
Sorry, something went wrong.
No results found
Changelog
eb9f748 0.6.1
4a67e88 add hosts file provider
e6c3264 fix custom source not converting endpoints tables to structs correctly
4b396c6 more tests for endpoint/Lua functions