Skip to content

Releases: stanwood/framework-network-android

1.1.0-beta11

02 Mar 15:31
63dd15b

Choose a tag to compare

1.1.0-beta11 Pre-release
Pre-release
  • avoid retrying requests if token hasn't changed after forcefully retrieving

1.1.0-beta10

01 Mar 08:17
cf28689

Choose a tag to compare

1.1.0-beta10 Pre-release
Pre-release
  • Set RetryWithRefresh header manually before forwarding a failed request to Authenticator.onAuthenticationFailed()to ensure that calling through to authenticate() from there actually results in another attempt to fetch tokens. This completes the changes from 1.1.0-beta9.

1.1.0-beta9

28 Feb 16:44
4428cf0

Choose a tag to compare

1.1.0-beta9 Pre-release
Pre-release
  • Breaking: provide Route for subclasses overriding Authenticator.onAuthenticationFailed() so that they can call through to authenticate() if needed
  • synchronize complete token retrieval chain including all calls to onAuthenticationFailed() to guard against concurrency issues while in custom (that is overridden) fallback handling

1.1.0-beta8

27 Feb 12:12
62dcf97

Choose a tag to compare

1.1.0-beta8 Pre-release
Pre-release
  • Breaking: change repository name to stanwood/framework-network-android

1.1.0-beta7

21 Feb 10:25
5cfc04b

Choose a tag to compare

1.1.0-beta7 Pre-release
Pre-release
  • Breaking: Major rewrite of error handling and propagation - please check the according section in the README for details
  • Fix for critical error in AuthInterceptor introduced in the beta which prevented it from working properly at all

1.1.0-beta6

20 Feb 14:44
358dc26

Choose a tag to compare

1.1.0-beta6 Pre-release
Pre-release
  • Breaking: radically simplify authentication: no more distinction between anonymous and authenticated authentication!

1.1.0-beta5

16 Feb 15:59
3440d67

Choose a tag to compare

1.1.0-beta5 Pre-release
Pre-release
  • Breaking: Merge authenticated and anonymous methods in AuthenticationProvider into one consistent interface to ease separation of concerns and clean up dependency graphs when implementing the interface. Implement one subclass each for the authenticated and the unauthenticated case!

1.1.0-beta4

16 Feb 07:59
8653630

Choose a tag to compare

1.1.0-beta4 Pre-release
Pre-release
  • return response instead of request in OnAuthenticationFailedListener

1.1.0-beta3

15 Feb 11:10
f066027

Choose a tag to compare

1.1.0-beta3 Pre-release
Pre-release
  • add Nullable annotations
  • make AuthenticationProvider.getAuthenticatedToken() throw IOException

1.1.0-beta2

14 Feb 11:14

Choose a tag to compare

1.1.0-beta2 Pre-release
Pre-release
  • lower minSdkVersion to 16