Skip to content

Releases: ToucanToco/toucan-connectors

v0.43.11

02 Nov 16:22
Compare
Choose a tag to compare
  • The redirect_uri is no longer exposed as something configurable

v0.43.10

02 Nov 14:26
Compare
Choose a tag to compare
  • connectors config are now connectors secrets. This puts some emphasis on the fact that such data should be handled with care.

v0.43.9

26 Oct 14:26
4bc963d
Compare
Choose a tag to compare
  • Fixed test broken by pydantic update
  • Fixed Microstrategy connector broken by pydantic update
  • Updated odbc.sh script

v0.43.8

23 Oct 14:23
bf834bf
Compare
Choose a tag to compare

Fixed the ODBC driver install script

v0.43.7

23 Oct 11:45
c0d1775
Compare
Choose a tag to compare

Updated the ODBC driver install script

v0.43.6

22 Oct 10:23
be9aabe
Compare
Choose a tag to compare

Fix a bug in Aircall Connector:

  • The auth flow is now stored with correct auth_flow_id

v0.43.5

21 Oct 09:31
Compare
Choose a tag to compare
  • Aircall Connector Oauth fix

v0.43.4

21 Oct 07:37
7dc1578
Compare
Choose a tag to compare
  • Add http connector with xml support

v0.43.3

20 Oct 14:06
3a5380c
Compare
Choose a tag to compare

Aircall Connector method to build oauth authorization url can now accept and give kwargs

v0.43.0

16 Oct 09:31
Compare
Choose a tag to compare

Added new ROK connector.
Added OAuth2 logic.
Added Aircall connector
Modified google sheets connector to use the new OAuth2 logic