Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit a226451

Browse files
Bumping version to 1.9.0 and generate changelog
1 parent 585a096 commit a226451

23 files changed

+16
-138
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.9.0rc1
2+
current_version = 1.9.0
33
parse = (?P<major>[\d]+) # major version number
44
\.(?P<minor>[\d]+) # minor version number
55
\.(?P<patch>[\d]+) # patch version number

.changes/1.9.0-rc1.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changes/1.9.0-b1.md renamed to .changes/1.9.0.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## dbt-spark 1.9.0-b1 - October 01, 2024
1+
## dbt-spark 1.9.0 - December 10, 2024
2+
3+
### Breaking Changes
4+
5+
- Drop support for Python 3.8 ([#1121](https://github.com/dbt-labs/dbt-spark/issues/1121))
26

37
### Features
48

@@ -7,6 +11,7 @@
711
- Allow configuring snapshot column names ([#1096](https://github.com/dbt-labs/dbt-spark/issues/1096))
812
- Support custom ODBC connection parameters via `connection_string_suffix` config ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092))
913
- Add Microbatch Strategy to dbt-spark ([#1109](https://github.com/dbt-labs/dbt-spark/issues/1109))
14+
- Enable setting current value of dbt_valid_to ([#1112](https://github.com/dbt-labs/dbt-spark/issues/1112))
1015

1116
### Fixes
1217

@@ -15,6 +20,7 @@
1520
### Under the Hood
1621

1722
- Lazy load agate to improve performance ([#1049](https://github.com/dbt-labs/dbt-spark/issues/1049))
23+
- Isolating distribution testing ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069))
1824

1925
### Dependencies
2026

@@ -28,4 +34,5 @@
2834

2935
### Contributors
3036
- [@jpoley](https://github.com/jpoley) ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092))
37+
- [@leahwicz](https://github.com/leahwicz) ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069))
3138
- [@nilan3](https://github.com/nilan3) ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092))

.changes/1.9.0/Breaking Changes-20241016-184157.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Dependencies-20231219-222211.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Dependencies-20240419-024814.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Dependencies-20240419-024818.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Dependencies-20240419-024820.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Dependencies-20240503-224157.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1.9.0/Dependencies-20240718-223145.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)