Skip to content

Commit

Permalink
Hyper API March 2024 release (#88)
Browse files Browse the repository at this point in the history
* Add OpenSSL update to release notes
* Add IANA time zone database changes
* Prepare the March 2024 release

---------

Co-authored-by: Wolf Roediger <[email protected]>
Co-authored-by: Foad Lotfifar <[email protected]>
  • Loading branch information
3 people authored Mar 6, 2024
1 parent 1001d37 commit bbd8fc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion website/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ

:::

### 0.0.18825 [March 6, 2024]

* Updated OpenSSL version from 3.1.4 to 3.2.1
* IANA released version 2024a of the Time Zone Database. Hyper’s time zone information is updated accordingly. Noteworthy changes:
* Kazakhstan unifies on UTC+5 beginning 2024-03-01.
* Palestine springs forward a week later after Ramadan.


### 0.0.18618 [February 7, 2024]

* Overhauled the [SQL type propagation rules for the `NUMERIC` data type](/docs/sql/datatype/numeric). This can lead to differences in the precision and number of decimal digits of `NUMERIC` calculations in existing queries and their results. The changes are:
Expand All @@ -38,7 +46,6 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
* Vostok, Antarctica changed time zones on 2023-12-18.
* Casey, Antarctica changed time zones five times since 2020.
* Code and data fixes for Palestine timestamps starting in 2072.
* A new data file zonenow.tab for timestamps starting now.

### 0.0.18441 [January 10, 2024]

Expand Down
2 changes: 1 addition & 1 deletion website/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version_long = '0.0.18618.r6580261c';
const version_long = '0.0.18825.rd90b6d69';
const version_short = version_long.substr(0, version_long.lastIndexOf('.'));

const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';
Expand Down

0 comments on commit bbd8fc5

Please sign in to comment.