Flink Http Connector Versions Save

Http Connector for Apache Flink. Provides sources and sinks for Datastream , Table and SQL APIs.

0.13.0

1 month ago

What's Changed

Full Changelog: https://github.com/getindata/flink-http-connector/compare/0.12.0...0.13.0

0.12.0

1 month ago

What's Changed

  • HTTP-76 Allow enforcing the use of raw Authorization header by @AdrianVasiliu
  • HTTP-78 Support for optional query parameters for body-based requests by @OlivierZembri
  • Bump vsoch/pull-request-action version by @kristoffSC

New Contributors

Full Changelog: https://github.com/getindata/flink-http-connector/compare/0.11.0...0.12.0

0.11.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/getindata/flink-http-connector/compare/0.8.1...0.11.0

0.10.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/getindata/flink-http-connector/compare/0.8.1...0.10.0

0.9.0

1 year ago

What's Changed

Full Changelog: https://github.com/getindata/flink-http-connector/compare/0.8.1...0.9.0

0.8.1

1 year ago

What's Changed

Full Changelog: https://github.com/getindata/flink-http-connector/compare/0.8.0...0.8.1

0.8.0

1 year ago

What's Changed

Full Changelog: https://github.com/getindata/flink-http-connector/compare/0.7.0...0.8.0

0.7.0

1 year ago

What's Changed

Full Changelog: https://github.com/getindata/flink-http-connector/compare/0.6.0...0.7.0

0.6.0

1 year ago

What's Changed

Full Changelog: https://github.com/getindata/flink-http-connector/compare/0.5.0...0.6.0

0.5.0

1 year ago

What's Changed

  • Adding TLS and mTLS support for Http Connector by @kristoffSC in https://github.com/getindata/flink-http-connector/pull/25
    • Add TLS and mTLS support for Http Sink and Lookup Source connectors.
      New properties are:
      • gid.connector.http.security.cert.server - path to server's certificate.
      • gid.connector.http.security.cert.client - path to connector's certificate.
      • gid.connector.http.security.key.client - path to connector's private key.
      • gid.connector.http.security.cert.server.allowSelfSigned - allowing for self-signed certificates without adding them to KeyStore (not recommended for a production).
  • BasicAuth - adding HeaderPreprocessor and support for Basic Authentication mechanism. by @kristoffSC in https://github.com/getindata/flink-http-connector/pull/26
    • Add Http Header value preprocessor mechanism, that can preprocess defined header value before setting it on the request.
    • Allow user to specify Authorization header for Basic Authentication. The value will be converted to Base64, or if it starts from prefix Basic , it will be used as is (without any extra modification).
  • Adapt Http Lookup Source to Elastic by @swtwsk in https://github.com/getindata/flink-http-connector/pull/27

Full Changelog: https://github.com/getindata/flink-http-connector/commits/0.5.0