Skip to content

Commit bb2b46c

Browse files
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-migration-1.0.0
2 parents 9c59dec + 3df89e6 commit bb2b46c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+243
-225
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@
1212
- `createExecution` parameter `async` default value was changed from `true` to `false` [#3781](https://github.com/appwrite/appwrite/pull/3781)
1313
- String attribute `status` has been refactored to a Boolean attribute `enabled` in the functions collection [#3798](https://github.com/appwrite/appwrite/pull/3798)
1414
- `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)
15+
- Renamed the following list endpoints to stay consistent with other endpoints [#3825](https://github.com/appwrite/appwrite/pull/3825)
16+
- `getMemberships` to `listMemberships` in Teams API
17+
- `getMemberships` to `listMemberships` in Users API
18+
- `getLogs` to `listLogs` in Users API
19+
- `getLogs` to `listLogs` in Accounts API
20+
- `getSessions` to `listSessions` in Accounts API
21+
- `getSessions` to `listSessions` in Users API
22+
- `getCountries` to `listCountries` in Locale API
23+
- `getCountriesEU` to `listCountriesEU` in Locale API
24+
- `getCountriesPhones` to `listCountriesPhones` in Locale API
25+
- `getContinents` to `listContinents` in Locale API
26+
- `getCurrencies` to `listCurrencies` in Locale API
27+
- `getLanguages` to `listLanguages` in Locale API
28+
1529

1630
## Features
1731
- Added the UI to see the Parent ID of all resources within the UI. [#3653](https://github.com/appwrite/appwrite/pull/3653)

app/config/platforms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
[
163163
'key' => 'web',
164164
'name' => 'Console',
165-
'version' => '7.0.0-RC2',
165+
'version' => '7.0.0',
166166
'url' => 'https://github.com/appwrite/sdk-for-console',
167167
'package' => '',
168168
'enabled' => true,

app/config/specs/open-api3-1.0.0-RC1-client.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/config/specs/open-api3-1.0.0-RC1-console.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/config/specs/open-api3-1.0.0-RC1-server.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/config/specs/open-api3-1.0.0-client.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

app/config/specs/open-api3-1.0.0-console.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

app/config/specs/open-api3-1.0.0-server.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

app/config/specs/open-api3-latest-client.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

app/config/specs/open-api3-latest-console.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)