Foundry 5.0.0 released
Skyve Foundry version 5.0.0 has been released. This release introduces the ability to use AI to generate a starting application based on a description of the application you are trying to build. This release also brings Skyve projects up to version 8.2.4.
AI Generate
When creating a new project in Foundry, there is a new button (AI Generate), which will use the description of your application and attempt to generate a starting set of entities (tables) and attributes. The below video shows an example of this in action:
Futher details on the integration can be found on the separate blog post.
Notes for Upgrading
All non-collaboration projects have been upgraded automatically to the latest Skyve platform version. If you have a collaboration project, you will need to manually update it in Git before you will be able to deploy your project again.
Steps to upgrade your collaboration project:
- Ensure everything is committed and in sync in Foundry and in your Git repository
- Check the Skyve blog and follow the upgrade instructions for all versions between your current version and the latest version
- Update your pom Skyve version and Skyve plugin version to the latest
- Perform a maven assemble
- Review the changes, ensure none of your customisations are overwritten
- Deploy locally and check everything still works
- Commit and push the changes
- From Foundry, go to your project, go to the Collaborate tab and click Pull
- Foundry will automatically detect if your project is now running the latest Skyve version and enable deployment