Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
58e7555
feat: add kafka migration (#330)
johnjcasey Jun 18, 2024
a14a933
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
renovate-bot Jun 18, 2024
33f2761
fix: report connector package version instead of kafka connect versio…
HurSungYun Jun 18, 2024
bc00e06
deps: update dependency org.slf4j:slf4j-api to v2.0.13 (#299)
renovate-bot Jun 18, 2024
290787b
test(deps): update dependency com.google.truth:truth to v1.4.2 (#309)
renovate-bot Jun 18, 2024
87c2dc1
chore: update requirements.txt to address dependabot security alerts.…
gcf-owl-bot[bot] Jun 18, 2024
18e6d8c
chore: remove owlbot postprocessor check (#350)
JoeWang1127 Sep 12, 2024
8c63561
chore: disable owlbot (#351)
JoeWang1127 Sep 12, 2024
773f67b
deps: Update kafka-clients and pubsublite-kafka and pubsublite client…
bcol-google Oct 7, 2024
25c152b
chore(main): release 1.3.0 (#325)
release-please[bot] Oct 8, 2024
4c107d8
fix: maxOutstandingMessages should be defined without maxOutstandingR…
mihai-ghita Oct 25, 2024
0907353
deps: update google-cloud-shared-config to 1.11.3 (#357)
bcol-google Nov 6, 2024
6b3d685
chore(main): release 1.3.1-SNAPSHOT (#355)
release-please[bot] Nov 6, 2024
41c6121
chore(main): release 1.3.1 (#362)
release-please[bot] Nov 6, 2024
5e6b566
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
renovate-bot Apr 3, 2025
e0f7744
fix: CloudPubSubSourceTask fails to ACK messages in Kafka 4.0 due to …
Lance726 Apr 3, 2025
6f7e93d
build(deps): bump jinja2 from 3.1.3 to 3.1.6 in /.kokoro (#367)
dependabot[bot] Apr 3, 2025
abfb043
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
renovate-bot Apr 3, 2025
5d9071e
build(deps): bump zipp from 3.18.0 to 3.19.1 in /.kokoro (#340)
dependabot[bot] Apr 4, 2025
e2e2049
deps: update dependency org.slf4j:slf4j-api to v2.0.17 (#354)
renovate-bot Apr 4, 2025
d8efd0e
build(deps): bump certifi from 2024.2.2 to 2024.7.4 in /.kokoro (#339)
dependabot[bot] Apr 4, 2025
cb01ad1
build(deps): bump urllib3 from 2.2.1 to 2.2.2 in /.kokoro (#336)
dependabot[bot] Apr 4, 2025
a9cf65e
build(deps): bump idna from 3.4 to 3.7 in /.kokoro (#317)
dependabot[bot] Apr 4, 2025
346f1de
build(deps): bump urllib3 from 1.26.12 to 1.26.19 in /.kokoro (#331)
dependabot[bot] Apr 4, 2025
c5f2a5e
build(deps): bump jinja2 from 3.0.3 to 3.1.4 in /.kokoro (#320)
dependabot[bot] Apr 4, 2025
eb8c081
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
renovate-bot Apr 16, 2025
1f2cfe5
fix: typo in comment (#377)
pradn Apr 22, 2025
63189e8
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
renovate-bot May 2, 2025
4749491
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
renovate-bot May 6, 2025
3847757
deps: update Kafka dependency version to v3.9.0 (#378)
matt-kwong May 30, 2025
08841f0
build(deps): bump certifi from 2024.2.2 to 2024.7.4 in /.kokoro (#382)
dependabot[bot] Jun 2, 2025
2fa9585
chore(main): release 1.3.2-SNAPSHOT (#363)
release-please[bot] Jun 2, 2025
c5e9ac3
chore(main): release 1.3.2 (#385)
release-please[bot] Jun 2, 2025
9607892
build(deps): bump requests from 2.31.0 to 2.32.4 in /.kokoro (#387)
dependabot[bot] Jun 11, 2025
c331e08
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
renovate-bot Jun 17, 2025
5d4004f
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
renovate-bot Jun 17, 2025
72f739e
deps: update dependency org.apache.commons:commons-lang3 to v3.18.0 (…
renovate-bot Jul 10, 2025
1cd7fe0
build(deps): bump urllib3 from 2.2.1 to 2.5.0 in /.kokoro (#391)
dependabot[bot] Jul 10, 2025
29068e2
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
renovate-bot Aug 5, 2025
07df1e6
fix: Fix description of cps.streamingPull.parallelStreams (#396)
VeronicaWasson Sep 12, 2025
7534e69
deps: update dependency org.apache.commons:commons-lang3 to v3.19.0 (…
renovate-bot Oct 3, 2025
2aa7a18
fix: Add alternative property to directly create ServiceAccount (#400)
lqiu96 Nov 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/.OwlBot.yaml

This file was deleted.

9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ updates:
schedule:
interval: "daily"
# Disable version updates for Maven dependencies
open-pull-requests-limit: 0
# we use renovate-bot as well as shared-dependencies BOM to update maven dependencies.
ignore:
- dependency-name: "*"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
# Disable version updates for pip dependencies
open-pull-requests-limit: 0
# If a security vulnerability comes in, we will be notified about
# it via template in the synthtool repository.
ignore:
- dependency-name: "*"
12 changes: 0 additions & 12 deletions .github/generated-files-bot.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/release-trigger.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
enabled: true
multiScmName: java-pubsub-group-kafka-connector
1 change: 0 additions & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ branchProtectionRules:
- units (8)
- units (11)
- cla/google
- OwlBot Post Processor
- 'Kokoro - Test: Integration'
permissionRules:
- team: yoshi-admins
Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/renovate_config_check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Renovate Bot Config Validation

on:
pull_request:
paths:
- 'renovate.json'

jobs:
renovate_bot_config_validation:
runs-on: ubuntu-22.04

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Install Renovate and Config Validator
run: |
npm install -g npm@latest
npm install --global renovate
renovate-config-validator
732 changes: 415 additions & 317 deletions .kokoro/requirements.txt

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,59 @@
# Changelog

## [1.3.2](https://github.com/googleapis/java-pubsub-group-kafka-connector/compare/v1.3.1...v1.3.2) (2025-06-02)


### Bug Fixes

* CloudPubSubSourceTask fails to ACK messages in Kafka 4.0 due to deprecated commitRecord method ([#371](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/371)) ([e0f7744](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/e0f7744869e2881f42ed28e2dc64cd1fe01de53b))
* Typo in comment ([#377](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/377)) ([1f2cfe5](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/1f2cfe5ecdab6b5405dd77755bdb9eb7761b5ff0))


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.45.1 ([#365](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/365)) ([abfb043](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/abfb043086886f0466d65fdee243aa6a7744881a))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.46.2 ([#376](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/376)) ([63189e8](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/63189e81188733cf421354b053b64212d5453e9d))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.47.0 ([#379](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/379)) ([4749491](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/4749491ea90a57a8cad10c4a2f2f73e9445b57dc))
* Update dependency org.slf4j:slf4j-api to v2.0.17 ([#354](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/354)) ([e2e2049](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/e2e204961c429f3f359dbcfc38f097829a5948e6))
* Update Kafka dependency version to v3.9.0 ([#378](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/378)) ([3847757](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/3847757fa25409fc185106c90f02920e00ff371f))

## [1.3.1](https://github.com/googleapis/java-pubsub-group-kafka-connector/compare/v1.3.0...v1.3.1) (2024-11-06)


### Bug Fixes

* An optimization in guava 33.3.0 broke our tests by not calling `addListener()` on futures which are already `isDone()`. Add mock call to make our futures not `isDone()` in some tests. ([0907353](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/0907353b27144e7bd2a57439efbb9ce2da304ab3))
* MaxOutstandingMessages should be defined without maxOutstandingRequestBytes ([#349](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/349)) ([4c107d8](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/4c107d896930492a0794d0c133104d5574f92efc))


### Dependencies

* Depend on pubsublite libraries from google-cloud-bom ([0907353](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/0907353b27144e7bd2a57439efbb9ce2da304ab3))
* Update flogger to 0.8 ([0907353](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/0907353b27144e7bd2a57439efbb9ce2da304ab3))
* Update google-cloud-shared-config to 1.11.3 ([#357](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/357)) ([0907353](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/0907353b27144e7bd2a57439efbb9ce2da304ab3))
* Update google-cloud-shared-dependencies to 3.39.0 ([0907353](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/0907353b27144e7bd2a57439efbb9ce2da304ab3))
* Update pubsublite-kafka to 1.2.2 ([0907353](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/0907353b27144e7bd2a57439efbb9ce2da304ab3))
* Use google-cloud-bom 0.231.0 instead of libraries-bom ([0907353](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/0907353b27144e7bd2a57439efbb9ce2da304ab3))

## [1.3.0](https://github.com/googleapis/java-pubsub-group-kafka-connector/compare/v1.2.0...v1.3.0) (2024-10-07)


### Features

* Add kafka migration ([#330](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/330)) ([58e7555](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/58e7555831e63264d0b7fda19291629105a085ff))


### Bug Fixes

* Report connector package version instead of kafka connect version ([#266](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/266)) ([33f2761](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/33f2761b303f267b4fa6af9e2acf88a71b210f4b))


### Dependencies

* Update dependency org.apache.commons:commons-lang3 to v3.14.0 ([#302](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/302)) ([d5cad34](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/d5cad346dfd68c5c86186bbc44a5acf2174760cb))
* Update dependency org.slf4j:slf4j-api to v2.0.13 ([#299](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/299)) ([bc00e06](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/bc00e06b260de129dc6c0e5e2d36c6fa0e393ffa))
* Update kafka-clients and pubsublite-kafka and pubsublite clients ([#353](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/353)) ([773f67b](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/773f67b2bd8c20c9620b05c0c09a334ceac22567))

## [1.2.0](https://github.com/googleapis/java-pubsub-group-kafka-connector/compare/v1.1.0...v1.2.0) (2023-05-10)


Expand Down
Loading