- Remove monkey patch for Hash
- Fix Zlib::Inflate in ruby-1.9.x
- Add function test(tests/) in travis CI
- Add Gem version badge
- Support IP endpoint
- Fix the issue that StreamWriter will read more bytes than wanted
- Fix handling gzip/deflate response
- Change the default accept-encoding to 'identity'
- Allow setting custom HTTP headers in get_object
- Fix object key problem in batch_delete
- Allow setting custom HTTP headers in put/append/resumable_upload
- Allow setting object acl in put/append
- Fix frozen string issue in OSSClient/STSClient config
- Add support for OSS Callback
- Add aliyun/sts
- OSS::Client support STS
- Fix StreamWriter string encoding problem
- Add ruby version and os version in User-Agent
- Some comments & examples refine
- Fix StreamWriter#inspect bug
- Fix wrong in README
- Required ruby version >= 1.9.3 due to 1.9.2 has String encoding compatibility problems
- Add travis & overalls
- Open source to github.com
- Add open_timeout and read_timeout config
- Fix a concurrency bug in resumable_upload/download
- Fix object key encoding problem
- Fix Content-Type problem
- Add list_uploads & abort_uploads methods
- Make resumable_upload/download faster by multi-threading
- Enable log rotate
- Include request id in exception message
- Fix yard doc unresolved link
- Add README.md CHANGELOG.md in gem