Skip to content

Releases: tembo-io/pg_later

v0.1.1

05 Jun 20:30
0ac35b0
Compare
Choose a tag to compare

What's Changed

Background worker now executes immediately after finishing a job and only waits for new jobs when queue is empty.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 Feb 00:38
d822e39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.15...v0.1.0

v0.0.15

12 Feb 19:22
2c5664e
Compare
Choose a tag to compare

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

Full Changelog: v0.0.14...v0.0.15

v0.0.14

29 Jan 01:53
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.12...v0.0.14

v0.0.12

25 Oct 15:40
96612c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11

30 Sep 02:40
2638630
Compare
Choose a tag to compare

What's Changed

  • fix: compatibility with pgmq 0.25+ by @v0idpwn in #34

New Contributors

Full Changelog: v0.0.10...v0.0.11

v0.0.10

23 Aug 00:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

12 Aug 03:24
106417d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/tembo-io/pg_later/commits/v0.0.9