8.0.0 (2025-11-01)
Bug Fixes
- Add missing major version increase of dashboard release (#3005) (5debb4d)
- Cannot connect to server with error invalid header name (#3006) (ea4ec07)
- Currently displayed view reloads when editing and saving a different view (#3002) (794a35a)
- Dashboard config objects stored on server with public read / write access (#2997) (31a4639)
- ESC key does not cancel editing in data browser cell (#3001) (d1d7241)
- Filter text field in data browser partly looses focus when hitting enter key to apply filter (#2992) (e3085b9)
- Filter text field in data browser partly looses focus when selecting in drop-down element by hitting enter key to apply filter (#2993) (f4c17c7)
- Info panel briefly shows cached media content from previously selected cell when using pre-fetch (#3008) (dd6a85e)
- Missing alert when changing data browser browser data while rows are selected (#2994) (6cabaa3)
- Security upgrade parse from 3.5.1 to 7.0.1 (#3003) (5123fbf)
- Security upgrade passport from 0.5.3 to 0.6.0 (#3000) (fbb5e6d)
- Session management issue that causes malformed redirect URLs (#3011) (1649dd3)
- Storing view on server creates view key with hashed view name instead of UUID (#2995) (7cb65f3)
- Switching between browser tabs can cause illegible text color for config parameter value field (#3010) (77c5c67)
- View table data may be retained when switching between views (#2996) (ddc91c9)
Features
- Add
matches regexfilter to data browser replacing limitedstring contains stringfilter (#2991) (64a9f71) - Add info panel options
prefetchImage,prefetchVideo,prefetchAudioto pre-fetch media content in the info panel (#3009) (6796c9e) - Add Parse Server version compatibility detection (#3004) (9a7a60f)
Performance Improvements
- Storing, deleting, modifying view in server storage now only affects the specific view instead of updating all views (#2998) (48cea3c)
BREAKING CHANGES
- This increases the required minimum version to Parse Server 7. (5debb4d)