Hi team,
We are currently running snowplow stream enrich v0.20.0 and we are intend to upgrade it to the latest available version on Bintray, which is v1.1.3 as stated in this link: https://snowplow.bintray.com/snowplow-generic/
snowplow_stream_enrich_kinesis_1.1.3.zip
However, in snowplow/enrich git repo, we cannot find the stream_enrich_1.1.3
. The latest available one on snowplow/enrich git repo is v1.1.0. Thus, I cannot compare v1.1.3 with v0.20.0
I noticed that there is an archive repo GitHub - snowplow/stream-enrich: Application reading tracked events from Kafka/Kinesis/NSQ, validating and enriching them and writing them back to Kafka/Kinesis/NSQ which has the version 1.1.3, but the branch has less code change compare to the snowplow/enrich repo.
For example, when I compare v0.20 and v0.22, the archive repo has much less code change, so I assume the snowplow/enrich git repo is not a good place for me to observe the code change between versions.
- Comparing 0.20.0...0.22.0 · snowplow/stream-enrich · GitHub
- Comparing stream_enrich/0.20.0...stream_enrich/0.22.0 · snowplow/enrich · GitHub
Could you point me to the place where I can compare version 1.1.3 with 0.20.0?