We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a9282 commit 85fd2a8Copy full SHA for 85fd2a8
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
- Support subscriptions over SSE [#97](https://github.com/leangen/graphql-spqr-spring-boot-starter/issues/97)
10
11
### Changed
12
+- [Breaking] Renamed all `Servlet*` classes to `Mvc*` (e.g. `ServletContextFactory` ➝ `MvcContextFactory`)
13
- [Breaking] Make async execution the default [#99](https://github.com/leangen/graphql-spqr-spring-boot-starter/issues/99)
14
- Rewrite the WebSocket-based subscriptions implementation [#98](https://github.com/leangen/graphql-spqr-spring-boot-starter/issues/98)
15
0 commit comments