Releases: leangen/graphql-spqr-spring-boot-starter
Releases · leangen/graphql-spqr-spring-boot-starter
graphql-spqr-spring-boot-starter-v1.0.1
graphql-spqr-spring-boot-starter-v1.0.0
[1.0.0] - 2023-06-27
Changed
- [Breaking] Upgrade to Spring Boot v3.1.1 and SPQR v0.12.3 (graphql-java v20.4) #133
graphql-spqr-spring-boot-starter-v0.0.7
[0.0.7] - 2022-12-24
Changed
- [Breaking] Upgrade to Spring Boot v2.7.6 and SPQR v0.12.1 (graphql-java v20.0) #124
graphql-spqr-spring-boot-starter-v0.0.6
[0.0.6] - 2021-03-21
Added
- Support subscriptions over SSE #97
Changed
- [Breaking] Renamed all
*Servlet*
classes to*Mvc*
(e.g.ServletContextFactory
➝MvcContextFactory
) - [Breaking] Make async execution the default #99
- Rewrite the WebSocket-based subscriptions implementation #98
Fixed
- Bean registration fails when it encounters a JDK Proxy #100
graphql-spqr-spring-boot-starter-v0.0.5 ☥
[0.0.5] - 2021-02-09
Added
- Support for Spring Data paging 🥳, with ot without Relay compatibility (thanks @vjroby) #2
- Spring Security support in WebFlux (preserve Spring's subscriber context) 🥳 #69
- Ability to choose a scheduler for
Mono
s
Changed
- [Breaking] Upgraded to graphql-spqr 0.11.1 (with graphql-java v16.2)
- [Breaking] Upgraded to Spring Boot 2.4.2
Fixed
graphql-spqr-spring-boot-starter-v0.0.4 :: WebFlux
graphql-spqr-spring-boot-starter-v0.0.3 :: Apollo subscriptions
[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