Version 0.3.0
In this release, we are adding new features, fixing some bugs, and bumping a few dependencies.
Upgrading from 0.2.0
Changes on config
We made some changes to the general config structure to make it more in line with other Snowplow products. You can find the description of the new structure here. Also, you can find example configs here.
Changing some of the column types
The database schemas created with the previous version isn't working well with events enriched with pii pseudoanonymization. Therefore, we needed to change types of the some of the columns. You need to apply this migration script to your database.
New features
Improvements
- Improve checkpointing of kinesis records (#39)
Configuration changes
- Make database max pool size configurable (#56)
Bug fixes
- Pass stream name and application name to fanout config object (#44)
- Prepare schema definition to work with pii pseudoanonymization (#45)
- Run tests of different modules seperately in CI/CD (#58)