Skip to content

Releases: Qusion/apollo-service-wrapper

Q-Apollo-wrapper 0.1.9

Choose a tag to compare

@rem821 rem821 released this 15 Mar 08:05
  • Ensures single call of refreshToken mutation

Q-Apollo-wrapper 0.1.8

Choose a tag to compare

@rem821 rem821 released this 21 Feb 22:25
  • Fixes error handling when refreshing token

Q-Apollo-wrapper 0.1.7

Choose a tag to compare

@rem821 rem821 released this 10 Feb 08:58
  • Adds refreshToken function to ApolloService directly

Q-Apollo-wrapper 0.1.6

Choose a tag to compare

@rem821 rem821 released this 09 Feb 22:32
  • Removes ForceLogoutException as this is better to have in app directly

Q-Apollo-wrapper 0.1.5

Choose a tag to compare

@rem821 rem821 released this 09 Feb 22:18
  • Makes exceptions open classes

Q-Apollo-wrapper 0.1.4

Choose a tag to compare

@rem821 rem821 released this 09 Feb 21:25
  • Exposes non safe mutate and query functions for niche usecases
  • Makes refreshToken function suspended

Q-Apollo-wrapper 0.1.3

Choose a tag to compare

@rem821 rem821 released this 09 Feb 21:04
  • Makes NetworkExceptions more useful

Q-Apollo-wrapper 0.1.2

Choose a tag to compare

@rem821 rem821 released this 09 Feb 20:55
  • Adds possibility to have more header interceptors

Q-Apollo-wrapper 0.1.1

Choose a tag to compare

@rem821 rem821 released this 09 Feb 20:39

-Fixes generics

Q-Apollo-wrapper 0.1.0

Choose a tag to compare

@rem821 rem821 released this 09 Feb 20:05
3a49284
  • Updates to Apollo version 2.4.1
  • Adds custom refresh token handling
  • Adds custom typeAdapters option
  • Adds flow support
  • Adds encryption support (This adds sqlcipher dependency (see https://github.com/sqlcipher/android-database-sqlcipher)
  • Splits Apollo clients for mutations and queries (This prevents from caching mutations into the normalized cache)
  • Adds custom request timeout control