Releases: AniTrend/retrofit-graphql
v0.11.0-alpha01
Features:
-
New: Migrate to buildSrc and bump retofit to 2.9.0 cff0fd8
-
New: Add abstract contract for a files discovery plugin #71, c6dfa15
-
New: Add new logger facade contracts for full control over logger #59, 3202ec6 & fcf329e
-
New: Add new persisted query hash calculator and errors to new packages and minor class signature changes with deprecation warnings on old classes 175e40c, af619fa
Updates:
-
Update: Refactor of graph request converter to reflect method signature changes in
retrofit 2.9.0
-
Update: Refactor
GraphConverter
signature and expose constructor aff4ab5 -
Update: Refactor
GraphProcessor
and add deprecation warning to singleton factory #71, 278f292 & bd6fe97 -
Update: Rewrite sample app, migrate to github api 8ce9257
-
Update: Bump gradle from 3.6.3 to 4.0.0 #104
-
Update: Bump mockk from 1.9.3 to 1.10.0 #95
Breaking Changes:
- Breaking: Bump minimum sdk version from API 17 to API 21 90ec67f
v0.10.3: Logger & Error Extensions
v0.10.2: Dependency Updates
v0.10.1: External Fragments Lookup
Features:
Fragment Query Lookup #9
- Added utility classes to resolve fragments definitions in queries
- Added class to produce an analysis report of fragment references, and their definitions
- Added class that can piece together fragment Strings to be appended to a query & automatic fragment patching in GraphProcessor
Fragment Lookup on All Operations #19
v0.9.1: ProGuard Rule: Keep Model Package
v0.9: APQ: Automated Persisted Queries
Features:
Automated Persisted Queries #5
- Added support for Automated Persisted Queries (APQ) complying with this protocol
v0.8: AndroidX Dependency Fix
Patches:
Removed AndroidX Dependency #2
- Removed library implementation for material or android x which forced implementing modules to include it
v0.7: Custom Gson
Features:
Custom Gson Implementation #1
- Added factory overload to allow a custom Gson configuration to be used