By dawehner on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.0.x
Introduced in version:
8.0.0-beta15
Issue links:
Description:
The content negotiation class was removed and integrated into the negotationMiddleware directly.
If you replaced the content negotiation service you should now replace the entire middleware (http_middleware.negotiation) and do the logic needed there.
Impacts:
Module developers