-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a7f2328
commit 26e8687
Showing
3 changed files
with
54 additions
and
52 deletions.
There are no files selected for viewing
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,53 @@ | ||
# druid-query-toolkit | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- 6704028: Promote to version 1.0.0 | ||
|
||
Changes since 0.19.1: | ||
|
||
- Time relative pattern filter now accepts an origin and correctly handles timezones | ||
- Added docs and cleaned up names | ||
- Fixed handling of null values in values filter patterns | ||
- Added licenses | ||
- Added author to pachage.json | ||
- Added aggregator to segment metadata decoding | ||
- Fix package.json main/module/types fields | ||
- Make @druid-toolkit/query CJS only again | ||
- Improve indentation in formatting | ||
- Fix default spaces around EXTEND | ||
- Added support for IS NOT DISTINCT FROM | ||
- Mark spacing and keywords as readonly | ||
- Allow join clause to accept join conditions with either USING or ON syntax | ||
- Add support for array types | ||
- Added isArray and parsing | ||
- Fix type-o in the word double | ||
- Expanded addSelect | ||
- Better group by column detection | ||
- Switch to peggy+ts-pegjs to generate parser | ||
- fix location of UNION ALL in query stringification | ||
- Added `alwaysUseCurrentTimestamp` to WhereTimeClauseEditor and `inlineMaxDataTime` to SqlQuery | ||
- Don't try to convert nulls into dates | ||
- Rolled back prettier | ||
- better parsing of groupby clause | ||
- Allow anchor timestamp as part of a relative pattern | ||
- allow anchorTimestamp in filter pattern | ||
- Added startBound and endBound to time-relative filter patterns | ||
- Make it so that ROW does not show up in IN | ||
- support for flipped time ranges | ||
- Allow parsing of INSERT INTO EXTERN | ||
- Allow addWhere and addHaving to be called empty | ||
- Fixed issue with get by lobel | ||
- Parsing for JSON_VALUE(... RETURNING ...) | ||
- Parse PARTITION BY in window functions | ||
- Added setAlias route method | ||
- Better error message for truncated results | ||
- Make addWhere not change WHERE to TRUE | ||
- Add support for NATURAL keyword | ||
- Parse RANGE/ROWS in window functions | ||
- COUNT(\*) could have a window also | ||
- Added defaultQueryContext | ||
- Fix first table finder | ||
- Handle Infinity in changeLimitValue |
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