What's Changed
💥 Breaking Changes
- To fix a memory leak we have upgraded to Hibernate 6.6.11. This version follows the JPA specification more strictly. If you use a custom project for customizing OpenRemote, some updates to your code may be needed to fix errors similar to #1867. See also the Hibernate 6.6 Migration Guide.
- The
GET /api/master/realm/dashboard/:realm/:dashboardId
request now returns anHTTP 404
error instead of anHTTP 403
error when the dashboard exists without a user having access to it.
🎉 New features
⭐ Enhancements
- Update AWS Marketplace listing by @denniskuijs in #1832
- Upgrade hibernate to latest release by @richturner in #1845
- Added custom-elements.json generation by @MartinaeyNL in #1831
- Update .gitignore by @denniskuijs in #1866
🐞 Bug fixes
- Super admin can't open or delete alarms in other realms by @denniskuijs in #1838
- UI Fix: Flow Rules wiring not removed anymore during user changes by @MartinaeyNL in #1849
- UI Fix: Insights can now be opened without authentication again by @MartinaeyNL in #1850
- fix: decreased z-index(2->1) of map controls to resolve overlay issue by @sakib00 in #1851
- bugfix/missing map metadata by @Ekhorn in #1878
- Hotfix for dashboard ID being specified when duplicating it in the UI. by @MartinaeyNL in #1883
- bugfix/groupasset creation by @Hackerberg43 in #1629
- Fixes for JPA entity persistence errors after Hibernate upgrade by @richturner in #1867
Other changes
- Upgrade Camel by @ebariaux in #1841
- Improve CI/CD badge by @wborn in #1869
- docker compose and kubernetes change to support self-registered user … by @ebariaux in #1868
- Publish using Central Portal by @wborn in #1858
New Contributors
Full Changelog: 1.5.0...1.6.0