Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Feb 19, 2024
1 parent f8aa8f2 commit a306da2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- No changes yet
### Fixed
- Update codecov GH action to silence warning in CI
- Handle errors in unit test setup better
- Wrote a real describe() method in the collector
- Support dnspython 2.6.0 as well as earlier versions
- Add ttl metrics for all rrs.
- Improve logformat used during unit tests

### Added
- Basic proxy support for plain TCP DNS lookups, supported proxy types are SOCKS4, SOCKS5 and HTTP.
- Introduced pytest-mock test dependency to help with testing proxy code
- Three new failure modes: `invalid_request_proxy`, `connection_error`, `connection_refused`


### Changed
- Suppress warnings at runtime (to silence dependencies)
- Fail with a nice message if the port is in use when starting the exporter


## [v1.0.0-beta3] - 2024-02-15
Expand Down

0 comments on commit a306da2

Please sign in to comment.