Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 773 Bytes

File metadata and controls

12 lines (11 loc) · 773 Bytes

v0.2.0

  • Feature: Support for passing custom OkHttpClient objects
    • KeyFlowAuthenticator: Add new constructors with an OkHttpClientParam
      • Marked constructors without OkHttpClient param as deprecated, use new constructors with OkHttpClient instead
      • KeyFlowAuthenticator implements okhttp3.Authenticator interface now
        • added method KeyFlowAuthenticator.authenticate()
    • Marked KeyFlowInterceptor class as deprecated, use KeyFlowAuthenticator instead
    • Marked SetupAuth constructors and methods SetupAuth.init() and SetupAuth.getAuthHandler() as deprecated
      • all other methods of SetupAuth are marked as static now, only these will remain in the future

v0.1.0

  • Initial onboarding of STACKIT Java SDK core lib