Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

45 lines (27 loc) · 1.38 KB

v1.4.3

  • Improve socket handling with GraphiQL playground

v1.4.2

  • Reverted some problematic javascript updates added in v1.4.1.

v1.4.1

  • Feature: before_send: option. Run a function that can alter the conn based on the GraphQL result.
  • Chore: Update GraphiQL Workspace and Playground.

v1.4.0

Status: RC

  • Feature: Updated GraphiQL Workspace (:advanced interface) to latest version; supports subscriptions.
  • Bug Fix: Fix breakage when calling a document provider using DocumentProvider.Compiled without passing params. (#112)

v1.3.0

  • Major rework of the Absinthe.Plug internals, although API stays essentially the same.
  • Feature: Supports transport level batching!
  • Feature: Document Providers: These enable persisted documents, see the DocumentProvider docs

v1.2.4

  • Fix issue with missing fetch version in CDN for GraphiQL :simple interface.

v1.2.3

v1.2.2

  • Enhancement: Uploaded File support

v1.2.1

  • Add support for the :root_value option. As with :context, Absinthe.Plug will pass the value of conn.private[:absinthe][:root_value] to Absinthe as the :root_value option.