Merge branch 'master' of github.com:appwrite/appwrite into remove-globals

This commit is contained in:
Eldad Fux
2020-06-30 17:31:55 +03:00
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -11,13 +11,12 @@
- Added support for Brotli compression (@PedroCisnerosSantana, @Rohitub222)
- New UI micro-interactions and CSS fixes (@AnatoleLucet)
- UI performance & accessibility improvments (#406)
- Updated ClamAV conntainer to version 1.0.9
- New Doctor CLI to debug the Appwrite server ([#415](https://github.com/appwrite/appwrite/issues/415))
- All emails are now sent asynchronously for improved performance (@TorstenDittmann)
- Updated grid for OAuth2 providers list in the console
- Upgraded Redis Resque queue library to version 1.3.6
- Added container names to docker-compose.yml (@drandell)
- Upgraded ClamAV container image to version 1.0.9
- Upgraded ClamAV container image to version 1.0.11 ([#412](https://github.com/appwrite/appwrite/issues/412))
- Optimised function execution by using fully-qualified function calls
- Added support for boolean 'true' and 'false' in query strings alongside 1 and 0
+1 -1
View File
@@ -130,7 +130,7 @@ services:
- appwrite-redis:/data:rw
clamav:
image: appwrite/clamav:1.0.9
image: appwrite/clamav:1.0.11
container_name: appwrite_clamav
restart: unless-stopped
networks: