Releases: ToucanToco/toucan-connectors
v0.37.2
Patches elastic search password schema with a pydantic validation so as to hide password string.
v0.37.1
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
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
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
Adds scheduler to AirCall and some additional fixes to front_config
v0.36.0
v0.35.0
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
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
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