Skip to content

Releases: Lavedonio/instackup

v0.3.0

12 Feb 05:07
Compare
Choose a tag to compare

Version 0.3.0 (beta)

New functionalities:

  • Added support for multiple credentials for each service in Google Cloud Platform (GCP) and Amazon Web Services (AWS).

v0.2.6

17 Dec 17:59
Compare
Choose a tag to compare

Version 0.2.6 (beta)

Bug fixes:

  • Fixed bug in BigQueryTool.upload_from_gcs and BigQueryTool.upload_from_file methods where ignore_unknown_values and max_bad_records parameters weren't passed to the Job
  • Updated dependencies

v0.2.5

10 Oct 02:52
Compare
Choose a tag to compare

Version 0.2.5 (beta)

New functionalities:

  • bigquery_tools
    • BigQueryTool
      • list_dataset_permissions
      • add_dataset_permission
      • remove_dataset_permission

Bug fixes:

  • Missing dependency: "pandas-gbq"

v0.2.4

01 Oct 14:07
Compare
Choose a tag to compare

Version 0.2.4 (beta)

Bug fixes:

  • GCloudStorageTool.blob (setter) was setting the subfolder attribute without trailing slash.

v0.2.3

28 Sep 23:40
Compare
Choose a tag to compare

Version 0.2.3 (beta)

Bug fixes:

  • GCloudStorageTool.upload_file didn't use the currently set URI.
  • HerokuTool.__init__ and HerokuTool.execute methods failed in Python 3.6.

v0.2.2

28 Sep 18:19
Compare
Choose a tag to compare

Version 0.2.2 (beta)

New functionalities:

  • sql_tools
    • MySQLTool
      • __init__
      • describe_table

v0.2.1

28 Sep 18:18
Compare
Choose a tag to compare

Version 0.2.1 (beta)

Updated dependencies.

v0.2.0

21 Sep 18:40
Compare
Choose a tag to compare

Version 0.2.0 (beta)

New functionalities:

  • gcloudstorage_tools
    • GCloudStorageTool
      • bucket @Property (setter)
      • blob @Property (setter)
      • uri @Property
      • uri @Property (setter)
      • rename_file
      • rename_subfolder
      • upload_subfolder
      • download_subfolder
      • delete_file
      • delete_subfolder
  • gsheets_tools
    • GSheetsTool
      • upload
  • s3_tools

Removed functionalities:

  • gcloudstorage_tools
    • GCloudStorageTool
      • set_by_path
      • get_gs_path
  • s3_tools
    • S3Tool
      • set_by_path
      • get_gs_path

v0.1.2

21 Aug 01:25
ec8d26d
Compare
Choose a tag to compare

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

16 Aug 18:07
dc8460e
Compare
Choose a tag to compare

Bug fixes:

  • gsheets_tools and gcloudstorage_tools logging level were set to DEBUG instead of WARNING. (Pull Request #1)