Skip to content

Commit

Permalink
Release 1.3.0 (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: jmriego <[email protected]>
  • Loading branch information
jmriego and jmriego authored Mar 20, 2022
1 parent 4acc313 commit 0d2dc03
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0d2dc03

Please sign in to comment.