1
0
Fork 0
mirror of synced 2024-05-25 23:19:51 +12:00

leftover changes

This commit is contained in:
Torsten Dittmann 2021-09-02 12:07:14 +02:00
parent 9b50a52f7b
commit 9dce2cb964
4 changed files with 15 additions and 12 deletions

View file

@ -1,13 +1,16 @@
# Version 0.10.0 (NOT RELEASED YET)
# Version 0.10.0
## 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](https://github.com/utopia-php/orchestration)
- Added DOCKERHUB_PULL_USERNAME, DOCKERHUB_PULL_PASSWORD and DOCKERHUB_PULL_EMAIL env variables for pulling from private DockerHub repos
- Added `updateName`, `updateEmail` and `updatePassword` to Users service and console (#1547)
## Bugs
- Fixed MariaDB timeout after 24 hours (#1510)

View file

@ -57,7 +57,7 @@ docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:0.9.4
appwrite/appwrite:0.10.0
```
### Windows
@ -69,7 +69,7 @@ docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
--entrypoint="install" ^
appwrite/appwrite:0.9.4
appwrite/appwrite:0.10.0
```
#### PowerShell
@ -79,7 +79,7 @@ docker run -it --rm ,
--volume /var/run/docker.sock:/var/run/docker.sock ,
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw ,
--entrypoint="install" ,
appwrite/appwrite:0.9.4
appwrite/appwrite:0.10.0
```
Once the Docker installation completes, go to http://localhost to access the Appwrite console from your browser. Please note that on non-linux native hosts, the server might take a few minutes to start after installation completes.

View file

@ -64,7 +64,7 @@
"slickdeals/statsd": "3.1.0"
},
"require-dev": {
"appwrite/sdk-generator": "0.12.1",
"appwrite/sdk-generator": "0.14.0",
"phpunit/phpunit": "9.5.6",
"swoole/ide-helper": "4.6.7",
"textalk/websocket": "1.5.2",

14
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "cbfa98da20b9061eeec78a86ef2a8bed",
"content-hash": "86c1d7779c0c083c4493e154d6bb3ee0",
"packages": [
{
"name": "adhocore/jwt",
@ -2516,16 +2516,16 @@
},
{
"name": "appwrite/sdk-generator",
"version": "0.12.1",
"version": "0.14.0",
"source": {
"type": "git",
"url": "https://github.com/appwrite/sdk-generator.git",
"reference": "8e3c4a0a4159152d428602ffc3a2a4947e72c609"
"reference": "7a30fac0de583559b9c4cdd8308ab5a1f5803e60"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/8e3c4a0a4159152d428602ffc3a2a4947e72c609",
"reference": "8e3c4a0a4159152d428602ffc3a2a4947e72c609",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/7a30fac0de583559b9c4cdd8308ab5a1f5803e60",
"reference": "7a30fac0de583559b9c4cdd8308ab5a1f5803e60",
"shasum": ""
},
"require": {
@ -2559,9 +2559,9 @@
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
"support": {
"issues": "https://github.com/appwrite/sdk-generator/issues",
"source": "https://github.com/appwrite/sdk-generator/tree/0.12.1"
"source": "https://github.com/appwrite/sdk-generator/tree/0.14.0"
},
"time": "2021-07-29T07:50:02+00:00"
"time": "2021-09-02T09:50:30+00:00"
},
{
"name": "composer/package-versions-deprecated",