Releases: supabase/pg_net
Releases · supabase/pg_net
v0.7.3
What's Changed
- Updated Readme to reflect current features by @TheOtherBrian1 in #90
- Updated API docs, removed dated comments by @TheOtherBrian1 in #91
- Updated SQL: Timed out responses are no longer recorded as "SUCCESSFUL" by @TheOtherBrian1 in #93
- clarify how to use pg_net on a different database by @soedirgo in #99
- test: httpbin.org -> localhost:8080 by @steve-chavez in #102
- refactor: get EXTVERSION from Makefile on worker by @steve-chavez in #103
- refactor: get version from Makefile for .control by @steve-chavez in #104
- chore: compatibility with new python3 packages by @steve-chavez in #107
- feat: PostgreSQL 16 compatibility by @steve-chavez in #108
- fix: check_worker_is_up by @steve-chavez in #105
- bump to 0.7.3 by @steve-chavez in #109
New Contributors
- @TheOtherBrian1 made their first contribution in #90
Full Changelog: v0.7.2...v0.7.3
v0.7.2
v0.7.1
What's Changed
- fix: restore the net.http_collect_response and bump to 0.7.1 by @steve-chavez in #83
Full Changelog: v0.7...v0.7.1
v0.7
What's Changed
- Fixes pg_net prevents DROP database foo from succeeding #78
- Fixes net._http_response rows do not respect TTL #80
- Allow http DELETE #63
Full Changelog: v0.6.1...v0.7
v0.6.1
v0.6
What's Changed
- fix: add security definer opt in pg_net.sql by @soedirgo in #69
- revert to non-libuv worker, fix all pending bugs by @steve-chavez in #68
Full Changelog: v0.5.1...v0.6
v0.5.1
bump to 0.5.1
v0.5
- Make both net tables UNLOGGED
- Remove index on _http_response.created
- Remove trigger on each INSERT statement
- Remove primary keys from net tables
- Make _encode_url_with_params_array function STRICT
v0.3
feat: add timeout_milliseconds