Appwrite

Latest version: v9.0.3

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 15

0.12.0

Features

- Completely rewritten Database service: **Breaking Change**
- Collection rules are now attributes
- Filters for have been replaced with a new, more powerful syntax
- Custom indexes for more performant queries
- Enum Attributes
- Maximum `sum` returned does not exceed 5000 documents anymore **Breaking Change**
- **DEPRECATED** Nested documents has been removed
- **DEPRECATED** Wildcard rule has been removed
- You can now set custom ID’s when creating following resources:
- User
- Team
- Function
- Project
- File
- Collection
- Document
- All resources with custom ID support required you to set an ID now
- Passing `unique()` will generate a unique ID
- Auto-generated ID's are now 20 characters long
- Wildcard permissions `*` are now `role:all` **Breaking Change**
- Collections can be enabled and disabled
- Permissions are now found as top-level keys `$read` and `$write` instead of nested under `$permissions`
- Accessing collections with insufficient permissions now return a `401` isntead of `404` status code
- Offset cannot be higher than 5000 now and cursor pagination is required
- Added Cursor pagination to all endpoints that provide pagination by offset
- Added new Usage worker to aggregate usage statistics
- Added new Database worker to handle heavy database tasks in the background
- Added detailed Usage statistics to following services in the Console:
- Users
- Storage
- Database
- You can now disable/enable following services in the Console:
- Account
- Avatars
- Database
- Locale
- Health
- Storage
- Teams
- Users
- Functions
- Fixed several memory leaks in the Console
- Added pagination to account activities in the Console
- Added following events from User service to Webhooks and Functions:
- `users.update.email`
- `users.update.name`
- `users.update.password`
- Added new environment variables to enable error logging:
- The `_APP_LOGGING_PROVIDER` variable allows you to enable the logger set the value to one of `sentry`, `raygun`, `appsignal`.
- The `_APP_LOGGING_CONFIG` variable configures authentication to 3rd party error logging providers. If using Sentry, this should be 'SENTRY_API_KEY;SENTRY_APP_ID'. If using Raygun, this should be Raygun API key. If using AppSignal, this should be AppSignal API key.
- Added new environment variable `_APP_USAGE_AGGREGATION_INTERVAL` to configure the usage worker interval
- Added negative rotation values to file preview endpoint
- Multiple responses from the Health service were changed to new (better) schema **Breaking Change**
- Method `health.getAntiVirus()` has been renamed to `health.getAntivirus()`
- Added following langauges to the Locale service:
- Latin
- Sindhi
- Telugu
- **DEPRECATED** Tasks service **Breaking Change**

Bugs
- Fixed `/v1/avatars/initials` when no space in the name, will try to split by `_`
- Fixed all audit logs now saving all relevant informations
- Fixed Health endpoints for `db` and `cache`

Security
- Increased minimum password length to 8 and removed maximum length
- Limited User Preferences to 65kb total size
- Upgraded Redis to 6.2
- Upgraded InfluxDB to 1.4.0
- Upgraded Telegraf to 1.3.0

0.11.1

Bugs
- Fix security vulnerability in the Console (2777)
- Fix security vulnerability in the ACME-Challenge (2779)

Upgrades
- Upgraded redis extenstion to version 5.3.6
- Upgraded swoole extenstion to version 4.8.6
- Upgraded imagick extenstion to version 3.7.0
- Upgraded yaml extenstion to version 2.2.2
- Upgraded maxminddb extenstion to version 1.11.0
- Upgraded GEO IP database to version February 2022

0.11.0

Features
- Added Swift Platform Support
- Added new Cloud Functions Runtimes:
- Swift 5.5
- Java 17
- Python 3.10
- Deno 1.12
- Deno 1.13
- Deno 1.14
- PHP 8.1
- Node 17
- Added translations:
- German `de` by SoftCreatR in https://github.com/appwrite/appwrite/pull/1790
- Hebrew `he` by Kokoden in https://github.com/appwrite/appwrite/pull/1846
- Oriya `or` by Rutam21 in https://github.com/appwrite/appwrite/pull/1827
- Italian `it` by ilmalte in https://github.com/appwrite/appwrite/pull/1824
- Portugese (Portugal) `pt-PT` by OscarRG in https://github.com/appwrite/appwrite/pull/1820
- Portugese (Brazil) `pt-BR` by renato04 in https://github.com/appwrite/appwrite/pull/1817
- Indonesian `id` by Hrdtr in https://github.com/appwrite/appwrite/pull/1816
- Korean `ko` by ssong in https://github.com/appwrite/appwrite/pull/1814
- Ukrainian `uk` by daniloff200 in https://github.com/appwrite/appwrite/pull/1794
- Russian `ru` by daniloff200 in https://github.com/appwrite/appwrite/pull/1795
- Belarusian `be` by daniloff200 in https://github.com/appwrite/appwrite/pull/1796
- Arabic `ar` by arsangamal in https://github.com/appwrite/appwrite/pull/1800
- Malay `ms` by izqalan in https://github.com/appwrite/appwrite/pull/1806
- Gujarati `gu` by honeykpatel in https://github.com/appwrite/appwrite/pull/1808
- Polish `pl` by achromik in https://github.com/appwrite/appwrite/pull/1811
- Malayalam `ml` by anoopmsivadas in https://github.com/appwrite/appwrite/pull/1813
- Croatian `hr` by mbos2 in https://github.com/appwrite/appwrite/pull/1825
- Danish `da` by Ganzabahl in https://github.com/appwrite/appwrite/pull/1829
- French `fr` by Olyno in https://github.com/appwrite/appwrite/pull/1771
- Spanish `es` by chuiizeet in https://github.com/appwrite/appwrite/pull/1833
- Vietnamese `vt` by hdkhoasgt in https://github.com/appwrite/appwrite/pull/1880
- Kannada `kn` by Nikhil-1503 in https://github.com/appwrite/appwrite/pull/1840
- Finnish `fi` by minna-xD in https://github.com/appwrite/appwrite/pull/1847
- Thai `th` by teeradon43 in https://github.com/appwrite/appwrite/pull/1851
- Persian `fa` by aerabi in https://github.com/appwrite/appwrite/pull/1878
- Norwegian `no` by NeonSpork in https://github.com/appwrite/appwrite/pull/1871
- Norwegian (Nynorsk) `nn` by NeonSpork in https://github.com/appwrite/appwrite/pull/2019
- Norwegian (Bokmål) `nb` by Exouxas in https://github.com/appwrite/appwrite/pull/1877
- Dutch `nl` by ArtixAllMighty in https://github.com/appwrite/appwrite/pull/1879
- Sanskrit `sa` by Rutam21 in https://github.com/appwrite/appwrite/pull/1895
- Nepali `ne` by TheLearneer in https://github.com/appwrite/appwrite/pull/1807
- Swedish `sv` by didair in https://github.com/appwrite/appwrite/pull/1948
- Hindi `hi` by willtryagain in https://github.com/appwrite/appwrite/pull/1810
- Luxembourgish `lb` by OscarRG in https://github.com/appwrite/appwrite/pull/1857
- Catalan `ca` by und1n3 in https://github.com/appwrite/appwrite/pull/1875
- Chinese (Taiwan) `zh-TW` by HelloSeaNation in https://github.com/appwrite/appwrite/pull/2134
- Chinese (PRC) `zh-CN` by HelloSeaNation in https://github.com/appwrite/appwrite/pull/1836
- Bihari `bh` by dazzlerkumar in https://github.com/appwrite/appwrite/pull/1841
- Romanian `ro` by cristina-sirbu in https://github.com/appwrite/appwrite/pull/1868
- Slovak `sk` by jakubhi in https://github.com/appwrite/appwrite/pull/1958
- Greek `el` by kostapappas in https://github.com/appwrite/appwrite/pull/1992
- Assamese `as` by PrerakMathur20 in https://github.com/appwrite/appwrite/pull/2023
- Esperanto `eo` by tacoelho in https://github.com/appwrite/appwrite/pull/1927
- Irish `ga` by ivernus in https://github.com/appwrite/appwrite/pull/2178
- Azerbaijani `az` by aerabi in https://github.com/appwrite/appwrite/pull/2129
- Latvian `lv` by RReiso in https://github.com/appwrite/appwrite/pull/2022
- Lithuanian `lt` by mantasio in https://github.com/appwrite/appwrite/pull/2018
- Japanese `jp` by takmar in https://github.com/appwrite/appwrite/pull/2177
- Added new audio mime-types for viewing audio files on browsers by eldadfux in https://github.com/appwrite/appwrite/pull/2239

Bugs
- Fixed `sum` description by eldadfux in https://github.com/appwrite/appwrite/pull/1659
- Fixed `Add Team Membership` parameter order by deshankoswatte in https://github.com/appwrite/appwrite/pull/1818
- Fixed Storage File Preview on mobile devices by m1ga in https://github.com/appwrite/appwrite/pull/2230
- Fixed `top-left` gravity on `Get File Preview` endpoint by lohanidamodar in https://github.com/appwrite/appwrite/pull/2249

0.10.4

Bugs
- Fixed another memory leak in realtime service (1627)

0.10.3

Bugs
- Fixed memory leak in realtime service (1606)
- Fixed function execution output now being UTF-8 encoded before saved (1607)

0.10.2

Bugs
- Fixed SSL certificates status not being updated (1592)
- Fixed failing team invites on console (1580)

Page 11 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.