From a175ae1edae4a7b8e9c32db24ed92034fbe8e1a0 Mon Sep 17 00:00:00 2001 From: Joe Bell Date: Tue, 19 Mar 2024 17:17:55 -0700 Subject: [PATCH] bump version --- .../main/java/io/airbyte/cdk/integrations/base/Destination.java | 2 +- .../java/airbyte-cdk/core/src/main/resources/version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airbyte-cdk/java/airbyte-cdk/core/src/main/java/io/airbyte/cdk/integrations/base/Destination.java b/airbyte-cdk/java/airbyte-cdk/core/src/main/java/io/airbyte/cdk/integrations/base/Destination.java index acd958a0323bb..329a827318d69 100644 --- a/airbyte-cdk/java/airbyte-cdk/core/src/main/java/io/airbyte/cdk/integrations/base/Destination.java +++ b/airbyte-cdk/java/airbyte-cdk/core/src/main/java/io/airbyte/cdk/integrations/base/Destination.java @@ -117,7 +117,7 @@ static void consumeMessage(final AirbyteMessageConsumer consumer, final String i if (isStateMessage(inputString)) { throw new IllegalStateException("Invalid state message: " + inputString); } else { - log.error("Received invalid message: " + inputString); + log.error("Received invalid message, not logging as this may contain sensitive data"); } } } diff --git a/airbyte-cdk/java/airbyte-cdk/core/src/main/resources/version.properties b/airbyte-cdk/java/airbyte-cdk/core/src/main/resources/version.properties index 6f6dd85258de1..c870de920c2ed 100644 --- a/airbyte-cdk/java/airbyte-cdk/core/src/main/resources/version.properties +++ b/airbyte-cdk/java/airbyte-cdk/core/src/main/resources/version.properties @@ -1 +1 @@ -version=0.26.0 +version=0.26.1