Skip to content

Releases: ToucanToco/toucan-connectors

v0.37.2

25 Jun 09:49
f993bf2
Compare
Choose a tag to compare

Patches elastic search password schema with a pydantic validation so as to hide password string.

v0.37.1

22 Jun 16:34
bad301d
Compare
Choose a tag to compare

This patch contains a bug fix for the Aircall connector. What it fixes is the connector getting stuck due to an error from the Aircall app. It also adds better logging for the connector.

v0.37.0

22 Jun 08:27
Compare
Choose a tag to compare

Added potential to have a filter to Trello connector

NB: Requires a version of requests package that is earlier than 2.24.0

v0.36.2

05 Jun 10:29
60a0e7f
Compare
Choose a tag to compare

Bug fix for no top domain in the base route of a url in the HTTP connector.

This allows a concepteur to configure an HTTP connector with a url like 'http://example:5000/'

v0.36.1

25 May 12:56
6c64533
Compare
Choose a tag to compare

Adds scheduler to AirCall and some additional fixes to front_config

v0.36.0

07 May 10:58
63e674b
Compare
Choose a tag to compare

#159 Prevent MognoConnector to count more than 1M docs when only a slice is requested

(Should have been 0.35.1 but I also missed it ><)

v0.35.0

05 May 08:02
c23e399
Compare
Choose a tag to compare

Bug fix in AirCall connector for when AirCall API sends something unexpected in a response

(Should have been 0.34.1 but messed up versioning)

v0.34.0

05 May 07:57
b0d4383
Compare
Choose a tag to compare

Minor modifications to AirCall connector

  • Tweaks to what is shown for values that don't exist in 'teams' info

  • Updates to associated tests

v0.33.0

05 May 07:47
Compare
Choose a tag to compare

New AirCall connector

  • Three calls were added for more flexible data retrieval

  • Async calls to AirCall ; more generic fetch currently coded to use Bearer auth

  • Shapes data straight away rather than relying on hard-coded ETL_config

v0.32.0

30 Mar 12:49
Compare
Choose a tag to compare
  • Change the input format of permissions conditions #150