Sponsors ❤️
[GitHub Sponsors](https://github.com/sponsors/litestar-org/): [Scalar](https://scalar.com/) (scalar), [Telemetry Sports](https://telemetrysports.com/) (via chris-telemetry), [Stok](https://www.stok.kr/) (stok-team), benjamin-kirkbride, crisog, geeshta, cbscsm, ruslan-korneev, iRod3s
[OpenCollective](https://opencollective.com/litestar): Christian Y, Anonymous
What's changed
Bugfixes
* Fix missing cors headers in response by crisog in https://github.com/litestar-org/litestar/pull/3179
* Fix sending empty data in sse in js client by euri10 in https://github.com/litestar-org/litestar/pull/3176
New features
* Support `ResponseSpec(..., examples=[...])` by tuukkamustonen in https://github.com/litestar-org/litestar/pull/3100
* Support "+json"-suffixed response media types by bunny-therapist in https://github.com/litestar-org/litestar/pull/3096
* Allow re-usable `Router` instances by tuukkamustonen in https://github.com/litestar-org/litestar/pull/3103
* Only display path in `ValidationException`s by floxay in https://github.com/litestar-org/litestar/pull/3064
* Expose request_class to other layers by kedod in https://github.com/litestar-org/litestar/pull/3125
* Expose websocket_class by kedod in https://github.com/litestar-org/litestar/pull/3152
* Add `type_decoders` Router and route handlers by kedod in https://github.com/litestar-org/litestar/pull/3153
* Pass `type_decoders` in WebsocketListenerRouteHandler by kedod in https://github.com/litestar-org/litestar/pull/3162
* 3116 enhancement session middleware by aranvir in https://github.com/litestar-org/litestar/pull/3127
* Make random seed for openapi example generation configurable by guacs in https://github.com/litestar-org/litestar/pull/3166
* Generate openapi components schemas in a deterministic order by guacs in https://github.com/litestar-org/litestar/pull/3172
New contributors
* crisog made their first contribution in https://github.com/litestar-org/litestar/pull/3179
* error418 made their first contribution in https://github.com/litestar-org/litestar/pull/3167
* bunny-therapist made their first contribution in https://github.com/litestar-org/litestar/pull/3096
* tuukkamustonen made their first contribution in https://github.com/litestar-org/litestar/pull/3100
**Full Changelog**
https://github.com/litestar-org/litestar/compare/v2.6.3...v2.7.0