Skip to content

Commit 5f3b7ce

Browse files
Release for v0.1.0 (#47)
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cc35704 commit 5f3b7ce

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

.github/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- tagpr

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,45 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v0.1.0](https://github.com/sivchari/snowflake-emulator/commits/v0.1.0) - 2026-02-17
9+
- feat: setup by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/1
10+
- add gitkeep by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/2
11+
- feat: setup by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/3
12+
- Feat server by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/4
13+
- feat setup by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/5
14+
- exec: select 1 by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/6
15+
- Add wasm by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/7
16+
- Swich ts by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/8
17+
- convert type by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/9
18+
- fix: workflow by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/10
19+
- fix: script by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/11
20+
- Add sqlite by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/12
21+
- feat: exec query on sqlite3 by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/14
22+
- feat: replace SQLite with DataFusion engine by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/15
23+
- test: add integration tests for CREATE TABLE / INSERT / SELECT by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/16
24+
- feat: add gosnowflake driver compatibility with v1 API by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/17
25+
- feat: implement Phase 2 Snowflake UDF support (14 functions) by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/18
26+
- feat: Phase 4 - Extended function support by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/20
27+
- feat: Phase 5 - Extended Features (String/Window/QUALIFY/DDL/GET) by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/21
28+
- feat: Phase 6 - Functions and Metadata Commands by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/22
29+
- feat: add Phase 7 advanced SQL features by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/23
30+
- feat: add Phase 8 extended window functions by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/24
31+
- feat: implement CONDITIONAL_TRUE_EVENT and CONDITIONAL_CHANGE_EVENT window functions by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/25
32+
- feat: implement Phase 9 DML/DDL operations by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/26
33+
- feat: implement COPY INTO with stage support by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/27
34+
- feat(info-schema): add INFORMATION_SCHEMA support by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/28
35+
- feat(catalog): implement DATABASE/SCHEMA commands by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/29
36+
- feat(server): add async query execution support by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/30
37+
- ci: add release infrastructure and CI improvements by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/31
38+
- feat: add Phase 4 function extensions (DateTime, Context) by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/38
39+
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in https://github.com/sivchari/snowflake-emulator/pull/32
40+
- chore(deps): bump github.com/snowflakedb/gosnowflake from 1.18.1 to 1.19.0 in /go by @dependabot[bot] in https://github.com/sivchari/snowflake-emulator/pull/33
41+
- chore(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in https://github.com/sivchari/snowflake-emulator/pull/34
42+
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/sivchari/snowflake-emulator/pull/35
43+
- chore(deps): bump actions/download-artifact from 4 to 7 by @dependabot[bot] in https://github.com/sivchari/snowflake-emulator/pull/36
44+
- feat: upgrade to DataFusion 52 by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/39
45+
- ci: add tagpr for automated release management by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/48
46+
847
## [Unreleased]
948

1049
### Added

0 commit comments

Comments
 (0)