- Add the ability to specify a default value when getting a bookmark #95
- Resolve JSON Schema refs when the schema contains an
anyOfelement #93
- Support for schema objects that contain
patternProperties#92
- Transform now treats empty object schemas as all properties #77
- Improves logging around unparseable datetimes, now warning level instead of error.
- Adds feature to transformer to respect
selectedand"inclusion": "unsupported"metadata if passed in.
- Fix datetime serialization call in
messages.write_recordfortime_extractedto format consistently across platforms
- Allow transform's string_to_datetime to accept a datetime with timezone and peg at UTC for further processing
- Implemented cross platform strftime formatting in
utils.strftime, based on tap-codat #3
- Adds replication_method as a field to the catalog class
- Sets the default format for dates to use %04Y so dates < 1000 are formatted with leading zeroes #65