Skip to content

Commit f32deba

Browse files
chore(main): release 0.9.42 (#229)
🤖 I have created a release *beep* *boop* --- ## [0.9.42](v0.9.41...v0.9.42) (2025-06-21) ### Features * LIST stage ([3ae9994](3ae9994)) * PUT when using in-process patching ([7e23b04](7e23b04)), closes [#35](#35) * **server:** support duckb's CREATE SECRET ([8bf03f6](8bf03f6)) * support COPY INTO from internal stage ([02eae2b](02eae2b)) * support COPY INTO with ON_ERROR = ? ([80c18f8](80c18f8)) * support COPY INTO with ON_ERROR = ABORT_STATEMENT ([3a686a6](3a686a6)) * support COPY INTO with PURGE = TRUE for internal stage files ([a6578e5](a6578e5)) * support COPY INTO without FILES ([872e768](872e768)) * support IDENTIFIER(?) in all statements ([cede23c](cede23c)) * support PUT with qmark params ([7bca3f6](7bca3f6)) * support PUT with quoted stage names ([d880721](d880721)) ### Bug Fixes * error when creating stage that already exists ([90d5587](90d5587)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com>
1 parent 7e23b04 commit f32deba

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.41"
2+
".": "0.9.42"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
# Changelog
44

5+
## [0.9.42](https://github.com/tekumara/fakesnow/compare/v0.9.41...v0.9.42) (2025-06-21)
6+
7+
8+
### Features
9+
10+
* LIST stage ([3ae9994](https://github.com/tekumara/fakesnow/commit/3ae99944743811e3b8fc34dae1fe53e73e52ecba))
11+
* PUT when using in-process patching ([7e23b04](https://github.com/tekumara/fakesnow/commit/7e23b049761c19ee97cdfaaaa5467797f3bd9f4c)), closes [#35](https://github.com/tekumara/fakesnow/issues/35)
12+
* **server:** support duckb's CREATE SECRET ([8bf03f6](https://github.com/tekumara/fakesnow/commit/8bf03f64937e55551ce7bd4b9e0a4ab3e209d188))
13+
* support COPY INTO from internal stage ([02eae2b](https://github.com/tekumara/fakesnow/commit/02eae2bc23ce1f47acac23bf7fd54438421744eb))
14+
* support COPY INTO with ON_ERROR = ? ([80c18f8](https://github.com/tekumara/fakesnow/commit/80c18f8ecc59425eb66ddeb01c355fa859d20a17))
15+
* support COPY INTO with ON_ERROR = ABORT_STATEMENT ([3a686a6](https://github.com/tekumara/fakesnow/commit/3a686a62fb18e69733c33868b5b1f9e6120da95c))
16+
* support COPY INTO with PURGE = TRUE for internal stage files ([a6578e5](https://github.com/tekumara/fakesnow/commit/a6578e54d6bb1e9e51042d17163479b055652e35))
17+
* support COPY INTO without FILES ([872e768](https://github.com/tekumara/fakesnow/commit/872e7684ceb75ead5248302b8c642f0b971b1408))
18+
* support IDENTIFIER(?) in all statements ([cede23c](https://github.com/tekumara/fakesnow/commit/cede23c4c0fbbd6dea251c8b9115af8d1c8e0f87))
19+
* support PUT with qmark params ([7bca3f6](https://github.com/tekumara/fakesnow/commit/7bca3f620008ba64854b894ea5ef36f13de9ce60))
20+
* support PUT with quoted stage names ([d880721](https://github.com/tekumara/fakesnow/commit/d88072140960a63921474d7b472af9fd5cad533a))
21+
22+
23+
### Bug Fixes
24+
25+
* error when creating stage that already exists ([90d5587](https://github.com/tekumara/fakesnow/commit/90d5587e7dad5cea8a4edf37aae73055f6c0d793))
26+
527
## [0.9.41](https://github.com/tekumara/fakesnow/compare/v0.9.40...v0.9.41) (2025-06-11)
628

729

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fakesnow"
33
description = "Fake Snowflake Connector for Python. Run, mock and test Snowflake DB locally."
4-
version = "0.9.41"
4+
version = "0.9.42"
55
readme = "README.md"
66
license = { file = "LICENSE" }
77
classifiers = ["License :: OSI Approved :: MIT License"]

0 commit comments

Comments
 (0)