Skip to content

Commit 59e91b6

Browse files
version: 0.5.0 (#47)
## v0.5.0 - 2024-09-23 ### Features * `compile_sql` method for getting the compiled SQL of a query * Allow saved queries in `query` and `compile_sql` ### Fixes * Fixed wrong annotation for `saved_queries` in sync client. ### Under the Hood * Better error messages * Client-side validation of query parameters Co-authored-by: serramatutu <[email protected]>
1 parent 53aa90e commit 59e91b6

8 files changed

+20
-16
lines changed

.changes/unreleased/Features-20240920-180550.yaml

-3
This file was deleted.

.changes/unreleased/Features-20240920-201139.yaml

-3
This file was deleted.

.changes/unreleased/Fixes-20240920-202558.yaml

-3
This file was deleted.

.changes/unreleased/Under the Hood-20240906-184939.yaml

-3
This file was deleted.

.changes/unreleased/Under the Hood-20240920-201151.yaml

-3
This file was deleted.

.changes/v0.5.0.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## v0.5.0 - 2024-09-23
2+
### Features
3+
* `compile_sql` method for getting the compiled SQL of a query
4+
* Allow saved queries in `query` and `compile_sql`
5+
### Fixes
6+
* Fixed wrong annotation for `saved_queries` in sync client.
7+
### Under the Hood
8+
* Better error messages
9+
* Client-side validation of query parameters

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
Do not edit this file manually, it is generated automatically by [changie](https://github.com/miniscruff/changie).
55

66

7+
## v0.5.0 - 2024-09-23
8+
### Features
9+
* `compile_sql` method for getting the compiled SQL of a query
10+
* Allow saved queries in `query` and `compile_sql`
11+
### Fixes
12+
* Fixed wrong annotation for `saved_queries` in sync client.
13+
### Under the Hood
14+
* Better error messages
15+
* Client-side validation of query parameters
16+
717
## v0.4.0 - 2024-08-20
818
### Features
919
* Add `Export` list to `SavedQuery`

dbtsl/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.4.0"
1+
VERSION = "0.5.0"

0 commit comments

Comments
 (0)