Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyper API July 2024 Release #107

Merged
merged 3 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions website/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Hyper API is available for Python, C++ and Java supporting Windows, Mac and Linu
Depending on the language, the installation can be complex.
This page contains the detailed requirements and installation instructions for all languages.

## License

The Hyper API packages are released under the Apache 2.0 License.
The exact license text can be found inside the packages, after unzipping.
The documentation is licensed under the MIT License.
The [source code of the documentation](https://github.com/tableau/hyper-db) can be found on GitHub.


## Hardware requirements

The Hyper API only supports 64-bit platforms. It has the following minimum hardware requirements:
Expand Down
6 changes: 6 additions & 0 deletions website/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ

:::

### Upcoming Release

### 0.0.19691 [July 4, 2024]

* Hyper API is now available under the Apache 2.0 license.

### 0.0.19484 [June 6, 2024]

* Introduced a new 32-bit floating point data type for `REAL`.
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.19484.rdb1797f2';
const version_long = '0.0.19691.r2d7e5bc8';
const version_short = version_long.substr(0, version_long.lastIndexOf('.'));

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