dgs-framework

GraphQL for Java with Spring Boot made easy.

APACHE-2.0 License

Stars
3.1K

Bot releases are visible (Hide)

dgs-framework -

Published by github-actions[bot] over 3 years ago

What’s Changed

  • Use kotlin BOM to align dependencies (#170) @kilink
  • DgsContextBuilder should not have state (#183) @paulbakker
dgs-framework - v3.9.3

Published by github-actions[bot] over 3 years ago

What’s Changed

  • Added new interface DgsCustomContextBuilderWithRequest (#169) @paulbakker
dgs-framework - v3.9.2

Published by github-actions[bot] over 3 years ago

What’s Changed

  • The gql.field tag should express the internal field and not the alias. (#168) @berngp
  • Add support for application/graphql requests (#166) @paulbakker
  • Added new interface DgsCustomContextBuilderWithRequest (#169) @paulbakker
dgs-framework - v3.9.1

Published by srinivasankavitha over 3 years ago

  • added a test for using a List type with GraphQLResponse (#164) @paulbakker
  • Feature for setting the response headers in the GraphQLResponse in GraphQLClient (#161) @srinivasankavitha
  • Fix for performance issue caused by not re-using instances of ParameterDiscoverer (#160) @paulbakker
  • Contributing guide (#157) @paulbakker
dgs-framework - v3.9.0

Published by github-actions[bot] over 3 years ago

What’s Changed

  • added a test for using a List type with GraphQLResponse (#164) @paulbakker
  • Feature for setting the response headers in the GraphQLResponse in GraphQLClient (#161) @srinivasankavitha
  • Fix for performance issue caused by not re-using instances of ParameterDiscoverer (#160) @paulbakker
  • Contributing guide (#157) @paulbakker
dgs-framework - v3.9.0-rc.1

Published by github-actions[bot] over 3 years ago

What’s Changed

  • Feature for setting the response headers in the GraphQLResponse in GraphQLClient (#161) @srinivasankavitha
  • Fix for performance issue caused by not re-using instances of ParameterDiscoverer (#160) @paulbakker
  • Contributing guide (#157) @paulbakker
dgs-framework - v3.8.2

Published by github-actions[bot] over 3 years ago

What’s Changed

  • [Fine Grained Approach w/ GraphiQL Collapse] Replace path properties with @ConfigurationProperties (#153) @bono007
  • Support multiple beans of type DataLoaderInstrumentationExtensionProvider (#147) @berngp
  • Updating Locks (#149) @berngp
  • Refactored Metric Tests for Data Loaders and Outcome Tag (#146) @berngp
dgs-framework - v3.8.1-rc.1

Published by github-actions[bot] over 3 years ago

What’s Changed

  • Support multiple beans of type DataLoaderInstrumentationExtensionProvider (#147) @berngp
  • Updating Locks (#149) @berngp
  • Refactored Metric Tests for Data Loaders and Outcome Tag (#146) @berngp
dgs-framework - 3.8.0

Published by paulbakker over 3 years ago

What's Changed

This is a big release with some significant new features!
Some of the highlights include:

  • Support for Micrometer Metrics, which provide datafetcher metrics
  • The possibility to configure the /graphql and /graphiql paths
  • A new @RequestHeader annotation for datafetchers
  • Improved DgsContext, which now has access to the WebRequest
  • Improved @InputArgument ergonomics

Features

  • Revamped RequestData on DgsContext, support for @RequestHeader and @InputArgument without name (#112) @paulbakker
  • Provide Micrometer Metrics that capture aspects of GraphQL query latency. (#52) @berngp
  • Add support for configuring GraphQL and GraphiQL paths (#101) @bono007

Improvements

  • Add ktlint gradle plugin (#118) @kilink
  • Update Gradle Wrapper from 6.8.2 to 6.8.3 (#113) @github-actions
  • Share settings for codestyle (#111) @paulbakker
  • Applied standard kotlin code style (#107) @paulbakker
  • Trigger neubla-publish workflow on release. (#125) @berngp
  • use getProperty overload to fetch and coerce reload setting (#122) @kilink
  • Remove reference to Metatron annotation (#133) @kilink
  • Remove some unnecessary stream usage (#121) @kilink
  • Use CompletionStage interface (#127) @kilink

Documentation

Bugfixes

  • Fix for incorrectly returning in findSchemaFiles method (#137) @paulbakker
  • Fix bug causing contextual tags to always be empty (#119) @kilink
dgs-framework - v3.8.0-rc.6

Published by github-actions[bot] over 3 years ago

What’s Changed

  • Fixing DgsGraphQLMetricsInstrumentation not returning the result on instrumented DataFetchers (#139) @berngp
dgs-framework -

Published by github-actions[bot] over 3 years ago

What’s Changed

  • Fix for incorrectly returning in findSchemaFiles method (#137) @paulbakker
  • Remove reference to Metatron annotation (#133) @kilink
  • Add support for configuring GraphQL and GraphiQL paths (#101) @bono007
  • Use CompletionStage interface (#127) @kilink
dgs-framework - v3.8.0-rc.3

Published by github-actions[bot] over 3 years ago

What’s Changed

  • Trigger neubla-publish workflow on release. (#125) @berngp
  • Fix bug causing contextual tags to always be empty (#119) @kilink
  • use getProperty overload to fetch and coerce reload setting (#122) @kilink
  • Remove some unnecessary stream usage (#121) @kilink
dgs-framework - v3.8.0-rc.1

Published by github-actions[bot] over 3 years ago

What’s Changed

  • Add ktlint gradle plugin (#118) @kilink
  • Revamped RequestData on DgsContext, support for @RequestHeader and @InputArgument without name (#112) @paulbakker
  • Provide Micrometer Metrics that capture aspects of GraphQL query latency. (#52) @berngp
  • Update Gradle Wrapper from 6.8.2 to 6.8.3 (#113) @github-actions
  • Share settings for codestyle (#111) @paulbakker
  • Applied standard kotlin code style (#107) @paulbakker
dgs-framework -

Published by github-actions[bot] over 3 years ago

What’s Changed

  • Moving failure analyzer out of the core module (#103) @paulbakker
  • Switching back to SB 2.3.6 and Lock updates. (#102) @berngp
  • Add ability to disable schema-json and graphiql endpoints (#94) @bono007
  • Enable Spring Boot's Configuration Processors. (#99) @berngp
  • Migrated release publishing to no longer use Bintray! @paulbakker
dgs-framework - v3.6.0

Published by paulbakker over 3 years ago

  • [closed] GraphQLQueryRequest serialization error #75
  • [closed] Runtime class not found exception with 3.5.1 version #73
  • [closed] Jcenter is dead #27
dgs-framework - Rollback json-smart exclude

Published by paulbakker over 3 years ago

dgs-framework -

Published by paulbakker over 3 years ago

Re-triggering failed sync to maven central

dgs-framework -

Published by paulbakker over 3 years ago

#49
#58
#65

dgs-framework - Fix @InputArgument processing for list of scalar types.

Published by srinivasankavitha over 3 years ago

dgs-framework - Upgrade to graphql-java:16

Published by paulbakker over 3 years ago