CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.0.3](https://github.com/smortex/tls-checker/tree/v2.0.3) (2024-01-01)
[Full Changelog](https://github.com/smortex/tls-checker/compare/v2.0.2...v2.0.3)
**Fixed bugs:**
- Fix support for Ruby 3.2 [\#8](https://github.com/smortex/tls-checker/pull/8) ([smortex](https://github.com/smortex))
## [v2.0.2](https://github.com/smortex/tls-checker/tree/v2.0.2) (2022-07-16)
[Full Changelog](https://github.com/smortex/tls-checker/compare/v2.0.1...v2.0.2)
**Fixed bugs:**
- Fix command invocation from outside bundler [\#6](https://github.com/smortex/tls-checker/pull/6) ([smortex](https://github.com/smortex))
## [v2.0.1](https://github.com/smortex/tls-checker/tree/v2.0.1) (2022-07-16)
[Full Changelog](https://github.com/smortex/tls-checker/compare/v2.0.0...v2.0.1)
**Fixed bugs:**
- Detect TLS handshake failures [\#4](https://github.com/smortex/tls-checker/pull/4) ([smortex](https://github.com/smortex))
## [v2.0.0](https://github.com/smortex/tls-checker/tree/v2.0.0) (2022-07-16)
[Full Changelog](https://github.com/smortex/tls-checker/compare/v1.4.0...v2.0.0)
**Breaking changes:**
- Bump internet\_security\_event dependency [\#2](https://github.com/smortex/tls-checker/pull/2) ([smortex](https://github.com/smortex))
**Merged pull requests:**
- Integrate github\_changelog\_generator [\#1](https://github.com/smortex/tls-checker/pull/1) ([smortex](https://github.com/smortex))
## [v1.4.0]
### Added
- New metadata in generated events: af (address fanily, one of 'inet' and
'inet6'), hostname, address and port.
### Changed
- Ensure events' ttl is an Integer.
## [v1.3.0]
### Changed
- Revert to the pre-1.2.0 behavior when a remote service is not reachable and
emit a critical event.
## [v1.2.0]
### Changed
- Skip completely TLSA check if a connexion certificate cannot be fetched;
- Do not generate an event when a connexion to a remote service is not
possible.
## [v1.1.1]
### Changed
- Handle Errno::EHOSTUNREACH exceptions gracefully when attempting to fetch a
certificate.
## [v1.1.0]
### Added
- Make it possible to test services using an IP address;
- Report validity of certificates when a TLSA record is found in the DNS.
[v1.4.0]: https://github.com/smortex/tls-checker/compare/v1.3.0...v1.4.0
[v1.3.0]: https://github.com/smortex/tls-checker/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/smortex/tls-checker/compare/v1.1.1...v1.2.0
[v1.1.1]: https://github.com/smortex/tls-checker/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/smortex/tls-checker/compare/v1.0.0...v1.1.0
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*