Skip to content

Commit

Permalink
Update versions of libraries in poetry.
Browse files Browse the repository at this point in the history
PATCH bump destination-typesense version to 0.1.42
Build destination-typesense docker image for platform(s) linux/amd64, linux/arm64
Get dependency updates
Create or update pull request on Airbyte repository
Add changelog entry
  • Loading branch information
airbyteio committed Mar 1, 2025
1 parent f88f4b5 commit ab7faa5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: 36be8dc6-9851-49af-b776-9d4c30e4ab6a
dockerImageTag: 0.1.41
dockerImageTag: 0.1.42
dockerRepository: airbyte/destination-typesense
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:4.0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.41"
version = "0.1.42"
name = "destination-typesense"
description = "Destination Implementation for Typesense."
authors = [ "Airbyte <[email protected]>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/typesense.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ To connect a Typesense with HA, you can type multiple hosts on the host field us

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------------ |
| 0.1.42 | 2025-03-01 | [54910](https://github.com/airbytehq/airbyte/pull/54910) | Update dependencies |
| 0.1.41 | 2025-02-22 | [53929](https://github.com/airbytehq/airbyte/pull/53929) | Update dependencies |
| 0.1.40 | 2025-02-08 | [53387](https://github.com/airbytehq/airbyte/pull/53387) | Update dependencies |
| 0.1.39 | 2025-02-04 | [49984](https://github.com/airbytehq/airbyte/pull/49984) | Typo default port |
Expand Down

0 comments on commit ab7faa5

Please sign in to comment.