##Release notes
- Stocator COS support
- Fixing Stocator user agent
- Fixing issues with streaming
- Proper handle of the Filter for list operations
- Moving JOSS to 0.9.15
- Avoid duplicate get container
- Making API to work with non US locale
- Better debug prints
- Reducing number of GET requests
- Fixing list status
- Fixing get file status on temp object
- Remove duplicate call to get object length
- Support for temp urls
- Added thread pool for create method
- Support spaces in the names
- Modified JOSS to disable HEAD on account when accessing containers. This caused issues when user doesn't has access on account level, but only on container level.
- Fixed regression caused by consumeQueitely. This fix improved read by 3 times
- Added cache to contain object length and last modified time stamp. This cache is filled during list and usefull for Spark flows.
- Removed need to HEAD object before GET. This reduces number of HEAD requests.
- Continue improvements with container listing
- Object upload now based on the Apache HttpClient 4.5.2
- New configuration keys to tune connection properties
- Moving Hadoop to 2.7.2
- Adapting Stocator to work with Hadoop testDFSIO. This includes support for certain flows that required by Hadoop.
- Continue improvements to logging.
- Fixing object store globber. Resolving issues with container listings
- Introducing SwiftConnectionManager that is based on PoolingHttpClientConnectionManager. This makes better connection utilizations both for SwiftAPIDirect and JOSS.
- Resolving issues with 16 minutes timeouts. Using custom retry handler to retry failed attempts
- Redesign SwiftOutputStream. This resolved various Parquet related issues, like EOF bug
- Fixing double authentication calls during SwiftAPIClient init method
- Supporting multiple schemas
- Improving error messages
- Better logging
- Improving unitests
- Checking for 100-continue in write operations before uploading the data.
- Fixing token expiration issues in write and read operations
- Remoded object store HEAD request on the _temporary object
- Improving unitests
- Added capability to support different schemas, not just swift2d://
- Moving JOSS to 0.9.12
- Applying Apache Trademark guidelines to Readme