Skip to content

Releases: getindata/flink-http-connector

0.7.0

27 Oct 07:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

05 Oct 12:13
Compare
Choose a tag to compare

What's Changed

  • ESP-263 - Adding support for POST REST method to http Lookup Source by @kristoffSC in #29

Full Changelog: 0.5.0...0.6.0

0.5.0

22 Sep 09:06
Compare
Choose a tag to compare

What's Changed

  • Adding TLS and mTLS support for Http Connector by @kristoffSC in #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 #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 #27

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

0.4.0

31 Aug 11:27
Compare
Choose a tag to compare

What's Changed

  • Error Code configuration from properties. by @kristoffSC in #16
  • Drop Dependency for Apache HttpClient by @kristoffSC in #17
  • Use Flink Json Format in Lookup Source by @kristoffSC in #19
  • Add Http header support for Http Lookup Source. by @kristoffSC in #21
  • HTTP ErrorCode Status config for Lookup Source by @kristoffSC in #22
  • Introduce custom HTTP Sink Post Request Callback and its Factory by @swtwsk in #23

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

0.3.0

21 Jul 08:46
Compare
Choose a tag to compare

What's Changed

  • Package_refactoring - add internal package and expose public API by @kristoffSC in #8
  • checkstyle - add checkstyle based on delta.io/connectors checkstyle by @kristoffSC in #9
  • ReadmeUpdate - add Maven link to readme. by @kristoffSC in #10
  • TestPackageRefactoring - refactoring test package to match source fol… by @kristoffSC in #11
  • ESP-98_SinkParameters - pass headers via properties to Http client by @kristoffSC in #12

New Contributors

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

0.2.0

06 Jul 09:28
Compare
Choose a tag to compare

What's Changed

  • Add initial HttpSink implementation by @swtwsk in #4
  • Http Sink Table API by @swtwsk in #5
  • Disable retries of failed requests by @swtwsk in #6

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

0.1.0

26 May 14:51
Compare
Choose a tag to compare
Attach Maven sources