Releases: Aiven-Open/aiven-kafka-connector-framework
Releases · Aiven-Open/aiven-kafka-connector-framework
Release list
V0.3.0
Immutable
release. Only release title and notes can be modified.
v0.3.0
What is changed
- Partial fix for #70
- Merge pull request #68 from Aiven-Open/add-source-connector-integration-test
- Merge pull request #69 from Aiven-Open/aindriu-aiven/csv-extractor-schema-fix
- Bump kafka-config from 0.1.0 to 0.2.0
- Update kafka-testkit to 0.1.0
- Update documentation
- Bump aiven-commons from 3 to 4
- initial integration tests
- Merge pull request #66 from Aiven-Open/Add-source-documentation
- fixed misnamed method in text
- fixed typography issues and add Extractor and circular buffer info
Co-authored by
- Aindriu Lavelle
- Claude Warren
Full Changelog
V0.2.0
Immutable
release. Only release title and notes can be modified.
v0.2.0
What is changed
- Added hideNativeStartKey
- Added hideRingBufferSize
- added DistributionType documentation
- Ensure that resources are closed on stop() (#62)
- changed since version numbers to 0.1.0
- Allows distribution types that accept all work.
- allow lookback size of 0
Co-authored by
- Aindriú Lavelle
- Claude Warren
Full Changelog
v0.1.0
Immutable
release. Only release title and notes can be modified.
v0.1.0
What is changed
- Update the headers behaviour in the CSVExtractor (#47)
- Add option to hide some config from documentation (#45)
- changed NativeSourceData.getNativeItemStream() to NativeSourceData.getNativeItemIterator()
- renamed Transformer to Extractor
- changes to take advantage of RingBuffer comparator usage
- ensured that Key is defined as comparable when returned
- Added decompression to transformers
- Add transformer validator and descriptions (#32)
- Add a lastEvolution method to the AbstractSourceTask
- added TemplateValidator
- Add TransformerRegistry (#27)
- added Lookback and updated processing
- Update CsvTransformer.java
- Update ConnectorCommonConfigFragment.java
- Aindriu aiven/update csv transformer (#18)
- added RELAX_SCHEMES to add http as a valid URL schem for schema registries
- extended comparable to AbstractSourceNativeInfo
- Made NativeInfo implement Comparable
- fixed Csv data generation issues and cleaned up tests
- created AbstractSourceTask and test
- reworked Transformer to support non InputStream transforms
- Added SinceInfo implementation
- Initial architecture documentation
Co-authored by
- Aindriu Lavelle
- Claude Warren