Change log#
sasquatch-backpack is versioned with semver.
Find changes for the upcoming release in the project’s changelog.d directory.
0.4.1 (2025-08-15)#
New features#
- Readded support for avro schemas via direct connection 
0.4.0 (2025-07-16)#
New features#
- Backpack can now directly connect to kafka 
Other changes#
- the –post flag on the usgs_earthquake_data command has been deprecated in favor of –publish. It will be removed in a future version. 
0.3.2 (2025-04-15)#
Bug fixes#
- Patch a critical issue in the schema name change 
0.3.1 (2025-04-11)#
Other changes#
- Rename USGS topic name for strimzi conpatability 
0.3.0 (2025-03-17)#
Backwards-incompatible changes#
- Removed deprecated load_schema() method (replaced with schema field in the superclass) 
- Added redis boolean in the source config to allow users to define wheter the source will make use of redis or not 
New features#
- Adds state persistance via redis 
- Updates USGS to use redis to store earthquake keys 
Other changes#
- Changes filesystem structure for better ease of use when more sources are added 
- Adds new tests 
- Datetime is now displayed on usgs items after posting to sasquatch 
0.2.2 (2024-09-18)#
New features#
- Avro schemas are now generated via dataclass rather than being strictly typed 
0.2.1 (2024-08-15)#
New features#
- Reorganize topic_name variable 
Other changes#
- Update doccumentation for api additions 
0.2.0 (2024-08-06)#
New features#
Reorganize project structure to better support other APIs
0.1.0 (2024-08-01)#
New features#
- Initialize sasquatch-backpack 
- Add the USGS API 
- Add a click CLI