Releases: supabase/pg_net
Releases · supabase/pg_net
v0.13.0
What's Changed
- feat: use kevent for macos compatibility by @steve-chavez in #165
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- fix: permission denied for new roles and remove security definer functions by @steve-chavez in #158
- test: privilege of pre-existing role by @steve-chavez in #161
- feat: add pg_net.username config by @steve-chavez in #162
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- fix: show clear error message on older libcurl by @steve-chavez in #146
- feat: epoll based worker by @steve-chavez in #139
- test: pg 17 compatibility by @steve-chavez in #155
- bump to 0.11.0 by @steve-chavez in #157
Full Changelog: v0.10.0...v0.11.0
v0.10.0
v0.9.3
What's Changed
- refactor: background worker logic into functions by @steve-chavez in #134
- chore: use latest stable nixpkgs globally by @steve-chavez in #137
- Fix malformed headers by @steve-chavez in #136
- bump to 0.9.3 by @steve-chavez in #138
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- fix: handle CURL and datum failures by @steve-chavez in #133
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- test: resolves ipv6 only host by @steve-chavez in #126
- feat: use CURLOPT_PROTOCOLS_STR with libcurl >= 7.85.0 by @marsam in #128
New Contributors
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Added Configuration variables list to documentation by @TheOtherBrian1 in #112
- fix: pg_net doesn't support redirects by @steve-chavez in #113
- fix: missing secdef in 0.5.1-0.6.sql by @soedirgo in #114
- docs: remove net._http_collect_response usage by @steve-chavez in #116
- feat: allow reconfiguring pg_net w/o a db restart by @steve-chavez in #117
- refactor: use inline array initialization by @steve-chavez in #118
- feat: show libcurl version by @steve-chavez in #122
- fix: increase default timeout by @steve-chavez in #123
- Revert "feat: show libcurl version" by @steve-chavez in #124
- bump to 0.8.0 by @steve-chavez in #125
Full Changelog: v0.7.3...v0.8.0
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