Skip to content
Permalink

Comparing changes

Choose two branches to see what鈥檚 changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: streamthoughts/kafka-connect-file-pulse Loading
base: v2.10.0
Choose a base ref
...
head repository: streamthoughts/kafka-connect-file-pulse Loading
compare: v2.11.0
Choose a head ref
  • 10 commits
  • 389 files changed
  • 3 contributors

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    66630e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. build(deps): bump commons-compress from 1.22 to 1.23.0

    Bumps commons-compress from 1.22 to 1.23.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and fhussonnois committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    54654ea View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. feat: Add AWS MSK IAM support

    This commit adds the aws-msk-iam-auth to enable MSK authentication.
    In addition, it improve KafkaStateBackingStore configuration.
    
    GH #403
    fhussonnois committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    55b7046 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. build(deps): bump slf4j.version from 1.7.32 to 2.0.7

    Bumps `slf4j.version` from 1.7.32 to 2.0.7.
    
    Updates `slf4j-api` from 1.7.32 to 2.0.7
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_1.7.32...v_2.0.7)
    
    Updates `slf4j-log4j12` from 1.7.32 to 2.0.7
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_1.7.32...v_2.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:slf4j-log4j12
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and fhussonnois committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    e22975e View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/stale from 7 to 8

    Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and fhussonnois committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    703aa94 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0

    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and fhussonnois committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    bab3bcc View commit details
    Browse the repository at this point in the history
  4. build(deps): bump maven-checkstyle-plugin from 3.1.0 to 3.2.1

    Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.0 to 3.2.1.
    - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
    - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.1.0...maven-checkstyle-plugin-3.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and fhussonnois committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    52ccf3e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. chore: cleanup quality

    fhussonnois committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a6e9aed View commit details
    Browse the repository at this point in the history
  2. ci: add codeql

    fhussonnois committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8c75f25 View commit details
    Browse the repository at this point in the history
  3. release version 2.11.0

    Release authored and fhussonnois committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3cf9db6 View commit details
    Browse the repository at this point in the history
Loading