Releases: akamsteeg/AtleX.HaveIBeenPwned
Releases · akamsteeg/AtleX.HaveIBeenPwned
v9.0.1
v9.0.0
- [Feature] Added support getting subscribed domains and their breached users (#104)
- [Feature] Added basic telemetry so users can observe the usage and performance of the library (#102)
- [Feature] Updated documentation (#97, #106)
- [Feature] Implemented '==' and '!=' operators on models (#100)
- [Feature] Add a package icon (#108)
- [Fix] Performance improvements (#96, #98, #99)
Full Changelog: v8.1.1...v9.0.0
v8.1.1
v8.1.0
V8.0.0
V7.0.0
- [Breaking] Throw exception when the CancellationToken is cancelled as soon as possible (#70)
- [Breaking] Wrap InvalidOperationException in HaveIBeenPwnedClientException (#71)
- [Breaking][Fix] GetPastesAsync() now returns an empty collection instead of throwing an exception when no pastes are found (#82)
- [Feature] Add .NET 6.0 target and use source generators for JSON (de)serialization (#72)
- [Feature] Add more properties to the SiteBreach model (#79)
- [Feature] Improved documentation
- [Feature] Many internal improvements to make this the best and most performant version ever (#75, #76, #77, #78, #79)
V6.0.1
V6.0.0
- [Breaking] Removed SerializeAttribute from exceptions (#50)
- [Breaking] Removed obsolete and no longer used settings from HaveIBeenPwnedClientSettings (#60)
- [Feature] Add support for padded pwned password checks (Enabled by default, #55)
- [Feature] Improved IntelliSense documentation (#61)
- [Feature] Internal improvements (#56, #57, #58)