0.1.0.32
Changelog
Unreleased
GitHub #1 Initial
Initial (#1)
- Initial commit.
- Added support for schemaless as well.
- Added documentation and examples.
- Bump to 0.11.0.0-cp3 to address issues with plugin isolation.
- Changed version.
- Added documentation and examples.
- Example
577eeba77009f92 Jeremy Custenborder 2017-09-23 21:01:56
GitHub #10 Added a transformation to convert Connect Structured data to JSON. Fi…
Added a transformation to convert Connect Structured data to JSON. Fixes #9. (#10)
0f46bdbe2464e96 Jeremy Custenborder 2018-03-13 18:24:54
GitHub #11 No-op non-Avero data
Ignore String and bytes. fixes #11. (#18)
9e86d304da6195f Jeremy Custenborder 2018-04-06 21:15:26
GitHub #12 Add Transformation to convert bytes to string. enhancement
Refactored BaseTransformation to make schema based conversions easier. Added BytesToString conversion. (#13)
- fixes #12.
a2b19cdcc435bc4 Jeremy Custenborder 2018-03-20 16:20:19
GitHub #13 BytesToString conversion.
Refactored BaseTransformation to make schema based conversions easier. Added BytesToString conversion. (#13)
- fixes #12.
a2b19cdcc435bc4 Jeremy Custenborder 2018-03-20 16:20:19
GitHub #16 Connector Hub Support enhancement
Connector hub support. Fixes #16. (#17)
3f823b0bd9b44fb Jeremy Custenborder 2018-04-03 15:54:12
GitHub #17 Connector hub support. Fixes #16.
Connector hub support. Fixes #16. (#17)
3f823b0bd9b44fb Jeremy Custenborder 2018-04-03 15:54:12
GitHub #18 Ignore String and bytes. fixes #11.
Ignore String and bytes. fixes #11. (#18)
9e86d304da6195f Jeremy Custenborder 2018-04-06 21:15:26
GitHub #19 Add Transformation to change the case of a topic. enhancement
Added transformation to convert numeric values to a int64 Fixes #19.
be1bee946012d29 Jeremy Custenborder 2018-07-02 22:10:11
Added transformation to change the case of a topic. Fixes #19. (#20)
cd06014031153c3 Jeremy Custenborder 2018-05-04 17:00:38
GitHub #2 Bump to 1.0.0
Bump to 1.0.0 (#2)
eb5fb379684695b Jeremy Custenborder 2017-11-04 04:35:58
GitHub #20 Added transformation to change the case of a topic. Fixes #19.
Added transformation to change the case of a topic. Fixes #19. (#20)
cd06014031153c3 Jeremy Custenborder 2018-05-04 17:00:38
GitHub #23 Add support to convert numeric types to a long enhancement
Added transformation to convert numeric values to a int64 Fixes #23. (#24)
84c9c4a2f2fce4c Jeremy Custenborder 2018-07-02 22:03:33
GitHub #24 Added transformation to convert numeric values to a int64 Fixes #23.
Added transformation to convert numeric values to a int64 Fixes #23. (#24)
84c9c4a2f2fce4c Jeremy Custenborder 2018-07-02 22:03:33
GitHub #27 Add transformation to override the record timestamp to now. enhancement
Added transformation to override timestamp for a record to the current timestamp. Fixes #27. (#28)
189cb8a711ec577 Jeremy Custenborder 2018-09-24 17:07:47
GitHub #28 Added transformation to override timestamp for a record to the curren…
Added transformation to override timestamp for a record to the current timestamp. Fixes #27. (#28)
189cb8a711ec577 Jeremy Custenborder 2018-09-24 17:07:47
GitHub #3 Change case transformation. enhancement
Added transformation to change the case of a field. fixes #3. (#8)
dff5ca167c06143 Jeremy Custenborder 2018-02-12 23:40:40
GitHub #30 Add transformation to filter records by regex. enhancement
Added transformation to filter records based on items in fields. Fixes #30. (#31)
0f21d2032a2e1ed Jeremy Custenborder 2018-10-18 02:41:21
GitHub #31 Added transformation to filter records based on items in fields. Fixes #30.
Added transformation to filter records based on items in fields. Fixes #30. (#31)
0f21d2032a2e1ed Jeremy Custenborder 2018-10-18 02:41:21
GitHub #33 Add transformation to set the key of a message to null enhancement
Added transformation to set a key or value to null. Fixes #33. (#34)
bfee353c179c0d0 Jeremy Custenborder 2018-10-24 16:26:43
GitHub #34 Added transformation to set a key or value to null. Fixes #33.
Added transformation to set a key or value to null. Fixes #33. (#34)
bfee353c179c0d0 Jeremy Custenborder 2018-10-24 16:26:43
GitHub #35 Bump version to 2.0.0-cp1 enhancement
Bump to 2.0.0-cp1. Fixes #35. (#36)
b92e62b1a9dc6a4 Jeremy Custenborder 2018-10-24 17:45:31
GitHub #36 Bump to 2.0.0-cp1. Fixes #35.
Bump to 2.0.0-cp1. Fixes #35. (#36)
b92e62b1a9dc6a4 Jeremy Custenborder 2018-10-24 17:45:31
GitHub #38 Add topic to field transformation enhancement
Issue 38 (#39)
- Added topic to field transformation. Fixes #38.
- Added unit test.
- Cleanup for checkstyle.
7ab778d10486470 Jeremy Custenborder 2019-02-27 16:26:58
GitHub #39 Issue 38
Issue 38 (#39)
- Added topic to field transformation. Fixes #38.
- Added unit test.
- Cleanup for checkstyle.
7ab778d10486470 Jeremy Custenborder 2019-02-27 16:26:58
GitHub #4 Extract timestamp transformation enhancement
Added ExtractTimestamp transformation. (#5)
- Moved to a common base transformation that supports both schema and schemaless data.
- Added transformation that will pull the timestamp from a field within the value. Closes #4.
- Corrected missing headers. Added documentation.
c4f3ff48f0e361f Jeremy Custenborder 2017-12-01 22:59:50
GitHub #42 Add transformation to change decimal precisions in a struct. enhancement
Issue 42 (#44)
- Added transformation that will alter the maximum precision for all decimal fields. Fixes #42.
- Updated to 2.1.1-cp1 and the latest documentation format.
b6397bfb430ae13 Jeremy Custenborder 2019-05-31 21:09:36
GitHub #44 Issue 42
Issue 42 (#44)
- Added transformation that will alter the maximum precision for all decimal fields. Fixes #42.
- Updated to 2.1.1-cp1 and the latest documentation format.
b6397bfb430ae13 Jeremy Custenborder 2019-05-31 21:09:36
GitHub #45 Transformation to normalize schema versions. enhancement
Added transformation to normalize incoming data to the latest schema version detected. Fixes #45. (#46)
0abfc24a9634083 Jeremy Custenborder 2019-11-08 03:01:32
GitHub #46 Schema normalization
Added transformation to normalize incoming data to the latest schema version detected. Fixes #45. (#46)
0abfc24a9634083 Jeremy Custenborder 2019-11-08 03:01:32
GitHub #48 Transformation to copy schema name to the topic. enhancement
Added transformation to copy the schema name to the topic. Fixes #48. (#49)
53718d7b5c6f8dc Jeremy Custenborder 2019-11-14 00:50:22
GitHub #49 Added transformation to copy the schema name to the topic. Fixes #48.
Added transformation to copy the schema name to the topic. Fixes #48. (#49)
53718d7b5c6f8dc Jeremy Custenborder 2019-11-14 00:50:22
GitHub #5 Added ExtractTimestamp transformation.
Added ExtractTimestamp transformation. (#5)
- Moved to a common base transformation that supports both schema and schemaless data.
- Added transformation that will pull the timestamp from a field within the value. Closes #4.
- Corrected missing headers. Added documentation.
c4f3ff48f0e361f Jeremy Custenborder 2017-12-01 22:59:50
GitHub #50 Add examples of transformations enhancement
Added examples. Fixes #50. (#51)
ba7c3573e46c771 Jeremy Custenborder 2019-11-14 05:37:35
GitHub #51 Added examples. Fixes #50.
Added examples. Fixes #50. (#51)
ba7c3573e46c771 Jeremy Custenborder 2019-11-14 05:37:35
GitHub #6 Extract Struct Transformation enhancement
Support for extracting nested fields. (#7)
- Added support to extract a field from a nested struct. Fixes #6
- Update documentation.
- Corrected licensing.
- Added more documentation.
d751e1a29ef37ee Jeremy Custenborder 2018-02-12 21:59:52
GitHub #7 Support for extracting nested fields.
Support for extracting nested fields. (#7)
- Added support to extract a field from a nested struct. Fixes #6
- Update documentation.
- Corrected licensing.
- Added more documentation.
d751e1a29ef37ee Jeremy Custenborder 2018-02-12 21:59:52
GitHub #8 Added transformation to change the case of a field. fixes #3.
Added transformation to change the case of a field. fixes #3. (#8)
dff5ca167c06143 Jeremy Custenborder 2018-02-12 23:40:40
GitHub #9 Add a transformation to convert structured data to JSON enhancement
Added a transformation to convert Connect Structured data to JSON. Fixes #9. (#10)
0f46bdbe2464e96 Jeremy Custenborder 2018-03-13 18:24:54
No issue
Added docs.
97633d6156fae2f Jeremy Custenborder 2018-03-20 16:22:36
bump to parent 0.11.0.0-cp4.
e23316472a4acd0 Jeremy Custenborder 2017-09-23 23:28:28