v1.1.0
v1.1.0 is a big release!
This is a major version upgrade which means you must run a database migration script. For those who are upgrading from any version between 1.0.0 and 1.0.6, you should run this database script: https://github.com/RaythaHQ/raytha/blob/main/db/v1_0_0_to_v1_1_0.sql or via ef core command line:
dotnet ef database update --project .\src\Raytha.Infrastructure\ --startup-project .\src\Raytha.Web --configuration "Debug without JS"
What is in this version?
- Support for a background task infrastructure. This will allow quite a bit of future functionality that is dependent on long running tasks.
- Export content items to CSV - the first feature to make use of the new background task infrastructure.
Thank you!