Skip to content

Commit

Permalink
fix: docs for default port in typesense connector (#49984)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Marx <[email protected]>
Co-authored-by: marcosmarxm <[email protected]>
  • Loading branch information
3 people authored Feb 4, 2025
1 parent 51a07bb commit 74890da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"port": {
"title": "Port",
"type": "string",
"description": "Port of the Typesense instance. Ex: 8108, 80, 443. Default is 443",
"description": "Port of the Typesense instance. Ex: 8108, 80, 443. Default is 8108",
"order": 2
},
"protocol": {
Expand Down
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.38
dockerImageTag: 0.1.39
dockerRepository: airbyte/destination-typesense
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:3.0.2@sha256:73697fbe1c0e2ebb8ed58e2268484bb4bfb2cb56b653808e1680cbc50bafef75
Expand Down
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.38"
version = "0.1.39"
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.39 | 2025-02-04 | [49984](https://github.com/airbytehq/airbyte/pull/49984) | Typo default port |
| 0.1.38 | 2025-02-04 | [53131](https://github.com/airbytehq/airbyte/pull/53131) | Document id is overwritten by writer |
| 0.1.37 | 2025-02-01 | [52945](https://github.com/airbytehq/airbyte/pull/52945) | Update dependencies |
| 0.1.36 | 2025-01-25 | [52170](https://github.com/airbytehq/airbyte/pull/52170) | Update dependencies |
Expand Down

0 comments on commit 74890da

Please sign in to comment.