v1.6.0 - 2024-10-08
- Bump extension metadata to 1.6.0
- Publish new versions to GitHub
- Add Postgres 17 to test matrix
- Update Dockerfile to use Postgres 17
- Add tests for new timestamp conversions
- Add timestamp conversion functions
v1.5.0 - 2024-03-21
- Bump extension metadata to 1.5.0
- Automatically publish new versions
- Mark timestamp functions as stable
- Destination must be a directory ending in /
v1.4.1 - 2023-12-15
- Split into build and deploy stages
v1.4.0 - 2023-11-28
- Bump extension metadata to 1.4.0
- Run postgres with pg_uuidv7 extension
- Move sql to top level to simplify install
v1.3.0 - 2023-09-19
- Bump extension metadata to 1.3.0
- Build extension for Postgres 13 and later
- Add Postgres 16 to test matrix
- Update Dockerfile to use Postgres 16
- Add Dockerfile to test and benchmark extension
- Add unit tests for pg_uuidv7
- Add uuidv7 data sequentially
- Move extension sql into own directory
v1.2.0 - 2023-09-09
- Bump extension version to 1.2.0
- Build v7 uuid from timestamp
v1.1.1 - 2023-07-23
- Simplify timestamp extraction
v1.1.0 - 2023-07-22
- Bump extension version to 1.1.0
- Extract timestamp from uuidv7
v1.0.2 - 2023-06-23
- Create tar.gz and checksums in container
- Optimize copying of timestamp bits
v1.0.1 - 2023-04-29
- Bump to v1.0.1
- Automatically publish to pgxn
- Add json metadata for pgxn
- Execute publish to pgxn
v1.0.0 - 2023-01-02
- Add build using Dockerfile
- Add pg_uuidv7 extension to create v7 uuids