File tree 3 files changed +4
-2
lines changed
airbyte-integrations/connectors/source-sendgrid
docs/integrations/sources
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
stream_names :
8
8
- bounces
9
9
10
+ max_concurrent_async_job_count : 2
10
11
definitions :
11
12
streams :
12
13
bounces :
Original file line number Diff line number Diff line change 6
6
hosts :
7
7
- api.sendgrid.com
8
8
connectorBuildOptions :
9
- baseImage : docker.io/airbyte/source-declarative-manifest:6.38 .3@sha256:fcba02266f262aabc2f37e4f14574aa1c8c5cffd018504bab28803e405c93afe
9
+ baseImage : docker.io/airbyte/source-declarative-manifest:6.39 .3@sha256:ff59661ef3ad9e87da0ff35c36230acb138a5fb0900608b61449bef25d5ebc7b
10
10
connectorSubtype : api
11
11
connectorType : source
12
12
definitionId : fbb5fbe2-16ad-4cf4-af7d-ff9d9c316c87
13
- dockerImageTag : 1.3.0
13
+ dockerImageTag : 1.3.1
14
14
releases :
15
15
breakingChanges :
16
16
1.0.0 :
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ The connector is restricted by normal Sendgrid [requests limitation](https://doc
89
89
90
90
| Version | Date | Pull Request | Subject |
91
91
| :--------| :-----------| :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
92
+ | 1.3.1 | 2025-03-13 | [ 55744] ( https://github.com/airbytehq/airbyte/pull/55744 ) | Increase max concurrent async job count to 2 |
92
93
| 1.3.0 | 2025-03-04 | [ 55185] ( https://github.com/airbytehq/airbyte/pull/55185 ) | Update manifest for adapting changes with AsyncRetriever |
93
94
| 1.2.9 | 2025-02-23 | [ 54625] ( https://github.com/airbytehq/airbyte/pull/54625 ) | Update dependencies |
94
95
| 1.2.8 | 2025-02-15 | [ 54013] ( https://github.com/airbytehq/airbyte/pull/54013 ) | Update dependencies |
You can’t perform that action at this time.
0 commit comments