Skip to content

Releases: daazarov/EVEClient.NET

EVEClient.NET 8.1.0

01 May 14:46
be228e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.0.1...8.1.0

EVEClient.NET 8.0.1

15 Aug 13:26
Compare
Choose a tag to compare
  • Fix
    • DataContract models - fix inconsistency in the property setters
  • ENHANCEMENT:
    • Changed ServiceLifetime from Singleton to Scoped for the
      • ProtectionHandler
      • ETagHandler
      • RequestHeadersHandler
      • UrlRequestParametersHandler

Full Changelog: 8.0.0...8.0.1

EVEClient.NET 6.0.1

15 Aug 13:35
Compare
Choose a tag to compare
  • ENHANCEMENT:
    • Changed ServiceLifetime from Singleton to Scoped for the
      • ProtectionHandler
      • ETagHandler
      • RequestHeadersHandler
      • UrlRequestParametersHandler

Full Changelog: 6.0.0...6.0.1

EVEClient.NET 8.0.0

08 Aug 12:06
359934a
Compare
Choose a tag to compare
  • Fix
    • esi-issues changes from 2024-07-16 - details
    • esi-issues changes from 2024-07-11 - details
  • Deleted
    • DefaultScopeAccessValidator class and Microsoft.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 for IEsiClientConfigurationBuilder
      • registers stubs for IAccessTokenProvider and IScopeAccessValidator interfaces to avoid raising exceptions when executed
    • 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

08 Aug 14:26
f4766eb
Compare
Choose a tag to compare

Initial version based on EVEClient.NET 8.0.0

Initial version of EVEClient.NET

10 Jun 09:21
f72cf21
Compare
Choose a tag to compare
Pre-release
8.0.0-alpha.1

Update release.yml