-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 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]>
- Loading branch information
1 parent
53aa90e
commit 59e91b6
Showing
8 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = "0.4.0" | ||
VERSION = "0.5.0" |