Skip to content

Commit

Permalink
2170
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jan 1, 2025
1 parent 8d15480 commit a666f22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/get-started/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- [[#2111](https://github.com/mabel-dev/opteryx/issues/2111)] `x LIKE '%'` written to `x IS NOT NULL` [@joocer](https://github.com/joocer)
- [[#2133](https://github.com/mabel-dev/opteryx/issues/2133)] Add support for ValKey cache [@joocer](https://github.com/joocer)
- [[#1866](https://github.com/mabel-dev/opteryx/issues/1866)] Rewrite aggregegations on constants to literal values [@joocer](https://github.com/joocer)
- [[#2159](https://github.com/mabel-dev/opteryx/issues/2159)] Added `IFNOTNULL` and `PASSTHRU` functions [@joocer](https://github.com/joocer)

### Fixed

Expand All @@ -27,7 +28,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- [[#2134](https://github.com/mabel-dev/opteryx/issues/2134)] Nested JSON in NDJSON/JSONL incorrectly normalized [@joocer](https://github.com/joocer)
- [[#2144](https://github.com/mabel-dev/opteryx/issues/2144)] `NULLIF` doesn't warn `VARCHAR` and `BLOB` won't match [@joocer](https://github.com/joocer)
- [[#2151](https://github.com/mabel-dev/opteryx/issues/2151)] Slow aggregations on calculations [@joocer](https://github.com/joocer)
- [[#2159](https://github.com/mabel-dev/opteryx/issues/2159)] Added `IFNOTNULL` function [@joocer](https://github.com/joocer)
- [[#2177](https://github.com/mabel-dev/opteryx/issues/2177)] Unable to determine type of nested identifiers [@joocer](https://github.com/joocer)
- [[#2159](https://github.com/mabel-dev/opteryx/issues/2159)] Constant-folding wasn't always null-aware [@joocer](https://github.com/joocer)
- [[#2180](https://github.com/mabel-dev/opteryx/issues/2180)] Parentheses in `ORDER BY` and `GROUP BY` clauses weren't handled [@joocer](https://github.com/joocer)
- [[#2181](https://github.com/mabel-dev/opteryx/issues/2181)] Complex boolean functions weren't always null-aware [@joocer](https://github.com/joocer)

### Changed

Expand Down

0 comments on commit a666f22

Please sign in to comment.