Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 2.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.0.4] - 2018-02-24

Added

  • WebFlux support (not yet for subscriptions) (thanks @vjroby) #9
  • Easier customization of GraphQL execution / error handling via GraphQLExecutor #22

Changed

  • Annotations are now in a separate module to enable lighter dependencies (thanks @heruan) #6

Fixed

  • DataLoader and global context now properly work in subscriptions #19

[0.0.3] - 2018-12-14

Added

  • Full support for Apollo's graphql-ws protocol #13
  • Easy way to inject custom global context #11
  • Support for Reactor types (Flux and Mono) #16

Changed

Removed

  • [Breaking] Removed DefaultGlobalContext#getDataLoaders as DataLoaders are now accessible directly

Fixed

  • Proxied beans no longer cause an exception (enabling the usage of Spring Security, @Transactional etc) #12