v0.6.0-alpha.0
Pre-release
Pre-release
·
1394 commits
to master
since this release
Features:
- Client integration endpoints and authentication middleware added along with settings area for it within the SPA. (4ef95c2)
- Rate limiting added to the API and messaging within SPA. (3d73bf2)
- Users now have their own secret generated and stored against them for hashing their password with argon2. It’s also setup to regenerate whenever a password is updated. (6a10b44)
- Fetch documents client endpoint added along with toolkit support. (fbcf50f)
- Fetch all locales client endpoint added along with toolkit support . (5e54359)
Breaking changes:
- Lucid config keys have new validation schema - they are now required to be 64 characters long. (e45701d)
Bug Fixes:
- Fixed bug on processed image where we didn't wait for the upload to finish. (cbc7a84)
- Fixed issue where serviceWrapper didn't return result of fn if it wasn't within a transaction - caused 30ms delay on requests in some places. (b2e92fe)
- Fixed serviceWrapper bug that meant default error wasn't being merged into the fn error result. (51412f8)
- Fixed bug with render template service where template data wasn't being passed down correctly. (ef30d80)
- Fixed issue with get multiple filtered collection docs where it required collection fields to be included for them to be filterable. (9c672dc)