Skip to content

Commit 8bd834b

Browse files
authored
🐙 destination-typesense: run up-to-date pipeline [2024-08-10] (#43489)
1 parent 3690df6 commit 8bd834b

File tree

4 files changed

+62
-59
lines changed

4 files changed

+62
-59
lines changed

airbyte-integrations/connectors/destination-typesense/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: database
33
connectorType: destination
44
definitionId: 36be8dc6-9851-49af-b776-9d4c30e4ab6a
5-
dockerImageTag: 0.1.17
5+
dockerImageTag: 0.1.18
66
dockerRepository: airbyte/destination-typesense
77
connectorBuildOptions:
88
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916

airbyte-integrations/connectors/destination-typesense/poetry.lock

+58-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/destination-typesense/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.1.17"
6+
version = "0.1.18"
77
name = "destination-typesense"
88
description = "Destination Implementation for Typesense."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/destinations/typesense.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ To connect a Typesense with HA, you can type multiple hosts on the host field us
4444

4545
| Version | Date | Pull Request | Subject |
4646
| :------ | :--------- | :------------------------------------------------------- | :---------------------------- |
47-
| 0.1.17 | 2024-08-01 | [42868](https://github.com/airbytehq/airbyte/pull/42868) | Allows you to specify multiple hosts, separated by commas, to connect to Typesense with HA. |
47+
| 0.1.18 | 2024-08-10 | [43489](https://github.com/airbytehq/airbyte/pull/43489) | Update dependencies |
48+
| 0.1.17 | 2024-08-01 | [42868](https://github.com/airbytehq/airbyte/pull/42868) | Allows you to specify multiple hosts, separated by commas, to connect to Typesense with HA. |
4849
| 0.1.16 | 2024-08-03 | [43282](https://github.com/airbytehq/airbyte/pull/43282) | Update dependencies |
4950
| 0.1.15 | 2024-07-27 | [42606](https://github.com/airbytehq/airbyte/pull/42606) | Update dependencies |
5051
| 0.1.14 | 2024-07-20 | [42146](https://github.com/airbytehq/airbyte/pull/42146) | Update dependencies |

0 commit comments

Comments
 (0)