Releases: Lavedonio/instackup
Releases · Lavedonio/instackup
v0.3.0
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Version 0.2.0 (beta)
New functionalities:
- gcloudstorage_tools
- gsheets_tools
- GSheetsTool
- upload
- GSheetsTool
- s3_tools
Removed functionalities:
- gcloudstorage_tools
- GCloudStorageTool
- set_by_path
- get_gs_path
- GCloudStorageTool
- s3_tools
- S3Tool
- set_by_path
- get_gs_path
- S3Tool
v0.1.2
Version 0.1.2 (beta)
Minor additions:
- RedShiftTool now inherits from PostgreSQLTool, so it gains 2 extra methods.
- In GCloudStorageTool __init__ (when setting by the subfolder parameter) and set_subfolder methods, now it adds a trailing slash if it's missing.
Bug fixes:
- GCloudStorageTool.set_bucket method didn't reset the subfolder and filename attributes.
- GCloudStorageTool.set_subfolder method didn't reset the filename attribute.
Removed features:
- Package is not compatible with Google Cloud Composer anymore.
Other solved issues:
- Revised documentation.
v0.1.1
Bug fixes:
- gsheets_tools and gcloudstorage_tools logging level were set to DEBUG instead of WARNING. (Pull Request #1)