**Changes** - Bump `boto3` from `1.26.21` to `1.26.165`
**Fix** - Filter out none standard storage class objects
3.0.0
------------------
**Changes** - Dropping csv type columns' guessing logic using `messytables` library in favor of interpreting all columns as string to avoid type mismatch issues that break the tap/target.
2.0.0
------------------
**Changes** - Dropped support for python 3.6 - Bump ujson from 4.3.0 to 5.1.0
1.2.3
------------------ **Fix** - Set `time_extracted` when creating singer records.
**Changes** - Migrate CI to github actions - bump dependencies
1.2.2
------------------ **Fix** - Make use of `start_date` when doing discovery - Discovery to run on more recent files to be able to detect new columns.