# 2016.9.21 - azure-core gem @version 0.1.5 * Adding autoload for auth files, to avoid having to require these files from dependent gems [#25](https://github.com/Azure/azure-ruby-asm-core/pull/25) # 2016.8.19 - azure-core gem @version 0.1.4 * Reverted the breaking changes [#23](https://github.com/Azure/azure-ruby-asm-core/pull/23) # 2016.8.18 - azure-core gem @version 0.1.3 * Set default open timeout for the request [#16](https://github.com/Azure/azure-ruby-asm-core/issues/16) * Fixed the issue that debug filter cannot display the right request information when the signer filter is added [#15](https://github.com/Azure/azure-ruby-asm-core/issues/15) * Fixed the unrecognized method in the MockHttpResponse class [#18](https://github.com/Azure/azure-ruby-asm-core/pull/18) # 2016.5.16 - azure-core gem @version 0.1.2 * Return response instead of raising exception when there is a retry filter [#8](https://github.com/Azure/azure-ruby-asm-core/pull/8) # 2016.4.18 - azure-core gem @version 0.1.1 * Can not upload file with spaces [#360](https://github.com/Azure/azure-sdk-for-ruby/issues/360) # 2016.4.14 - azure-core gem @version 0.1.0 * Initial release, splitting code from 'azure' gem to its own separate gem for core.