We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2025222 + 6519ec4 commit 05a9021Copy full SHA for 05a9021
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.5.5
2
+
3
+* fixed iam auth for PHP < 8.0
4
* added examples
5
* updated saveToken function in Iam.php
6
src/Auth/IamAuth.php
@@ -11,7 +11,7 @@ abstract class IamAuth extends Auth
11
* @return mixed|null
12
* @throws Exception
13
*/
14
- public function requestToken($request_data): mixed
+ public function requestToken($request_data)
15
{
16
$this->logger()->info('YDB: Obtaining new IAM token...');
17
src/Ydb.php
@@ -8,7 +8,7 @@ class Ydb
8
9
use Traits\LoggerTrait;
10
- const VERSION = '1.5.0';
+ const VERSION = '1.5.5';
/**
* @var string
0 commit comments