Skip to content

Commit 6c466ab

Browse files
authored
Merge pull request #10 from makenotion/notion-snowflake-mcp/release-auto
chore(notion-snowflake-mcp): release version
2 parents 2df4994 + d60acd6 commit 6c466ab

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.2.0 (2026-02-06)
6+
7+
### Chores
8+
9+
- Enable query comments by default
10+
([`1ed6663`](https://github.com/makenotion/snowflake-mcp/commit/1ed666380883cc12dbc2e7a588ed5558f2b7bd5e))
11+
12+
- Rename package to notion-snowflake-mcp and reset version
13+
([`7b516d8`](https://github.com/makenotion/snowflake-mcp/commit/7b516d87434a709966ed717b1f0d62628d5a8c7b))
14+
15+
### Features
16+
17+
- Add configurable query comment template for observability
18+
([`058d1f0`](https://github.com/makenotion/snowflake-mcp/commit/058d1f0c61110940aa099814e5203a194ce2616e))
19+
20+
- Add intent and query_parameters fields to match dbt schema
21+
([`766e655`](https://github.com/makenotion/snowflake-mcp/commit/766e6552a7c9dbb770d307df26f587879f71954c))
22+
23+
- Add set_query_context tool for runtime observability metadata
24+
([`e94d1c1`](https://github.com/makenotion/snowflake-mcp/commit/e94d1c17ea56ec8ab8bf40924d163d51ed862790))
25+
26+
- Align query comment format with dbt query tag schema
27+
([`741575c`](https://github.com/makenotion/snowflake-mcp/commit/741575c5bd2c9d258a487a27fd7faf66af9f2c83))
28+
29+
- Lazy Snowflake connection to avoid SSO on startup
30+
([`a590dac`](https://github.com/makenotion/snowflake-mcp/commit/a590dac825a4f4371890d7f742180a22e47f6eb0))
31+
32+
533
## v1.1.0 (2026-01-23)
634

735
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "notion-snowflake-mcp"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "MCP server for Snowflake (Notion fork)"
55
readme = "README.md"
66
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)