- Restored the `HubspotPrivateApp` connector, which was deleted by error in v6.0.0
6.0.0
Changed
- **Breaking**: Support for Python 3.10 has been dropped. - **Breaking**: The following connectors have been removed: * Wootric * Trello * Toucan Toco * Net Explorer * Linkedin Ads * Microstrategy * Hubspot * Google My Business * Google Adwords * Facebook Insights * Facebook Ads * Anaplan * Adobe Analytics
Fixed
- Google Big Query: do not exclude partitioning columns when listing table structure
5.3.0
Changed
- Mongo: maximal connection pool size is now configurable via the `max_pool_size` parameter. It defaults to 1
5.2.0
Changed
- Google Big Query: an actual connection check is now done in `get_status`, rather than just a private key validation. - SQL connectors: duplicate columns are now renamed with a suffix indicating their position. A duplicate `my_column` column now becomes `my_column_0`, `my_column_1`...
5.1.0
Changed
- Google Big Query: A simple status check that validates the private key's format has been implemented - Elasticsearch: Host verification has been disabled to tolerate strict network configurations
Fixed
- Install scripts: fix oracle install script by replacing gdown.pl with wget
5.0.0
Changed
- Postgres: Materialized views are now returned as well via `get_model`. Their type is `'view'`.
- **Breaking:** The version requirement for pydantic has been increased to `>=2.4.2,<3`