Skip to content

v1.1.0

Compare
Choose a tag to compare
@sav007 sav007 released this 22 Aug 23:27
c579d50

Importent: there 2 major changes introduced by this release:

  • minimum supported Gradle version is bumped up to 5.1.1
  • new code generation engine (enabled by default) that doesn't depend on Node JS Apollo codegen module. If you run into any issues with new engine and want to switch back to old one, set system build property apollographql.useExperimentalCodegen to false: apollographql.useExperimentalCodegen=false.

In next release old code generation engine will be removed completely.

New code generation engine (#1482, #1484, #1488, #1491, #1493, #1499, #1500, #1505, #1512)
Modernize build and fix deprecated gradle API usages (#1476)
Drop Rx1 support (#1508)
Enable new code gen by default (#1515)