Skip to content

Commit 5a58f13

Browse files
committed
2.6.3 release
1 parent 83ec09c commit 5a58f13

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## master
22

3+
## 2.6.3
4+
5+
_Released February 16, 2022_
6+
7+
* New Logout method (duplicates previous Disconnect method)
8+
* Fix deprecated parse_response method from Guzzle
9+
* New automatic retry option `getobject_auto_retry` (default false) for session issues reported in GetObject responses
10+
* Fix XML error detection in GetObject responses
11+
312
## 2.6.2
413

514
_Released March 18, 2020_

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Configuration
1313
protected $username;
1414
protected $password;
1515
protected $login_url;
16-
protected $user_agent = 'PHRETS/2.6.2';
16+
protected $user_agent = 'PHRETS/2.6.3';
1717
protected $user_agent_password;
1818
/** @var RETSVersion */
1919
protected $rets_version;

0 commit comments

Comments
 (0)