Releases: michiya/azure-storage-logging
Releases · michiya/azure-storage-logging
0.5.1
- Updated azure-storage to 0.33.0
0.4.0
- Requires azure 0.10 or newer
- Added BlobStorageRotatingFileHandler
- Added parallel blob upload options for the file handlers
0.3.0
- Requires azure 0.9
- Added zip_compression option for the file handler
- Fixed the table handler bug on flush error
0.2.1
- Added
base64_encoding
option to QueueStorageHandler
0.2.0
- Added support for Python 3
- Set https as the default protocol
0.1.3
- Fixed error on logging exc_info to tables
0.1.2
- Removed
batch
parameter permanently
- Fixed inaccurate hostname in log files
0.1.1
- Made
batch
parameter to be deprecated
- Added some documentation