Skip to content

Commit 5b99d74

Browse files
Bumping version to 1.11.0 and generate changelog
1 parent 9c08dea commit 5b99d74

File tree

5 files changed

+26
-15
lines changed

5 files changed

+26
-15
lines changed

.changes/1.11.0.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## dbt-adapters 1.11.0 - November 11, 2024
2+
3+
### Features
4+
5+
- Use a behavior flag to gate microbatch functionality (instead of an environment variable) ([#327](https://github.com/dbt-labs/dbt-adapters/issues/327))
6+
7+
### Under the Hood
8+
9+
- Add `query_id` to SQLQueryStatus ([#342](https://github.com/dbt-labs/dbt-adapters/issues/342))
10+
11+
### Contributors
12+
- [@cmcarthur](https://github.com/cmcarthur) ([#342](https://github.com/dbt-labs/dbt-adapters/issues/342))

.changes/unreleased/Features-20241001-165406.yaml

-7
This file was deleted.

.changes/unreleased/Under the Hood-20241105-121440.yaml

-6
This file was deleted.

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8-
## dbt-adapters 1.10.3 - October 29, 2024
8+
## dbt-adapters 1.11.0 - November 11, 2024
9+
10+
### Features
11+
12+
- Use a behavior flag to gate microbatch functionality (instead of an environment variable) ([#327](https://github.com/dbt-labs/dbt-adapters/issues/327))
13+
14+
### Under the Hood
15+
16+
- Add `query_id` to SQLQueryStatus ([#342](https://github.com/dbt-labs/dbt-adapters/issues/342))
917

18+
### Contributors
19+
- [@cmcarthur](https://github.com/cmcarthur) ([#342](https://github.com/dbt-labs/dbt-adapters/issues/342))
1020

1121

22+
## dbt-adapters 1.10.3 - October 29, 2024
23+
1224
## dbt-adapters 1.10.2 - October 01, 2024
1325

1426
### Under the Hood

dbt/adapters/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.8.0"
1+
version = "1.11.0"

0 commit comments

Comments
 (0)