Releases: daazarov/EVEClient.NET
Releases · daazarov/EVEClient.NET
EVEClient.NET 8.1.0
EVEClient.NET 8.0.1
- Fix
- DataContract models - fix inconsistency in the property setters
- ENHANCEMENT:
- Changed ServiceLifetime from Singleton to Scoped for the
- ProtectionHandler
- ETagHandler
- RequestHeadersHandler
- UrlRequestParametersHandler
- Changed ServiceLifetime from Singleton to Scoped for the
Full Changelog: 8.0.0...8.0.1
EVEClient.NET 6.0.1
- ENHANCEMENT:
- Changed ServiceLifetime from Singleton to Scoped for the
- ProtectionHandler
- ETagHandler
- RequestHeadersHandler
- UrlRequestParametersHandler
- Changed ServiceLifetime from Singleton to Scoped for the
Full Changelog: 6.0.0...6.0.1
EVEClient.NET 8.0.0
- Fix
- Deleted
DefaultScopeAccessValidator
class andMicrosoft.IdentityModel.Tokens
references (preparation for EVEClient.NET.Identity package)- Now you need to implement IAccessTokenProvider and IScopeAccessValidator interfaces independently if you want to access secure endpoints
- Added
UseOnlyPublicEndpoints()
extension method forIEsiClientConfigurationBuilder
- registers stubs for
IAccessTokenProvider
andIScopeAccessValidator
interfaces to avoid raising exceptions when executed
- registers stubs for
- Added an optional input parameter for each protected endpoint that accepts access token.
- can be used as an alternative to IAccessTokenProvider
- ENHANCEMENT:
- Enable nullable references types for the project.
EVEClient.NET 6.0.0
Initial version based on EVEClient.NET 8.0.0
Initial version of EVEClient.NET
8.0.0-alpha.1 Update release.yml