From c95342a260d23613f272f58abb0cb5bc11dd4a7a Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 21 Apr 2021 09:28:47 +0300 Subject: [PATCH] Updated SDKs --- app/config/platforms.php | 6 +- composer.json | 2 +- composer.lock | 216 ++++++++++++++++----------------- docs/sdks/dart/CHANGELOG.md | 5 + docs/sdks/flutter/CHANGELOG.md | 8 ++ 5 files changed, 125 insertions(+), 112 deletions(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index 3a9ff94f7..c6718e602 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -62,7 +62,7 @@ return [ [ 'key' => 'flutter', 'name' => 'Flutter', - 'version' => '0.4.0', + 'version' => '0.5.0-dev.1', 'url' => 'https://github.com/appwrite/sdk-for-flutter', 'package' => 'https://pub.dev/packages/appwrite', 'enabled' => true, @@ -314,7 +314,7 @@ return [ [ 'key' => 'dart', 'name' => 'Dart', - 'version' => '0.4.0', + 'version' => '0.5.0-dev.1', 'url' => 'https://github.com/appwrite/sdk-for-dart', 'package' => 'https://pub.dev/packages/dart_appwrite', 'enabled' => true, @@ -331,7 +331,7 @@ return [ [ 'key' => 'cli', 'name' => 'Command Line', - 'version' => '0.6.0', + 'version' => '0.7.0', 'url' => 'https://github.com/appwrite/sdk-for-cli', 'package' => 'https://github.com/appwrite/sdk-for-cli', 'enabled' => true, diff --git a/composer.json b/composer.json index c049371ba..e02c17d16 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,7 @@ "slickdeals/statsd": "~3.0" }, "require-dev": { - "appwrite/sdk-generator": "0.8.1", + "appwrite/sdk-generator": "0.9.0", "phpunit/phpunit": "9.4.2", "swoole/ide-helper": "4.5.5", "vimeo/psalm": "4.1.1" diff --git a/composer.lock b/composer.lock index 2c3037639..46a4fb4e5 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "5da41c79568fd0847c9e22ba8827ea41", + "content-hash": "a2e0fa49ac6df10ab340396b51546c3d", "packages": [ { "name": "adhocore/jwt", @@ -1260,12 +1260,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "c6c942b1ac76c82448322025e084cadc56048b4e" + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e", - "reference": "c6c942b1ac76c82448322025e084cadc56048b4e", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", "shasum": "" }, "require": { @@ -1278,7 +1278,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1316,7 +1316,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-ctype/tree/main" }, "funding": [ { @@ -1332,7 +1332,7 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { "name": "utopia-php/abuse", @@ -2350,11 +2350,11 @@ }, { "name": "appwrite/sdk-generator", - "version": "0.8.1", + "version": "0.9.0", "source": { "type": "git", "url": "https://github.com/appwrite/sdk-generator", - "reference": "3c4cbf30ef5cb6bd9ae4be37eff5ac821a1edda8" + "reference": "398778201c510c1d95970852c6375d5ee9ff5e0f" }, "require": { "ext-curl": "*", @@ -2384,7 +2384,7 @@ } ], "description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms", - "time": "2021-04-10T16:11:31+00:00" + "time": "2021-04-21T05:18:53+00:00" }, { "name": "composer/package-versions-deprecated", @@ -3587,12 +3587,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "97eb187efc3560da69c5b501235cd3eb1ebfec86" + "reference": "8e1b28fa4315f9ab66b5a4ca4c93bd983361eefa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/97eb187efc3560da69c5b501235cd3eb1ebfec86", - "reference": "97eb187efc3560da69c5b501235cd3eb1ebfec86", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/8e1b28fa4315f9ab66b5a4ca4c93bd983361eefa", + "reference": "8e1b28fa4315f9ab66b5a4ca4c93bd983361eefa", "shasum": "" }, "require": { @@ -3640,7 +3640,7 @@ "type": "github" } ], - "time": "2021-04-02T08:22:03+00:00" + "time": "2021-04-20T05:27:09+00:00" }, { "name": "phpunit/php-invoker", @@ -3648,12 +3648,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "de89b92643f75d97135fd0f895d4369630952c95" + "reference": "a46c3aae802b80c3442bd85006697666cd587441" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/de89b92643f75d97135fd0f895d4369630952c95", - "reference": "de89b92643f75d97135fd0f895d4369630952c95", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/a46c3aae802b80c3442bd85006697666cd587441", + "reference": "a46c3aae802b80c3442bd85006697666cd587441", "shasum": "" }, "require": { @@ -3704,7 +3704,7 @@ "type": "github" } ], - "time": "2021-04-02T08:22:12+00:00" + "time": "2021-04-20T05:27:16+00:00" }, { "name": "phpunit/php-text-template", @@ -3712,12 +3712,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "f46a87d94ad351b46c836f6cdda98795e8a6c979" + "reference": "9e01d4179f9caf8028d0ae48cd84a6427a581793" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/f46a87d94ad351b46c836f6cdda98795e8a6c979", - "reference": "f46a87d94ad351b46c836f6cdda98795e8a6c979", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/9e01d4179f9caf8028d0ae48cd84a6427a581793", + "reference": "9e01d4179f9caf8028d0ae48cd84a6427a581793", "shasum": "" }, "require": { @@ -3764,7 +3764,7 @@ "type": "github" } ], - "time": "2021-04-02T08:22:46+00:00" + "time": "2021-04-20T05:27:43+00:00" }, { "name": "phpunit/php-timer", @@ -3772,12 +3772,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "bd80d581ad411a5a4b7e613541a7f4cd09cf0da9" + "reference": "60a62b284ad6770a1fdc7e07bff609be5233edfb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/bd80d581ad411a5a4b7e613541a7f4cd09cf0da9", - "reference": "bd80d581ad411a5a4b7e613541a7f4cd09cf0da9", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/60a62b284ad6770a1fdc7e07bff609be5233edfb", + "reference": "60a62b284ad6770a1fdc7e07bff609be5233edfb", "shasum": "" }, "require": { @@ -3824,7 +3824,7 @@ "type": "github" } ], - "time": "2021-04-02T08:22:20+00:00" + "time": "2021-04-20T05:27:23+00:00" }, { "name": "phpunit/phpunit", @@ -3983,12 +3983,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "e59dfbeeaf6ccdff168c537427cbc9f7fed6b160" + "reference": "32fe3bd93f89a92c20992150d9b4a0353e33cb86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/e59dfbeeaf6ccdff168c537427cbc9f7fed6b160", - "reference": "e59dfbeeaf6ccdff168c537427cbc9f7fed6b160", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/32fe3bd93f89a92c20992150d9b4a0353e33cb86", + "reference": "32fe3bd93f89a92c20992150d9b4a0353e33cb86", "shasum": "" }, "require": { @@ -4032,7 +4032,7 @@ "type": "github" } ], - "time": "2021-04-02T08:23:11+00:00" + "time": "2021-04-20T05:31:46+00:00" }, { "name": "sebastian/code-unit", @@ -4096,12 +4096,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "f7ee1d817bdd8a8bdfb76b11fa851204132ef6d9" + "reference": "0c90ae4074246c4576e341a4eb8a880965b0bfa0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/f7ee1d817bdd8a8bdfb76b11fa851204132ef6d9", - "reference": "f7ee1d817bdd8a8bdfb76b11fa851204132ef6d9", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/0c90ae4074246c4576e341a4eb8a880965b0bfa0", + "reference": "0c90ae4074246c4576e341a4eb8a880965b0bfa0", "shasum": "" }, "require": { @@ -4144,7 +4144,7 @@ "type": "github" } ], - "time": "2021-04-02T08:20:56+00:00" + "time": "2021-04-20T05:26:14+00:00" }, { "name": "sebastian/comparator", @@ -4152,12 +4152,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "604de433dd3e1467ded9a92414b3561a812554c5" + "reference": "7507dc3ba34a0a01a771d4004db63cf2f69ad5ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/604de433dd3e1467ded9a92414b3561a812554c5", - "reference": "604de433dd3e1467ded9a92414b3561a812554c5", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/7507dc3ba34a0a01a771d4004db63cf2f69ad5ae", + "reference": "7507dc3ba34a0a01a771d4004db63cf2f69ad5ae", "shasum": "" }, "require": { @@ -4219,7 +4219,7 @@ "type": "github" } ], - "time": "2021-04-02T08:21:05+00:00" + "time": "2021-04-20T05:26:21+00:00" }, { "name": "sebastian/complexity", @@ -4284,12 +4284,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3fa178cf5772d7a09bcfe01bfb7acc13edcf8aec" + "reference": "7e1b9f252c029cfd8a1aef17489db44565181128" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3fa178cf5772d7a09bcfe01bfb7acc13edcf8aec", - "reference": "3fa178cf5772d7a09bcfe01bfb7acc13edcf8aec", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7e1b9f252c029cfd8a1aef17489db44565181128", + "reference": "7e1b9f252c029cfd8a1aef17489db44565181128", "shasum": "" }, "require": { @@ -4343,7 +4343,7 @@ "type": "github" } ], - "time": "2021-04-02T08:21:13+00:00" + "time": "2021-04-20T05:26:28+00:00" }, { "name": "sebastian/environment", @@ -4351,12 +4351,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "1fe23c75ca20a9cfe5ef8af473c726f9ef7e9465" + "reference": "e403442971a53d2aba4bfb8d51f3c1e67cd0cc8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1fe23c75ca20a9cfe5ef8af473c726f9ef7e9465", - "reference": "1fe23c75ca20a9cfe5ef8af473c726f9ef7e9465", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/e403442971a53d2aba4bfb8d51f3c1e67cd0cc8f", + "reference": "e403442971a53d2aba4bfb8d51f3c1e67cd0cc8f", "shasum": "" }, "require": { @@ -4407,7 +4407,7 @@ "type": "github" } ], - "time": "2021-04-02T08:21:21+00:00" + "time": "2021-04-20T05:26:35+00:00" }, { "name": "sebastian/exporter", @@ -4415,12 +4415,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "31abe95278f9b406051b4a26faf2677fbcc01755" + "reference": "24e3cf476cabd6d4b6f5a95ed2c06c2793b85429" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/31abe95278f9b406051b4a26faf2677fbcc01755", - "reference": "31abe95278f9b406051b4a26faf2677fbcc01755", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/24e3cf476cabd6d4b6f5a95ed2c06c2793b85429", + "reference": "24e3cf476cabd6d4b6f5a95ed2c06c2793b85429", "shasum": "" }, "require": { @@ -4485,7 +4485,7 @@ "type": "github" } ], - "time": "2021-04-02T08:21:30+00:00" + "time": "2021-04-20T05:26:41+00:00" }, { "name": "sebastian/global-state", @@ -4493,12 +4493,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "8684de2d84cd6a819f5e22a1292cd3b2e1f26487" + "reference": "0f039e95ee9bd338306223844b449de04eb14cb4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/8684de2d84cd6a819f5e22a1292cd3b2e1f26487", - "reference": "8684de2d84cd6a819f5e22a1292cd3b2e1f26487", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0f039e95ee9bd338306223844b449de04eb14cb4", + "reference": "0f039e95ee9bd338306223844b449de04eb14cb4", "shasum": "" }, "require": { @@ -4550,7 +4550,7 @@ "type": "github" } ], - "time": "2021-04-02T08:21:38+00:00" + "time": "2021-04-20T05:26:48+00:00" }, { "name": "sebastian/lines-of-code", @@ -4615,12 +4615,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "b331fc5975a2225e6b93c7e6cd9fce0a57f0fddc" + "reference": "f2ae14774922039da37ba02727d006a00a5697d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/b331fc5975a2225e6b93c7e6cd9fce0a57f0fddc", - "reference": "b331fc5975a2225e6b93c7e6cd9fce0a57f0fddc", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f2ae14774922039da37ba02727d006a00a5697d4", + "reference": "f2ae14774922039da37ba02727d006a00a5697d4", "shasum": "" }, "require": { @@ -4665,7 +4665,7 @@ "type": "github" } ], - "time": "2021-04-02T08:21:47+00:00" + "time": "2021-04-20T05:26:55+00:00" }, { "name": "sebastian/object-reflector", @@ -4673,12 +4673,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "297a334e3ae78670a7633e36569d7362bb7397bf" + "reference": "aa101bb19453d2b29a6ab66c2489cd07a84af4cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/297a334e3ae78670a7633e36569d7362bb7397bf", - "reference": "297a334e3ae78670a7633e36569d7362bb7397bf", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/aa101bb19453d2b29a6ab66c2489cd07a84af4cd", + "reference": "aa101bb19453d2b29a6ab66c2489cd07a84af4cd", "shasum": "" }, "require": { @@ -4721,7 +4721,7 @@ "type": "github" } ], - "time": "2021-04-02T08:21:54+00:00" + "time": "2021-04-20T05:27:02+00:00" }, { "name": "sebastian/recursion-context", @@ -4729,12 +4729,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "78526ace5bac7c10048020f0317c58fd310a14ec" + "reference": "40cee94304292d3639df961c1b5d6eee0491eec3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/78526ace5bac7c10048020f0317c58fd310a14ec", - "reference": "78526ace5bac7c10048020f0317c58fd310a14ec", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/40cee94304292d3639df961c1b5d6eee0491eec3", + "reference": "40cee94304292d3639df961c1b5d6eee0491eec3", "shasum": "" }, "require": { @@ -4785,7 +4785,7 @@ "type": "github" } ], - "time": "2021-04-02T08:22:30+00:00" + "time": "2021-04-20T05:27:29+00:00" }, { "name": "sebastian/resource-operations", @@ -4849,12 +4849,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "17fc98bb3c75a02a1a99ffdd022e84ac6d22bd51" + "reference": "5101d5742b2ed2736e72111bcec63638648e0a5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/17fc98bb3c75a02a1a99ffdd022e84ac6d22bd51", - "reference": "17fc98bb3c75a02a1a99ffdd022e84ac6d22bd51", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/5101d5742b2ed2736e72111bcec63638648e0a5d", + "reference": "5101d5742b2ed2736e72111bcec63638648e0a5d", "shasum": "" }, "require": { @@ -4898,7 +4898,7 @@ "type": "github" } ], - "time": "2021-04-02T08:36:52+00:00" + "time": "2021-04-20T05:27:36+00:00" }, { "name": "sebastian/version", @@ -4997,12 +4997,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "9a90698d4624b85a578007a00312338d3adecaf8" + "reference": "1d077bd682f7c0794d5f5b794b16e2b30febec6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/9a90698d4624b85a578007a00312338d3adecaf8", - "reference": "9a90698d4624b85a578007a00312338d3adecaf8", + "url": "https://api.github.com/repos/symfony/console/zipball/1d077bd682f7c0794d5f5b794b16e2b30febec6b", + "reference": "1d077bd682f7c0794d5f5b794b16e2b30febec6b", "shasum": "" }, "require": { @@ -5072,7 +5072,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/5.x" + "source": "https://github.com/symfony/console/tree/v5.3.0-BETA1" }, "funding": [ { @@ -5088,7 +5088,7 @@ "type": "tidelift" } ], - "time": "2021-04-09T09:54:19+00:00" + "time": "2021-04-16T17:36:28+00:00" }, { "name": "symfony/deprecation-contracts", @@ -5140,7 +5140,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/main" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0" }, "funding": [ { @@ -5164,12 +5164,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170" + "reference": "053f7184175d5417c933817341c5cc0053ddacd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170", - "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/053f7184175d5417c933817341c5cc0053ddacd5", + "reference": "053f7184175d5417c933817341c5cc0053ddacd5", "shasum": "" }, "require": { @@ -5182,7 +5182,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -5222,7 +5222,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/main" }, "funding": [ { @@ -5238,7 +5238,7 @@ "type": "tidelift" } ], - "time": "2021-01-22T09:19:47+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-intl-normalizer", @@ -5246,12 +5246,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248" + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248", - "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", "shasum": "" }, "require": { @@ -5264,7 +5264,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -5307,7 +5307,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/main" }, "funding": [ { @@ -5323,7 +5323,7 @@ "type": "tidelift" } ], - "time": "2021-01-22T09:19:47+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -5331,12 +5331,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "5232de97ee3b75b0360528dae24e73db49566ab1" + "reference": "298b87cbbe99cb2c9f88fb1d1de78833b64b483e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", - "reference": "5232de97ee3b75b0360528dae24e73db49566ab1", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/298b87cbbe99cb2c9f88fb1d1de78833b64b483e", + "reference": "298b87cbbe99cb2c9f88fb1d1de78833b64b483e", "shasum": "" }, "require": { @@ -5349,7 +5349,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -5388,7 +5388,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-mbstring/tree/main" }, "funding": [ { @@ -5404,7 +5404,7 @@ "type": "tidelift" } ], - "time": "2021-01-22T09:19:47+00:00" + "time": "2021-04-19T09:32:22+00:00" }, { "name": "symfony/polyfill-php73", @@ -5412,12 +5412,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2" + "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", - "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010", + "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010", "shasum": "" }, "require": { @@ -5427,7 +5427,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -5468,7 +5468,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-php73/tree/main" }, "funding": [ { @@ -5484,7 +5484,7 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-php80", @@ -5492,12 +5492,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91" + "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91", - "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0", + "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0", "shasum": "" }, "require": { @@ -5507,7 +5507,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -5552,7 +5552,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-php80/tree/main" }, "funding": [ { @@ -5568,7 +5568,7 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/service-contracts", @@ -5632,7 +5632,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/main" + "source": "https://github.com/symfony/service-contracts/tree/v2.4.0" }, "funding": [ { @@ -5716,7 +5716,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/5.x" + "source": "https://github.com/symfony/string/tree/v5.3.0-BETA1" }, "funding": [ { diff --git a/docs/sdks/dart/CHANGELOG.md b/docs/sdks/dart/CHANGELOG.md index 4cdd477ab..09438d18b 100644 --- a/docs/sdks/dart/CHANGELOG.md +++ b/docs/sdks/dart/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.0-dev.1 + +- Upgraded to Null-safety, minimum Dart SDK required 2.12.0 +- Upgraded all underlying dependencies to null safe version + ## 0.3.1 - Minor fixes for custom exceptions diff --git a/docs/sdks/flutter/CHANGELOG.md b/docs/sdks/flutter/CHANGELOG.md index 3dc35ed66..8f8a637af 100644 --- a/docs/sdks/flutter/CHANGELOG.md +++ b/docs/sdks/flutter/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.5.0-dev.1 + +- Upgraded to Null-safety, minimum Dart SDK required 2.12.0 and minimum Flutter SDK version required 2.0.0 +- Upgraded all underlying dependencies to null safe version +- All of Avatars service now return Future instead of String like the Storage getFilePreview, getFileView and getFileDownload +- Upgraded to Null-safety, minimum Dart SDK required 2.12.0 +- Upgraded all underlying dependencies to null safe version + ## 0.4.0 - Improved code quality