Moves RETL schedule config to destination_subscription and deprecates those fields in reverse_etl_model.
Stops connecting newly created sources and warehouses by default.
Fixes a bug where user groups could not be cleared.
Fixes a bug where imported segment_reverse_etl_model
resources could have invalid configuration parameters.
Fix goreleaser config.
Fix typo in docs.
Fixes a bug where the segment_profiles_warehouse
resource was dereferencing a nil pointer upon invalid import.
General Availability release. No changes from the previous release.
Correctly taints resources upon failed create to ensure resources are not duplicated.
Fixes a rendering bug for segment_profiles_warehouse
resource docs.
Adds import documentation for each resource. Also clean up documentation.
Fixes bug where segment_function IDs for insert destinations could not be passed directly into a segment_insert_function_instance resource.
Adds support for Transformation resource.
BREAKING CHANGE
Move Source schema settings configuration to segment_source_tracking_plan_connection
resource. Also adds schema settings to Source data source.
Support Insert Function instance resource.
Adds support for Source schema settings in the Source resource. Also removes the description field from Labels fields in various resources since it is not populated and not likely to be used for configuration.
Fixes an issue where Function setting type could not be set to `TEXT_MAP``.
Adds support for Reverse ETL model resource. (Previously misreleased as 0.0.5)
Adds support for Destination subscriptions and Source - Tracking Plan connection resources.
Adds support for Profiles Warehouse and fixes nil pointer access issues with Destination metadata.
Adds support for destination filters and functions.
Adds support for IAM resource (users, user groups)
Initial release