All Versions
50
Latest Version
Avg Release Cycle
25 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.12.1 Changes
🐛 Bugs
- 🛠 Fixed some issues with the Migration
- 🛠 Fixed the UI to add Variables to Functions
- 🛠 Fixed wrong data type for String Attribute size
- 🛠 Fixed Request stats on the console
- 🛠 Fixed Realtime Connection stats with high number by abbreviation
- 🛠 Fixed backward compatibility of account status attribute.
-
v0.12.0 Changes
🔋 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
- Passing
- Auto-generated ID's are now 20 characters long
- Wildcard permissions
*
are nowrole: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 of404
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 ofsentry
,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.
- The
- 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 tohealth.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
andcache
🔒 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
- 💥 Completely rewritten Database service: Breaking Change
-
v0.11.1 Changes
🐛 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
-
v0.11.0 Changes
🔋 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
- German
- ➕ 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 onGet File Preview
endpoint by @lohanidamodar in https://github.com/appwrite/appwrite/pull/2249
-
v0.10.4 Changes
🐛 Bugs
- 🛠 Fixed another memory leak in realtime service (#1627)
-
v0.10.3 Changes
🐛 Bugs
- 🛠 Fixed memory leak in realtime service (#1606)
- 🛠 Fixed function execution output now being UTF-8 encoded before saved (#1607)
-
v0.10.2 Changes
🐛 Bugs
- 🛠 Fixed SSL certificates status not being updated (#1592)
- 🛠 Fixed failing team invites on console (#1580)
-
v0.10.1 Changes
🐛 Bugs
- 👌 Improved error messages on Migration regarding invalid document structures (#1576)
- 🛠 Fixed Console SDK endpoint to work with multiple proxies (#1575)
- 🛠 Fixed last function environments variables being corrupt (#1577)
- Fixed
_APP_FUNCTIONS_CPUS
variable for cloud functions (#1568)
-
v0.10.0 Changes
🔋 Features
- ➕ Added Realtime (#948)
- ➕ Added Realtime statistics to the console (#948)
- ➕ Added Magic URL login (#1552)
- 🔨 Refactored E-Mail template (#1422)
- 👌 Improved locale management (#1440)
- ➕ Added
$permissions
to execution response (#948) - 🐳 Switch from using Docker CLI to Docker API by intergrating utopia-php/orchestration (#1420)
- Added DOCKERHUB_PULL_USERNAME, DOCKERHUB_PULL_PASSWORD and DOCKERHUB_PULL_EMAIL env variables for pulling from private DockerHub repos (#1420)
- ➕ Added
updateName
,updateEmail
andupdatePassword
to Users service and console (#1547)
🐛 Bugs
- 🛠 Fixed MariaDB timeout after 24 hours (#1510)
- 🛠 Fixed upgrading installation with customized
docker-compose.yml
file (#1513) - 🛠 Fixed usage stats on the dashboard displaying invalid total users count (#1514)
-
v0.9.4 Changes
🔒 Security
- 🛠 Fixed security vulnerability that exposes project ID's from other admin users (#1453)