Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
Added changelog entries related to the order by changes.
  • Loading branch information
serramatutu committed Oct 16, 2024
1 parent 18784d8 commit 3a107d2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changes/unreleased/Breaking Changes-20241001-160946.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Breaking Changes
body: '`order_by` clause of queries using saved queries no longer support string inputs and require explicit `OrderByMetric` or `OrderByGroupBy`'
time: 2024-10-01T16:09:46.752151+02:00
3 changes: 3 additions & 0 deletions .changes/unreleased/Features-20241001-155522.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Features
body: Specifying order by with `OrderByMetric` and `OrderByGroupBy`
time: 2024-10-01T15:55:22.041799+02:00
3 changes: 3 additions & 0 deletions .changes/unreleased/Fixes-20241001-155448.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Fixes
body: Order by for `compile_sql` now works as expected
time: 2024-10-01T15:54:48.740022+02:00
3 changes: 3 additions & 0 deletions .changes/unreleased/Under the Hood-20241001-155544.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Under the Hood
body: Improved internal representation of query parameters and added better validation
time: 2024-10-01T15:55:44.855697+02:00

0 comments on commit 3a107d2

Please sign in to comment.