1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

feat: rename time attribute to duration

This commit is contained in:
Christy Jacob 2022-09-09 16:03:57 +04:00
parent cb50220b60
commit b837fe7233

View file

@ -10,7 +10,7 @@
- Queries have been improved to allow even more flexibility, and introduced to new endpoints. See the Queries V2 section in the document for more information [#3702](https://github.com/appwrite/appwrite/pull/3702)
- Compound indexes are now more flexible [#151](https://github.com/utopia-php/database/pull/151)
- `createExecution` parameter `async` default value was changed from `true` to `false` [#3781](https://github.com/appwrite/appwrite/pull/3781)
- `time` attribute in Execution response model has been reanamed to `duration` to be more consistent with other response models. [#3801]()
- `time` attribute in Execution response model has been reanamed to `duration` to be more consistent with other response models. [#3801](https://github.com/appwrite/appwrite/pull/3801)
## Features
- Added the UI to see the Parent ID of all resources within the UI. [#3653](https://github.com/appwrite/appwrite/pull/3653)