updated changelog

This commit is contained in:
Gani Georgiev 2022-12-13 12:33:12 +02:00
parent 1f45b858a6
commit 5183280c39
1 changed files with 4 additions and 2 deletions

View File

@ -2,12 +2,14 @@
- Added `/api/health` endpoint (thanks @MarvinJWendt). - Added `/api/health` endpoint (thanks @MarvinJWendt).
- Removed `rest.UploadedFile` struct (see below `filesystem.File`). - Added support for SMTP `LOGIN` auth for Microsoft/Outlook and other providers that dont't support the `PLAIN` auth method ([#1217](https://github.com/pocketbase/pocketbase/discussions/1217#discussioncomment-4387970)).
- Optimized memory allocations (~20% improvement). - Reduced memory consumption (~20% improvement).
- Improved record references delete performance. - Improved record references delete performance.
- Removed `rest.UploadedFile` struct (see below `filesystem.File`).
- Added generic file resource struct that allows loading and uploading file content from - Added generic file resource struct that allows loading and uploading file content from
different sources (at the moment multipart/formdata requests and from the local filesystem). different sources (at the moment multipart/formdata requests and from the local filesystem).
``` ```