Changelog
Features
- 0c35f21: feat: add RFC 7239 Forwarded header support for client IP parsing (#1941) (@0xERR0R)
- 011e3eb: feat: implement DNS64 support (#1933) (@0xERR0R)
- e199445: feat: improve IP parsing from X-Forwarded-For header (#1940) (@0xERR0R)
Bug fixes
- 257fe07: fix: Incorrect rate data shown on Grafana dashboards (#1948) (@mattdy)
- 1a4d22d: fix: db automigration with timescaledb (#1975) (@manofthepeace)
- 9874212: fix: use context based versions of net.Listen and net.Dial (#1952) (@sonjek)
Build and dependencies
- fe67404: build(deps): bump actions/checkout from 5 to 6 (#1943) (@dependabot[bot])
- 4752061: build(deps): bump actions/download-artifact from 6 to 7 (#1961) (@dependabot[bot])
- d459311: build(deps): bump actions/download-artifact from 7 to 8 (#2000) (@dependabot[bot])
- fa1614b: build(deps): bump actions/upload-artifact from 5 to 6 (#1960) (@dependabot[bot])
- 11b6f92: build(deps): bump actions/upload-artifact from 6 to 7 (#1998) (@dependabot[bot])
- e83805c: build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 (#1992) (@dependabot[bot])
- 4f62ec8: build(deps): bump github.com/alicebob/miniredis/v2 from 2.35.0 to 2.36.0 (#1976) (@dependabot[bot])
- 16644c5: build(deps): bump github.com/alicebob/miniredis/v2 from 2.36.0 to 2.36.1 (#1978) (@dependabot[bot])
- 36ae188: build(deps): bump github.com/alicebob/miniredis/v2 from 2.36.1 to 2.37.0 (#1996) (@dependabot[bot])
- 4733c6b: build(deps): bump github.com/breml/rootcerts from 0.3.3 to 0.3.4 (#1987) (@dependabot[bot])
- e4f7462: build(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4 (#1972) (@dependabot[bot])
- f9dd4d2: build(deps): bump github.com/go-chi/chi/v5 from 5.2.4 to 5.2.5 (#1985) (@dependabot[bot])
- e66a29d: build(deps): bump github.com/miekg/dns from 1.1.68 to 1.1.69 (#1959) (@dependabot[bot])
- 8e69355: build(deps): bump github.com/miekg/dns from 1.1.69 to 1.1.70 (#1968) (@dependabot[bot])
- 5e8b555: build(deps): bump github.com/miekg/dns from 1.1.70 to 1.1.72 (#1977) (@dependabot[bot])
- ef5dc97: build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 (#1956) (@dependabot[bot])
- 670542b: build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.4 (#1966) (@dependabot[bot])
- e062742: build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.4 to 2.27.5 (#1970) (@dependabot[bot])
- 4926d16: build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 (#1981) (@dependabot[bot])
- ca0da10: build(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 (#1955) (@dependabot[bot])
- 567a738: build(deps): bump github.com/onsi/gomega from 1.38.3 to 1.39.0 (#1967) (@dependabot[bot])
- c3aab87: build(deps): bump github.com/onsi/gomega from 1.39.0 to 1.39.1 (#1982) (@dependabot[bot])
- ef79a67: build(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 (#1974) (@dependabot[bot])
- 6775759: build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#1953) (@dependabot[bot])
- 71c39fc: build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#1939) (@dependabot[bot])
- be31648: build(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 (#1957) (@dependabot[bot])
- a574078: build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 (#1971) (@dependabot[bot])
- 6f3f295: build(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 (#1988) (@dependabot[bot])
- 6a75afb: build(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 (#1997) (@dependabot[bot])
Misc
- 439e99b: Add Blocky Visor to web UIs section in installation.md (#1993) (@JCHHeilmann)
- ced469f: refactor: centralize DNS response creation logic with helper functions (#1942) (@0xERR0R)
- 3075c38: refactor: clean up obsolete Go syntax (#1951) (@sonjek)
- 9fe42a8: refactor: simplify code for improved readability and maintainability (#1945) (@0xERR0R)
- 6581668: refactor: use mockery for mocks (#1944) (@0xERR0R)
- 55ab95e: test(metrics): Prometheus metrics (#1868) (@zeilenschubser)