Releases: ToucanToco/toucan-connectors
Releases · ToucanToco/toucan-connectors
v0.43.11
- The redirect_uri is no longer exposed as something configurable
v0.43.10
- connectors config are now connectors secrets. This puts some emphasis on the fact that such data should be handled with care.
v0.43.9
- Fixed test broken by pydantic update
- Fixed Microstrategy connector broken by pydantic update
- Updated odbc.sh script
v0.43.8
Fixed the ODBC driver install script
v0.43.7
Updated the ODBC driver install script
v0.43.6
Fix a bug in Aircall Connector:
- The auth flow is now stored with correct auth_flow_id
v0.43.5
- Aircall Connector Oauth fix
v0.43.4
- Add http connector with xml support
v0.43.3
Aircall Connector method to build oauth authorization url can now accept and give kwargs
v0.43.0
Added new ROK connector.
Added OAuth2 logic.
Added Aircall connector
Modified google sheets connector to use the new OAuth2 logic