Releases: jcustenborder/kafka-connect-transform-common
0.1.0.35
Changelog
Unreleased
GitHub #57 Add transformation to add a timestamp field. enhancement
Added transformation to set a field to the current system timestamp. Fixes #57 (#58)
- Added transformation to set a field to the current system timestamp. Fixes #57
- Added example for TimestampNow.
79b9e919f5e5bfe Jeremy Custenborder 2020-04-15 16:07:49
GitHub #58 Added transformation to set a field to the current system timestamp. Fixes #57
Added transformation to set a field to the current system timestamp. Fixes #57 (#58)
- Added transformation to set a field to the current system timestamp. Fixes #57
- Added example for TimestampNow.
79b9e919f5e5bfe Jeremy Custenborder 2020-04-15 16:07:49
0.1.0.34: Transformation to copy headers to structs. (#54)
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](https://github.com/jcustenborder/kafka-connect-transform...
0.1.0.33
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](https://github.com/jcustenborder/kafka-connect-transform...
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](https://github.com/jcustenborder/kafka-connect-transform...
0.1.0.31
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](https://github.com/jcustenborder/kafka-connect-transform...
0.1.0.14
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.
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
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.
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 #3 Change case transformation.
Added transformation to change the case of a field. fixes #3. (#8)
dff5ca167c06143 Jeremy Custenborder 2018-02-12 23:40:40
GitHub #4 Extract timestamp 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 #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 #6 Extract Struct Transformation
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
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
0.1.0.13
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.
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
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 #2 Bump to 1.0.0
Bump to 1.0.0 (#2)
eb5fb379684695b Jeremy Custenborder 2017-11-04 04:35:58
GitHub #3 Change case transformation.
Added transformation to change the case of a field. fixes #3. (#8)
dff5ca167c06143 Jeremy Custenborder 2018-02-12 23:40:40
GitHub #4 Extract timestamp 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 #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 #6 Extract Struct Transformation
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
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
0.1.0.12
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 #12 Add Transformation to convert bytes to string.
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
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 #2 Bump to 1.0.0
Bump to 1.0.0 (#2)
eb5fb379684695b Jeremy Custenborder 2017-11-04 04:35:58
GitHub #3 Change case transformation.
Added transformation to change the case of a field. fixes #3. (#8)
dff5ca167c06143 Jeremy Custenborder 2018-02-12 23:40:40
GitHub #4 Extract timestamp 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 #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 #6 Extract Struct Transformation
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
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
0.1.0.11
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 #12 Add Transformation to convert bytes to string.
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 #2 Bump to 1.0.0
Bump to 1.0.0 (#2)
eb5fb379684695b Jeremy Custenborder 2017-11-04 04:35:58
GitHub #3 Change case transformation.
Added transformation to change the case of a field. fixes #3. (#8)
dff5ca167c06143 Jeremy Custenborder 2018-02-12 23:40:40
GitHub #4 Extract timestamp 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 #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 #6 Extract Struct Transformation
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
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
0.1.0.10
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 #12 Add Transformation to convert bytes to string.
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 #2 Bump to 1.0.0
Bump to 1.0.0 (#2)
eb5fb379684695b Jeremy Custenborder 2017-11-04 04:35:58
GitHub #3 Change case transformation.
Added transformation to change the case of a field. fixes #3. (#8)
dff5ca167c06143 Jeremy Custenborder 2018-02-12 23:40:40
GitHub #4 Extract timestamp 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 #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 #6 Extract Struct Transformation
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
Added a transformation to convert Connect Structured data to JSON. Fixes #9. (#10)
0f46bdbe2464e96 Jeremy Custenborder 2018-03-13 18:24:54
No issue
bump to parent 0.11.0.0-cp4.
e23316472a4acd0 Jeremy Custenborder 2017-09-23 23:28:28