diff --git a/website/docs/releases.md b/website/docs/releases.md index 32a5c4d..f5e0c5f 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -24,6 +24,14 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: +### Upcoming Release +* IANA released version 2025b of the Time Zone Database. Hyper’s time zone information is updated accordingly. Noteworthy changes: + * New zone America/Coyhaique + * Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not at year end. +* Support for the FILTER clause has been added to aggregation functions in Hyper SQL. + * For example, you can now write queries such as `SELECT count(*), count(*) FILTER (WHERE color = 'blue') FROM phone_cases;`. + * The FILTER clause is not supported for ordered-set aggregates and only for WINDOW functions which are aggregates. + ### 0.0.22106 [May 1 2025] * The following deprecated geospatial functions have been removed from Hyper SQL: