GraphQL Kotlin v1.3.0 Release Notes

Release Date: 2019-10-29 // over 4 years ago
  • Minor Changes

    • [spring-server] make sdl endpoint customizable (#457) @dariuszkuc
      • New configuration properties:
      • graphql.sdl.enabled - Boolean flag to indicate whether SDL endpoint should be enabled, defaults to true
      • graphql.sdl.endpoint - SDL endpoint, defaults to /sdl

    Patch Changes

    • ๐Ÿ›  Fix GH actions PR check (#451) @smyrick
    • โœ‚ Remove reflections lib in favor of ClassGraph (#450) @smyrick

    Non-version Changes

    • ๐Ÿ“š [docs] spring-server documentation updates (#456) @dariuszkuc
    • โšก๏ธ [docs] update federation docs with more detail (#455) @dariuszkuc
    • โž• Add Algolia doc search to the website (#453) @smyrick
    • โšก๏ธ Update examples.md (#448) @smyrick
    • ๐Ÿ— build: 1.2.3-SNAPSHOT (Travis Build 1265) (#447) @smyrick