Skip to content

Commit

Permalink
New version of ingest java sdk (#92)
Browse files Browse the repository at this point in the history
- Supporting suffix in user agent for snowpipe APIs. (Will be utilized by Snowflake Kafka connector)
  - Can use new SimpleIngestManager constructor.
  • Loading branch information
sfc-gh-japatel authored Jun 1, 2021
1 parent 73ee9d8 commit 0738d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Arifact name and version information -->
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
<version>0.10.2</version>
<version>0.10.3</version>
<packaging>jar</packaging>
<name>Snowflake Ingest SDK</name>
<description>Snowflake Ingest SDK</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public final class RequestBuilder {
// Don't change!
public static final String CLIENT_NAME = "SnowpipeJavaSDK";

public static final String DEFAULT_VERSION = "0.10.2";
public static final String DEFAULT_VERSION = "0.10.3";

public static final String JAVA_USER_AGENT = "JAVA";

Expand Down

0 comments on commit 0738d3a

Please sign in to comment.