0.14.0
版本发布时间: 2022-05-17 22:46:16
appwrite/appwrite最新发布版本:1.6.0(2024-09-19 00:34:07)
Features
-
BREAKING CHANGE New Event Model
- The new Event Model allows you to define events for Webhooks or Functions more granular
- Account and Users events have been merged to just Users
- Examples:
-
database.documents.create
is nowcollections.[COLLECTION_ID].documents.[DOCUMENT_ID].create
- Both placeholders needs to be replaced with either
*
for wildcard or an ID of the respective collection or document - So you can listen to every document that is created in the
posts
collection withcollections.posts.*.documents.*.create
-
-
event
in the Realtime payload has been renamed toevents
and contains all possible events -
X-Appwrite-Webhook-Event
Webhook header has been renamed toX-Appwrite-Webhook-Events
and contains all possible events
-
BREAKING CHANGE Renamed
providers
toauthProviders
in Projects -
BREAKING CHANGE Renamed
stdout
toresponse
in Execution - BREAKING CHANGE Removed delete endpoint from the Accounts API
-
BREAKING CHANGE Renamed
name
touserName
on Membership response model -
BREAKING CHANGE Renamed
email
touserEmail
on Membership response model -
BREAKING CHANGE Renamed
event
toevents
on Realtime Response and now is an array of strings - Added
teamName
to Membership response model - Added new endpoint to update user's status from the Accounts API
- Deleted users will now free their ID and not reserve it anymore
- Added new endpoint to list all memberships on the Users API
- Increased Execution
response
to 1MB - Increased Build
stdout
to 1MB - Added Wildcard support to Platforms
- Added Activity page to Teams console
- Added button to verify/unverify user's e-mail address in the console
- Added Docker log limits to
docker-compose.yaml
- Renamed
_APP_EXECUTOR_RUNTIME_NETWORK
environment variable toOPEN_RUNTIMES_NETWORK
- Added Auth0 OAuth2 provider
- Added Okta Oauth2 provider @tanay1337 in https://github.com/appwrite/appwrite/pull/3139
Bugs
- Fixed issues with
min
,max
anddefault
values for float attributes - Fixed account created with Magic URL to set a new password
- Fixed Database to respect
null
values - Fixed missing realtime events from the Users API
- Fixed missing events when all sessions are deleted from the Users and Account API
- Fixed dots in database attributes
- Fixed renewal of SSL certificates
- Fixed errors in the certificates workers
- Fixed HTTPS redirect bug for non GET requests
- Fixed search when a User is updated
- Fixed aspect ratio bug in Avatars API
- Fixed wrong
Fail to Warmup ...
error message in Executor - Fixed UI when file uploader is covered by jumpt to top button
- Fixed bug that allowed Queries on failed indexes
- Fixed UI when an alert with a lot text disappears too fast by increasing duration
- Fixed issues with cache and case-sensivity on ID's
- Fixed storage stats by upgrading to
BIGINT
- Fixed
storage.total
stats which now is a sum ofstorage.files.total
andstorage.deployments.total
- Fixed Project logo preview
- Fixed UI for missing icons in Collection attributes
- Fixed UI to allow single-character custom ID's
- Fixed array size validation in the Database Service
- Fixed file preview when file extension is missing
- Fixed
Open an Issue
link in the console - Fixed missing environment variables on Executor service
- Fixed all endpoints that expect an Array in their params to have not more than 100 items
- Added Executor host variables as a part of infrastructure configuration by @sjke in https://github.com/appwrite/appwrite/pull/3084
- Added new tab/window for new release link by @Akshay-Rana-Gujjar in https://github.com/appwrite/appwrite/pull/3202
New Contributors
- @matigumma made their first contribution in https://github.com/appwrite/appwrite/pull/3032
- @Tinywan made their first contribution in https://github.com/appwrite/appwrite/pull/3063
- @sjke made their first contribution in https://github.com/appwrite/appwrite/pull/3084
- @gaby made their first contribution in https://github.com/appwrite/appwrite/pull/2991
- @INFERN04 made their first contribution in https://github.com/appwrite/appwrite/pull/3149
- @tanay1337 made their first contribution in https://github.com/appwrite/appwrite/pull/3139
- @everly-gif made their first contribution in https://github.com/appwrite/appwrite/pull/3128
- @Akshay-Rana-Gujjar made their first contribution in https://github.com/appwrite/appwrite/pull/3202
Full Changelog: https://github.com/appwrite/appwrite/compare/0.13.4...0.14.0