- Fixed an issue when
format_message
returned newline character
- Swith to
orjson
JSON library to serialie and deserialise faster - Bump
backoff
to 1.11.1 - Bump
pytz
to latest
- Added
time_extracted
to BATCH message type
- Add BATCH message type
- Update pytz pin to wider range
- Bump jsonschema to 3.2.0
- Bump pytz to 2020.1
- Bump pytz to 2019.3
- Added a logging config file to fallback to in case LOGGING_CONF_FILE env variable is not defined. This is to respect the singer specs that requires the logs to be sent to stderr and not stdout.
- Initial version (fork of https://github.com/singer-io/singer-python version 5.9.0)