Skip to content

Releases: AniTrend/retrofit-graphql

v0.11.0-alpha01

02 Jul 09:24
38a48e7
Compare
Choose a tag to compare
v0.11.0-alpha01 Pre-release
Pre-release

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

16 Apr 21:26
Compare
Choose a tag to compare

Features:

  • New: Add Logger for library #53
  • New: Add standard extensions Map<String, Object> to GraphError #90

Updates:

  • Update: gradle from 3.6.1 to 3.6.2 #88
  • Update: kotlin from 1.3.70 to 1.3.71 0c9864e

v0.10.2: Dependency Updates

16 Sep 15:01
Compare
Choose a tag to compare

Updates:

  • mockk from 1.9 to 1.9.3 #24
  • kotlin-gradle-plugin from 1.3.41 to 1.3.50 #39
  • retrofit from 2.6.0 to 2.6.1 #31
  • gradle from 3.4.2 to 3.5.0 #38
  • target & compile sdk from 28 to 29 8bd43c2

v0.10.1: External Fragments Lookup

20 Jun 13:42
Compare
Choose a tag to compare

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

28 Mar 06:41
Compare
Choose a tag to compare

Patches:

R8 / ProGuard Rules: Model Class #7

  • Added keep model classes in library rule

v0.9: APQ: Automated Persisted Queries

20 Mar 12:37
Compare
Choose a tag to compare

Features:

Automated Persisted Queries #5

v0.8: AndroidX Dependency Fix

10 Jan 08:37
Compare
Choose a tag to compare

Patches:

Removed AndroidX Dependency #2

  • Removed library implementation for material or android x which forced implementing modules to include it

v0.7: Custom Gson

08 Jan 20:21
Compare
Choose a tag to compare

Features:

Custom Gson Implementation #1

  • Added factory overload to allow a custom Gson configuration to be used