- NOTE: The
patch
version bump is reflective of the underlying dependency bump from Target-Postgres signal the - DEPENDENCIES:
- Singer Target Postgres
from
0.2.1
to0.2.4
.- Performance improvements, bug fixes, and feature support for JSONSchema
anyOf
andallOf
- See CHANGELOG for more details.
- Performance improvements, bug fixes, and feature support for JSONSchema
- Singer Target Postgres
from
- NOTE: The
minor
version bump is not expected to have much effect on folks. This was done to signal the output change from the below dependency bump. It is our impression not many are using this feature yet anyways. Since this was not apatch
change, we decided to make this aminor
instead ofmajor
change to raise less concern. Thank you for your patience! Please see the below dependency change for more information. - DEPENDENCIES:
- Singer Target Postgres
from
0.1.11
to0.2.0
.- Change of
STATE
message support to be better aligned with the officialsinger-target-template
- See CHANGELOG for more details.
- Change of
- Singer Target Postgres
from
- DEPENDENCIES:
- Singer Target Postgres
from
0.1.10
to0.1.11
.- No functional changes impacting
target-redshift
- See CHANGELOG for more details.
- No functional changes impacting
- Singer Target Postgres
from
- DEPENDENCIES:
- Singer Target Postgres
from
0.1.9
to0.1.10
.- Canonicalization of the
root_table
name to allow for anystream
name to be passed in - Additional testing to ensure safe backwards compatibility
- See CHANGELOG for more details.
- Canonicalization of the
- Singer Target Postgres
from
- DEPENDENCIES:
- Singer Target Postgres
from
0.1.8
to0.1.9
.- Addressed a bug with
ACTIVATE_VERSION
not clearing internal buffers. No known issues arose from this, purely a performance issue - Added emitting
STATE
messages when all associatedRECORD
messages have been persisted - Added SSL support
- See CHANGELOG for more details.
- Addressed a bug with
- Singer Target Postgres
from
- DEPENDENCIES:
- Singer Target Postgres
from
0.1.7
to0.1.8
.- See CHANGELOG for more details.
- Singer Target Postgres
from
- DEPENDENCIES:
- Singer Target Postgres
from
0.1.6
to0.1.7
.- Fixes a bug with denesting. See CHANGELOG for more details.
- Singer Target Postgres
from
- DEPENDENCIES:
- Singer Target Postgres
from
0.1.4
to0.1.6
.- Fixes a number of bugs. See CHANGELOG for more details.
- Singer Target Postgres
from
- FEATURES:
- Added the
persist_empty_tables
config option detailed in Target-Postgres.
- Added the
- FEATURES:
- Added the
default_column_length
config option which allows users to declare a default column width forstring
types
- Added the