Skip to content

Commit

Permalink
Hyper API July 2024 Release (#107)
Browse files Browse the repository at this point in the history
* Add upcoming release heading

* Change license to the Apache 2.0 license (#105)

In #102, a customer rightfully
pointed out, that our license is pretty hard to find, and that it is
rather restrictive, which makes it hard to use Hyper API in corporate
environments.

This commit rectifies the situation.

* Prepare notes for the release 0.0.19691.r2d7e5bc8 (July 2024)

---------

Co-authored-by: Marcel Kost <[email protected]>
Co-authored-by: Adrian Vogelsgesang <[email protected]>
  • Loading branch information
3 people authored Jul 4, 2024
1 parent 1960cc6 commit 6b9b028
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
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

0 comments on commit 6b9b028

Please sign in to comment.