Skip to content

Latest commit

 

History

History
211 lines (154 loc) · 15.2 KB

CHANGELOG.md

File metadata and controls

211 lines (154 loc) · 15.2 KB

3.3.2 (2023-05-06)

Bug Fixes

3.3.1 (2022-06-11)

Bug Fixes

3.3.0 (2021-05-19)

Bug Fixes

Features

3.2.0 (2020-09-20)

Bug Fixes

Features

3.0.0 (2019-09-26)

Build System

BREAKING CHANGES

  • APS.Net Core 3.0

2.2.1 (2018-12-19)

Bug Fixes

  • nugets packages version (bb948bb)

2.2.0 (2018-12-16)

Features

  • .net 2.2 (2cc92b9)
  • ci: use githubflow and semantic-release (79b0537)

2.1.0 (Jul. 28 2018)

Feature

  • ASP.Net Core 2.1 update

2.0.0 (Jun. 6 2018)

Takes advantage of new HttpClientFactory

Improvements

  • Takes advantage of new HttpClientFactory. The underlying HttpClient is created with a named instance
  • New IServiceCollection extensions methods
  • Better code documentation

Breaking changes

  • FirebaseClient constructor takes an HttpClient and a FirebaseOptions instances
  • New DelegatingHandler, FirebaseAuthenticationHandler to manage authentication. Authentication is now manage by this handler
  • AuthRequest renamed EmailPasswordAuthRequest
  • AuthTokenManager renamed OAuthTokenManager
  • AuthOptions renamed OAuthServiceAccountKey
  • AuthTokenManager renamed OAuthTokenManager
  • IFirebaseTokenManager doesn't extends IDisposable anymore

2.0.0-beta.1 (Mar. 18 2018)

Takes advantage of new HttpClientFactory

Improvements

  • Takes advantage of new HttpClientFactory. The underlying HttpClient is created with a named instance
  • New IServiceCollection extensions methods
  • Better code documentation

Breaking changes

  • FirebaseClient constructor takes an HttpClient and a FirebaseOptions instances
  • New DelegatingHandler, FirebaseAuthenticationHandler to manage authentication. Authentication is now manage by this handler
  • AuthRequest renamed EmailPasswordAuthRequest
  • AuthTokenManager renamed OAuthTokenManager
  • AuthOptions renamed OAuthServiceAccountKey
  • AuthTokenManager renamed OAuthTokenManager
  • IFirebaseTokenManager doesn't extends IDisposable anymore

1.1.1 (Mar. 02 2018)

Bug Fixe

1.1.0 (Mar. 02 2018)

Implement IQueryableRoleStore<> and IQueryableUserStore<>

1.0.0 (Feb. 21 2018)

Initial release