File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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_
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments