Releases: supabase/pg_net
Releases · supabase/pg_net
v0.20.0
What's Changed
- perf: don't insert on every event loop iteration by @steve-chavez in #233
- perf: use prepared statements for worker queries by @steve-chavez in #234
Full Changelog: v0.19.7...v0.20.0
v0.19.7
What's Changed
- test: loadtest with varying reqs and batch_size by @steve-chavez in #230
- test: show requests/batch_size on loadtest report by @steve-chavez in #231
- fix: hardcoding the shared lib name by @steve-chavez in #229
Full Changelog: v0.19.6...v0.19.7
v0.19.6
What's Changed
- fix: timed_out in net._http_response is always NULL by @steve-chavez in #226
Full Changelog: v0.19.5...v0.19.6
v0.19.5
What's Changed
- test: prove drop database with force works ok by @steve-chavez in #219
- refactor: use MyProc->procLatch instead of new one by @steve-chavez in #221
- fix: incorrect shared memory setup by @steve-chavez in #222
Full Changelog: v0.19.4...v0.19.5
v0.19.4
What's Changed
- fix: preventing DROP DATABASE from completing by @steve-chavez in #217
Full Changelog: v0.19.3...v0.19.4
v0.19.3
What's Changed
- fix: remove unnecessary not null from queue table by @steve-chavez in #215
Full Changelog: v0.19.2...v0.19.3
v0.19.2
What's Changed
- fix: locking the tables for too much time by @steve-chavez in #214
Full Changelog: v0.19.1...v0.19.2
v0.19.1
What's Changed
- fix: continue processing on postmaster crash by @steve-chavez in #211
- fix: -Wmissing-variable-declarations compat by @steve-chavez in #212
- chore: compile and test on darwin by @steve-chavez in #213
- fix: wrong printf using %zu by @steve-chavez in #213
- fix: print debug1 trace in case of EINTR by @steve-chavez in #213
Full Changelog: v0.19.0...v0.19.1
v0.19.0
What's Changed
- feat: process the queue on demand by @steve-chavez in #199
- test: correct TODO in ttl test by @steve-chavez in #206
- test: remove "no transaction in progress" warnings by @steve-chavez in #207
- test: fix set local warnings by @steve-chavez in #208
- test: add explicit autocommit session by @steve-chavez in #209
- test: remove autocommit from regular Session by @steve-chavez in #210
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- fix: don't crash when dropping extension by @steve-chavez in #201
- feat: add compatibility with pg 18beta1 by @steve-chavez in #205
Full Changelog: v0.17.0...v0.18.0