Edit: Nightly builds are deprecated. To try the latest changes you need to download the resulting Artifacts from the latest CI run by selecting it in this link (the Artifacts are at the bottom of the page).
Nightly builds represent the latest in PostgREST development. If you'd like to try out a recent change before a stable release is done, then here you can find the nightly builds relevant to your architecture.
The builds are named following this pattern: postgrest-nightly-<date>-<time>-<sha>-<platform>
. Look for the binary with the latest <date>-<time>
for finding the most recent build.
For finding the changes a particular build has, look for its <sha>
, and visit the following url:
## Replace the <sha> here
https://github.com/PostgREST/postgrest/blob/<sha>/CHANGELOG.md#unreleased
The latest build has the following changes: https://github.com/PostgREST/postgrest/blob/c93e8f9/CHANGELOG.md#unreleased