Skip to content

Releases: move-coop/parsons

v2.0.0

30 Aug 17:33
3e1001b

Choose a tag to compare

What's Changed

This release addresses a breaking change to the Zoom connector. Starting on September 1st, 2023 JWT authentication will no longer be accepted when querying Zoom's REST API; this release moves the Zoom connector a server-to-server OAuth based authentication.

To query the Zoom API moving forward, users will need to:

  • Setup an OAuth application in Zoom's app marketplace, including defining relevant endpoint scopes (meetings, users, etc.)
  • Use the client ID, account ID, and account secret values to validate API access

Other Changes

Full Changelog: v1.2.0...v2.0.0

v1.2.0 - New connectors, updates to testing, updates on our dependencies, and many more!

17 Aug 17:49
553b0ed

Choose a tag to compare

New Features

Automated Testing

Dependencies

Others

New Contributors

v1.1.0 - Adding Black formatting, some connector features, and lots of bug fixes

15 Jun 17:36
4b9e1af

Choose a tag to compare

New Features

Automated Testing

Bug Fixes

Documentation

  • Delete docs for non-existing arg in MySql by @Jason94 in #813

New Contributors

  • @austinweisgrau made their first contribution by adding Black formatting in #796
  • @codygordon made their first contribution with updates to Shopify and ActionKit connectors in #801
  • @IanRFerguson made their first contribution by standardizing S3 Prefix Conventions in #803
  • @talevy42 made their first contribution by adding more informative error handling to geocode in #810

Welcome and thank you to Austin, Cody, Ian and Tal! 🎉🎉🎉

v1.0.0 - Major Release

02 Mar 21:08
da9d362

Choose a tag to compare

New Connectors

New Features

Automated Testing

Bug Fixes

Documentation

  • Typo fixes for ETL best practices guide. by @alxmrs in #747
  • Fix #707 - Parsing of code blocks for Mobilize America documentation by @ethyoo in #749
  • Simple docs for the SMTP connector by @AndrewRook in #735
  • Update Code of Conduct contact email by @shaunagm in #756
  • Update requirements.txt for joblib security vulnerability by @SorenSpicknall in #764
  • Add docker image references, logo, scytl connector in sidebar by @shaunagm in #782

New Contributors

Full Changelog: v0.21.0...v1.0.0

v0.21.0 - SmartMatch, psycopg2-binary installation fix, and lots of small bugfixes

15 Sep 16:52
1411927

Choose a tag to compare

New Connectors

Enhancements

  • More flexible importing in parsons/init.py by @cmc333333 in #702
  • Sendmail connector is now an abstract base class by @AndrewRook in #717
  • Convert None to "" in convert_columns_to_str by @Jason94 in #728
  • Add upsert_person method to ActionNetwork by @shaunagm in #734
  • Allow Subfolders for Temp S3 Bucket in Redshift Operations by @SorenSpicknall in #738
  • Always use UTF-8 encoding writing to S3 via the Redshift connector by @Jason94 in #732

Fixes/Improvements

  • Remove leading and trailing whitespace from table and schema name in Redshift utility method table_exists_with_connection() by @neverett in #715
  • Fix Redshift column alteration bug by @SorenSpicknall in #709
  • Fix small bug with postal addresses in Action Network add_person method by @shaunagm in #716
  • Bugfix for Redshift upsert alter_varchar_columns cascade issue by @SorenSpicknall in #720
  • Fixes for Sendmail tests linting by @SorenSpicknall in #721
  • Don't auto-grab AWS session token if it's not passed in by @sjwmoveon in #740
  • Update Mobilize connector by @Jason94 in #733
  • Update psycopg2-binary from 2.8.5 to 2.9.3 by @shaunagm in #731

Documentation

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.0 - New Auth0 Connector, Lots of Bugfixes, and Dependency Updates

12 Jul 15:02
100eca4

Choose a tag to compare

New Connectors

Enhancements

Fixes/Improvements

Documentation

New Contributors

Full Changelog: v0.19.0...v0.20.0

v0.19.0 - New Guides and Sample Scripts, New Google Admin Connector, Support for Minimal Install, and More!

11 May 19:08
3f65244

Choose a tag to compare

New Connectors

Enhancements

Fixes / Improvements

Documentation

New Contributors

Full Changelog: v0.18.1...v0.19.0

v0.18.1 - New ActBlue Connector, Docs Additions, and Small Fixes

03 Mar 21:20
6418e1e

Choose a tag to compare

New Connectors

Fixes / Improvements

  • ActBlue and ControlShift docs sidebar reference fix (h/t @shaunagm)
  • ControlShift init reference fix (h/t @ChrisC )
  • Removal of an unnecessary file accidentally included in a previous PR (h/t @cmc333333)

Documentation

  • Guidance for sample scripts and use cases published (h/t @shaunagm)
  • Instructions written for dev sandboxes (h/t @neverett and @shaunagm)

New Contributors

Full Changelog: v0.18.0...v0.18.1

v0.18 - License Update, New Connectors, and lots of Improvements

31 Jan 19:32
11c3ffe

Choose a tag to compare

New Connectors

Enhancements

Fixes / Improvements

  • Zoom Webinar Registrant Endpoint Fix by @ydamit

Documentation

New Contributors

Full Changelog: v0.17.2...v0.18.0

v0.17.2 - Lots of Security and Connector Bugfixes

11 Aug 17:05

Choose a tag to compare

Enhancements:

  • Adds get_survey_question() and update_survey_question() to ActionKit (h/t @crayolakat)
  • Adds Google Cloud Storage as an option for the Cloud Storage Utility & VAN (h/t @jburchard)
  • Updates statupdate and compupdate copy options for Redshift (h/t @dannyboy15)

Fixes / Improvements:

  • Cleans up leaky logs (h/t @ydamit)
  • Fixes for GET request params & Tag ID's in Hustle (h/t @ChrisC)
  • Uses Python floats as a Redshift default (h/t @ydamit)
  • Adds typecast param to insert_record() for Airtable (h/t @thebbennett)
  • Fixes van connector for NGPVAN API update (h/t @bxjw & @bella)
  • Updates urllib3 security vulnerability (h/t @ChrisC)

Documentation:

  • Adds updated NGPVAN API documentation URLs to repo docs (h/t @djs-djs)