Skip to content

Commit

Permalink
Rename Servlet ➝ Mvc
Browse files Browse the repository at this point in the history
  • Loading branch information
kaqqao committed Mar 21, 2021
1 parent 25a9282 commit 85fd2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Support subscriptions over SSE [#97](https://github.com/leangen/graphql-spqr-spring-boot-starter/issues/97)

### Changed
- [Breaking] Renamed all `Servlet*` classes to `Mvc*` (e.g. `ServletContextFactory``MvcContextFactory`)
- [Breaking] Make async execution the default [#99](https://github.com/leangen/graphql-spqr-spring-boot-starter/issues/99)
- Rewrite the WebSocket-based subscriptions implementation [#98](https://github.com/leangen/graphql-spqr-spring-boot-starter/issues/98)

Expand Down

0 comments on commit 85fd2a8

Please sign in to comment.