Release 0.17.0¶
See GitHub Release.
Breaking changes¶
- Move TenantAPIBootstrapper interface to service/api/spi as a generic type and remove deprecated Viaduct.getSchema() method. (2f3f631c) by @geovannefduarte
- Refactor error handling API to improve package organization and remove DataFetchingEnvironment dependency from public API signatures (cb7696cb) by @geovannefduarte
Features¶
- Fast schema file format (#254) by @rstata
Bug Fixes¶
- Fix the release workflow failure in airbnb/viaduct where detektCustomRules was failing due to unmatched exclude patterns. (d0999afb) by @fireboy1919
Documentation¶
- Add some markdown files for agents (20886008) by @rstata
Refactoring¶
- Moves utilities that can be used for build-time fragment validation out of engine/api and into a share utils directory (b552bcf1) by @gummybug
Chores¶
- Add pycache artifacts to gitignore file by @ryan.tanner
- Enables loading mock GRT objects from Niobe-generated JSON for testing @Resolver implementations. (3e8ec0e9) by @pclowes
- Moves Flags as Seal interface inside Flag Manager (89090a58) by @kristileka
- Decouple
apiCheckexecution from the regulargradle check(70c0bb5c) by @nmarsollier