From 0d2dc03dcdbe5f5efe4bae0fc15c23e50f25e832 Mon Sep 17 00:00:00 2001 From: jmriego Date: Sun, 20 Mar 2022 20:41:03 +0100 Subject: [PATCH] Release 1.3.0 (#95) Co-authored-by: jmriego --- .github/FUNDING.yml | 12 ++++++++++++ CHANGELOG.md | 7 +++++++ setup.py | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..a8b1f3e --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: http://paypal.me/jaymirage diff --git a/CHANGELOG.md b/CHANGELOG.md index f92b386..7abdc2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.3.0 (2021-12-20) +------------------- +- Add `hard_delete_mapping` for switching specific streams +- Add `batch_wait_limit_seconds` config +- Fix nested keys issue +- bump multiple dependencies + 1.2.0 (2021-12-20) ------------------- - Allow `REPEATED` fields of type `RECORD` to be created. diff --git a/setup.py b/setup.py index 588e699..d2dbb4d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-bigquery", - version="1.2.0", + version="1.3.0", description="Singer.io target for loading data to BigQuery - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',