We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 114998b + 7b8f478 commit 658ff04Copy full SHA for 658ff04
DESCRIPTION.rst
@@ -7,6 +7,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-inges
7
8
Release Notes
9
-------------------------------------------------------------------------------
10
+- v1.0.9 (September 10, 2024)
11
+
12
+ - Fix casing for RFC-6750 conformity
13
+ - Handle unexpected json structure in error payload
14
15
- v1.0.8 (July 03, 2024)
16
- Update dependency package to newer version (requests)
17
snowflake/ingest/version.py
@@ -1,3 +1,3 @@
1
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
2
# Update this for the versions
3
-__version__ = '1.0.8'
+__version__ = '1.0.9'
0 commit comments