Version 8.1 SR 1
Piranha.Data.EF 8.1.2
, Piranha.Data.EF.MySql 8.1.2
, Piranha.Data.EF.SQLite 8.1.2
, Piranha.Data.EF.SQLServer 8.1.2
This service release fixes a critical failure in the Post Service where an async method call is not awaited properly, causing threading issues.
Bugfixes
- Async operation not awaited in
ContentService.Transform
. #1051