The release notes from the new version 1.2.10.0 of SpringBot.
Features
No new features were included.
Improvements
- Improved responsiveness of joyride for smaller resolution devices.
- Admin dashboard now contains cards with links to documentation.
- Updated logout icon on navigation sidebar.
- Updated API
put
requests to ensure they are solely responsible for updating entities. - Improved form submission security.
- Improved stability of Workflow behaviour selenium tests.
- Updated Swagger UI with Springfox version 3.0.0.
Resolved Defects
- Resolved issues with empty entity models relating to the super user account.
- Resolved issues with joyride for empty entity models.
Migration Path
- Entities can no longer be created through the developer API
put
requests, if you are using this you will need to change your requests to usepost
instead.