8000 Releases · descope/descope-kotlin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: descope/descope-kotlin

0.16.0

14 May 17:53
d061f2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.0...0.16.0

0.15.0

13 May 14:42
5ac3394
Compare
Choose a tag to compare

What's Changed

  • Refactor DescopeLogger to support explicit unsafe logging flag by @shilgapira in #215
  • Support non-authentication flows and enable refresh JWT injection into the flow by @itaihanski in #214

Full Changelog: 0.14.1...0.15.0

0.14.1

14 Apr 13:23
135190f
Compare
Choose a tag to compare

What's Changed

  • Add support for triggering DescopeFlow failures or cancellations from the flow page by @shilgapira in #204
  • Move flow state update into the main thread by @itaihanski in #206

Full Changelog: 0.14.0...0.14.1

0.14.0

08 Apr 16:23
db15635
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.3...0.14.0

0.13.3

13 Mar 13:40
324f1ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.2...0.13.3

0.13.2

10 Mar 16:16
37a562f
Compare
Choose a tag to compare

What's Changed

  • Fix custom tab launch and flow view initialization by @itaihanski in #191

Full Changelog: 0.13.1...0.13.2

0.13.1

10 Mar 09:39
7231b4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.13.1

0.13.0

02 Mar 14:28
a7b4e13
Compare
Choose a tag to compare

Main Changes

  • Customize flows using the new DescopeFlowHook mechanism.
  • Session is now immutable and its lifecycle has been imporved
  • DescopeFlow now accepts a URL string as well
  • DescopeFlowView will now report http loading errors via the onError callback
  • Rename oauthProvider to oauthNativeProvider for clarity
  • Ensure browser app is available before launching custom tab by
  • Error handling documentation additions
  • Internal dependencies updates

What's Changed

  • chore(deps): update github/codeql-action action to v3.28.2 by @descope in #169
  • chore(deps): update github/codeql-action action to v3.28.3 by @descope in #170
  • chore(deps): update github/codeql-action action to v3.28.4 by @descope in #171
  • chore(deps): update github/codeql-action action to v3.28.5 by @descope in #172
  • chore(deps): update github/codeql-action action to v3.28.6 by @descope in #173
  • chore(deps): update actions/setup-java action to v4.7.0 by @descope in #174
  • chore(deps): update github/codeql-action action to v3.28.7 by @descope in #175
  • chore(deps): update github/codeql-action action to v3.28.8 by @descope in #176
  • Flow hooks by @itaihanski in #177
  • Update session lifecycle implementation by @shilgapira in #178
  • fix(deps): update dependency org.json:json to v20250107 by @descope in #167
  • chore(deps): update dependency gradle to v8.12.1 by @descope in #139
  • Have web errors propagated to the caller via the onError function by @itaihanski in #179
  • Add handling for HTTP errors and improve network error messages by @shilgapira in #180
  • Add default String constructor to DescopeFlow by @shilgapira in #181
  • Update dependencies and android versions by @itaihanski in #184
  • chore(deps): update github/codeql-action action to v3.28.9 by @descope in #183
  • Change DescopeSession objects to be immutable to prevent data races by @shilgapira in #182
  • Bump SDK version by @shilgapira in #185
  • Ensure browser app is available before launching custom tab by @shilgapira in #188
  • Rename oauthProvider to oauthNativeProvider for clarity by @itaihanski in #187
  • Document error handling in more detail by @itaihanski in #186

Full Changelog: 0.12.3...0.13.0

0.12.3

02 Feb 11:10
7d492cb
Compare
Choose a tag to compare

What's Changed

  • chore(deps): pin dependencies by @descope in #160
  • chore(deps): update actions/checkout action to v4.2.2 by @descope in #161
  • chore(deps): update actions/setup-java action to v4.6.0 by @descope in #162
  • chore(deps): update github/codeql-action action to v2.28.0 by @descope in #163
  • chore(deps): update github/codeql-action action to v3 by @descope in #164
  • chore(deps): update github/codeql-action action to v3.28.1 by @descope in #168
  • Auto refresh by @itaihanski in #166

Full Changelog: 0.12.2...0.12.3

0.12.2

03 Dec 13:25
84806b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.1...0.12.2

0