graphql-spqr-spring-boot-starter-v0.0.3 :: Apollo subscriptions
kaqqao
released this
14 Dec 15:22
·
65 commits
to master
since this release
[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
andMono
) #16
Changed
- [Breaking] Normalized all application properties. See SpqrProperties for details.
- [Breaking] Default GUI endpoint changed from
/graphiql
to/gui
- Upgraded to graphql-spqr 0.9.9
- GraphiQL replaced with GraphQL Playground (might be revised later)
Removed
- [Breaking] Removed
DefaultGlobalContext#getDataLoaders
asDataLoader
s are now accessible directly
Fixed
- Proxied beans no longer cause an exception (enabling the usage of Spring Security,
@Transactional
etc) #12