Skip to content

Commit 658ff04

Browse files
Merge pull request #98 from snowflakedb/mwinstanley-release
Release 1.0.9
2 parents 114998b + 7b8f478 commit 658ff04

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-inges
77

88
Release Notes
99
-------------------------------------------------------------------------------
10+
- v1.0.9 (September 10, 2024)
11+
12+
- Fix casing for RFC-6750 conformity
13+
- Handle unexpected json structure in error payload
14+
1015
- v1.0.8 (July 03, 2024)
1116
- Update dependency package to newer version (requests)
1217

snowflake/ingest/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
22
# Update this for the versions
3-
__version__ = '1.0.8'
3+
__version__ = '1.0.9'

0 commit comments

Comments
 (0)