Skip to content

Commit

Permalink
Prepare the October 2023 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfroediger authored and Wolf Roediger committed Oct 2, 2023
1 parent 51836c9 commit daf729d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion website/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ

### Upcoming Release

### 0.0.17950 [October 4th, 2023]

* .Net Deprecation: As announced last release, we are deprecating the .NET version of Hyper API. We decided to [open-source its source code](https://github.com/tableau/hyper-api-dotnet), so whoever might be interested in maintaining it can pick up where we left.
* Some of the [Fiscal Calendar Options](/docs/sql/scalar_func/datetime#fiscal-calendar-options) are renamed:
* `start_month` is renamed to `fiscal_year_start_month`.
* `first_day_of_week` is renamed to `first_day_of_fiscal_week`.
* The [EXTRACT](/docs/sql/scalar_func/datetime#datetime-extract) function was accepting (and ignoring) named arguments which were not required. Now it only accepts [Fiscal Calendar Options](/docs/sql/scalar_func/datetime#fiscal-calendar-options) when fiscal function fields are used. A named argument which is not required by the [EXTRACT](/docs/sql/scalar_func/datetime#datetime-extract) function will be rejected.
* The [EXTRACT](/docs/sql/scalar_func/datetime#datetime-extract) function was accepting (and ignoring) named arguments that were not required. Now it only accepts [Fiscal Calendar Options](/docs/sql/scalar_func/datetime#fiscal-calendar-options) when fiscal function fields are used. A named argument that is not required by the [EXTRACT](/docs/sql/scalar_func/datetime#datetime-extract) function will be rejected.

### 0.0.17782 [September 6nd, 2023]

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.17782.r044377f2';
const version_long = '0.0.17950.r18f0868b';
const version_short = version_long.substr(0, version_long.lastIndexOf('.'));

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

0 comments on commit daf729d

Please sign in to comment.