- Trim extra slashes while setting connection root (#93)
- Support double authentication (#63)
- Added marker interface to some exceptions (#86)
- From #77 / Bugfix: Directories or files named '0' do not show up in listContents
- Fixed casing of
privateKey
property
- Throw an Exception if can't connect to check Host Fingerprint
- Don't return visibility when not in scope
- Stat cache is always disabled.
- Added missing
path
to read and readStream response. - Upgraded phpunit and lost support for php <=5.5
- Prevent private key exposure in php log when open_basedir restriction is in effect.
- Undefined index when object type is not defined
- This adapter now uses the username/password getters so it uses the safe storage mechanism in the main package (1.0.29)
- Added a fingerprint verification.
- The absolute path is now stores for better external referencing.
- When a private key is given is ca no longer trigger a warning with an open basedir restriction.
- Added .gitattributes for smaller distributions.
- Updated phpseclib to v 2.0.0
- Allow the connection to be injected.
- [isConnected] Missing function added.
- [readStream] This method no longer uses a polyfill.