Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 4f2f093d-ce44-4121-8118-9d13b7bfccd0
dockerImageTag: 0.1.9
dockerImageTag: 0.1.10
dockerRepository: airbyte/source-netsuite
documentationUrl: https://docs.airbyte.com/integrations/sources/netsuite
githubIssueLabel: source-netsuite
Expand Down
12 changes: 6 additions & 6 deletions airbyte-integrations/connectors/source-netsuite/poetry.lock

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.9"
version = "0.1.10"
name = "source-netsuite"
description = "Source implementation for Netsuite."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/netsuite.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ The connector is restricted by Netsuite [Concurrency Limit per Integration](http

| Version | Date | Pull Request | Subject |
|:--------|:-----------| :------------------------------------------------------- |:----------------------------------------------------------|
| 0.1.10 | 2025-03-08 | [55455](https://github.com/airbytehq/airbyte/pull/55455) | Update dependencies |
| 0.1.9 | 2025-03-05 | [55207](https://github.com/airbytehq/airbyte/pull/55207) | Add support for additional date format in Netsuite input |
| 0.1.8 | 2025-03-01 | [54821](https://github.com/airbytehq/airbyte/pull/54821) | Update dependencies |
| 0.1.7 | 2025-02-22 | [54363](https://github.com/airbytehq/airbyte/pull/54363) | Update dependencies |
Expand Down
Loading