Skip to content

Releases: htgc/fluent-plugin-azurestorage

v0.1.0

14 May 23:53
Compare
Choose a tag to compare

Changed the implementation to support Fluentd v0.14

  • added minimum dependency for Fluentd v0.14
  • changed the implementation to support Fluentd v0.14 API

Note: This is a breaking change for Fluentd v0.12 users hence the update to the minor version

v0.0.8

18 Jan 00:33
Compare
Choose a tag to compare

This release updates the plugin to work with Azure ASM SDK 0.7.x. Azure introduced incompatible changes in its Ruby SDK 0.7.x, which made the plugin unusable with the latest versions of Azure SDK. Here were the changes made:

  • Updated dependency to Azure ASM Ruby SDK. Supported versions for Azure ASM Ruby SDK are: 0.7.1 to 0.7.7
  • Fixed code for creating the Azure Blob Service
  • Updated dependency to Ruby versions. Only Ruby 2.1 and higher are supported
  • Fixed test cases to support Fluentd 0.14