Releases: tembo-io/pg_later
Releases · tembo-io/pg_later
v0.3.0
New feature
- allow bypassing preflight check by @ChuckHend in #68
Other
- Fix builds by @ChuckHend in #64
- add pg17 to pgt.dev publish matrix by @ChuckHend in #67
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- fix pgmq install in docker build by @ChuckHend in #61
- addds support for pg17 by @ChuckHend in #62
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- Fix docker build by @ChuckHend in #55
- Remove trailings spaces in README.md by @UnderKoen in #56
- Trunk.toml: state required
shared_preload_library
by @vrmiguel in #57 - metadata release by @ChuckHend in #58
- fix pgmq install by @ChuckHend in #59
- fail fast when pg_later not in
shared_preload_libraries
by @ChuckHend in #60
New Contributors
- @UnderKoen made their first contribution in #56
Full Changelog: v0.1.1...v0.1.3
v0.1.1
What's Changed
Background worker now executes immediately after finishing a job and only waits for new jobs when queue is empty.
- pgrx 0.11.4, pg16 default, pgmq updates by @ChuckHend in #53
- add sql migration by @ChuckHend in #54
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- allow setting unix socket via guc by @ChuckHend in #50
Full Changelog: v0.0.15...v0.1.0
v0.0.15
What's Changed
- Bump dependencies and remove sqlx runtime-tokio-native-tls feature by @jirutka in #45
- Leverage sqlparser-rs for query parsing. by @EvanHStanton in #48
New Contributors
- @jirutka made their first contribution in #45
- @EvanHStanton made their first contribution in #48
Full Changelog: v0.0.14...v0.0.15
v0.0.14
Highlight: execute your query much later. Specify a delay, in seconds, to wait until your query is executed. The default is to wait 0 seconds.
To execute your query 60 seconds from now...
select pglater.exec(
query => 'select * from pg_available_extensions order by name limit 2',
delay => 60
) as job_id;
What's Changed
- upgrade pgrx, add lockfile by @ChuckHend in #39
- Add pg 16 support by @owenthereal in #37
- Add PGXN release workflow by @theory in #40
- Make it actually release to PGXN by @theory in #41
- Generate META.json by @theory in #42
- Dockerized improvements by @sjmiller609 in #43
- Optional delay for jobs by @sjmiller609 in #44
New Contributors
- @owenthereal made their first contribution in #37
- @theory made their first contribution in #40
- @sjmiller609 made their first contribution in #43
Full Changelog: v0.0.12...v0.0.14
v0.0.12
What's Changed
- Update Dockerfile by @ChuckHend in #35
- bump pgmq dependencies by @ChuckHend in #36
Full Changelog: v0.0.11...v0.0.12