v1.0.0 #65
apexdodge
announced in
Announcements
v1.0.0
#65
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
This is the major 1.0.0 release.
The major features in this release include:
See all items here: https://github.com/RaythaHQ/raytha/milestone/2?closed=1
Database Migration
This release requires a database migration from version 0.9.0/4.
v0_9_0_to_v1_0_0.sql
script on your database or run ef migrationdotnet ef database update --project .\src\Raytha.Infrastructure --startup-project .\src\Raytha.Web
, whichever your preferred upgrade method is.Breaking changes
Documentation
Some articles will need to be created on raytha.com
But if you are eager to get started it is very easy.
Make api calls with
X-API-KEY
in the header of the request using the API key you created. The api key will inherit the permissions of the admin user you created the API key for.This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions