Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-30 | 8.2 kB | |
v2.5.6 source code.tar.gz | 2025-06-30 | 875.4 kB | |
v2.5.6 source code.zip | 2025-06-30 | 951.9 kB | |
Totals: 3 Items | 1.8 MB | 0 |
What's Changed
- chore: enable Coveralls reporting by @hauleth in https://github.com/supabase/supavisor/pull/570
- chore: run tests on main branch as well by @hauleth in https://github.com/supabase/supavisor/pull/571
- chore: run tests on main branch v2 (typo fix) by @hauleth in https://github.com/supabase/supavisor/pull/572
- feat: use multicast instead of cast in a loop by @hauleth in https://github.com/supabase/supavisor/pull/564
- docs: typo in README by @hauleth in https://github.com/supabase/supavisor/pull/563
- chore: update dependencies by @hauleth in https://github.com/supabase/supavisor/pull/546
- chore: ignore tests support files in coverage reports by @hauleth in https://github.com/supabase/supavisor/pull/573
- test: cascade drop schema in test preparation by @hauleth in https://github.com/supabase/supavisor/pull/561
- fix: more correct DB and user name handling by @hauleth in https://github.com/supabase/supavisor/pull/580
- fix: lower log level when removing stopped listener by @hauleth in https://github.com/supabase/supavisor/pull/577
- fix: do not delete metrics in
SynHandler
by @hauleth in https://github.com/supabase/supavisor/pull/585 - chore: update poolboy to use supabase/poolboy by @abc3 in https://github.com/supabase/supavisor/pull/587
- feat: use iodata for metrics export by @hauleth in https://github.com/supabase/supavisor/pull/586
- test: allow changing verbosity in captured logs by @hauleth in https://github.com/supabase/supavisor/pull/575
- test: do not fix version in migrations by @hauleth in https://github.com/supabase/supavisor/pull/592
- chore: update Elixir to 1.18.2 by @hauleth in https://github.com/supabase/supavisor/pull/589
- test: do not use
meck
when testing metrics controller by @hauleth in https://github.com/supabase/supavisor/pull/593 - chore: update Erlang to 27 by @hauleth in https://github.com/supabase/supavisor/pull/590
- chore: update Rustler to 0.36.1 by @hauleth in https://github.com/supabase/supavisor/pull/591
- test: integration test for stats on other nodes by @hauleth in https://github.com/supabase/supavisor/pull/560
- docs: typo in OpenAPI schema description by @hauleth in https://github.com/supabase/supavisor/pull/596
- chore: add .tool-versions by @chasers in https://github.com/supabase/supavisor/pull/600
- fix: set sync_threshold and discard_threshold by @chasers in https://github.com/supabase/supavisor/pull/599
- fix: transactions connections not stopping after timeout by @hauleth in https://github.com/supabase/supavisor/pull/598
- fix: do not verify TLS cert when connecting to the DB by @hauleth in https://github.com/supabase/supavisor/pull/603
- fix: remaining SSL connections that need to set
verify_none
option by @hauleth in https://github.com/supabase/supavisor/pull/605 - fix: add
:verify_none
to libcluster's stragy implementation by @hauleth in https://github.com/supabase/supavisor/pull/607 - fix: correctly cleanup metrics tables by @hauleth in https://github.com/supabase/supavisor/pull/610
- feat: add
instance_id
to metrics metadata by @hauleth in https://github.com/supabase/supavisor/pull/613 - chore: update dependencies by @hauleth in https://github.com/supabase/supavisor/pull/612
- test: use transaction connections when using transaction port by @hauleth in https://github.com/supabase/supavisor/pull/597
- chore: parallel Coveralls.io reporting by @hauleth in https://github.com/supabase/supavisor/pull/614
- chore: ignore tasks in coverage by @hauleth in https://github.com/supabase/supavisor/pull/615
- fix: remove duplicate config entry by @hkrutzer in https://github.com/supabase/supavisor/pull/618
- chore: update runner image for version_updated.yml task by @hauleth in https://github.com/supabase/supavisor/pull/622
- chore: use SARIF output for Credo report by @hauleth in https://github.com/supabase/supavisor/pull/621
- test: enable fail fast mode in JS tests by @hauleth in https://github.com/supabase/supavisor/pull/617
- chore: add Sobelow linting by @hauleth in https://github.com/supabase/supavisor/pull/620
- test: use default time limit on assert_receive in stats tests by @hauleth in https://github.com/supabase/supavisor/pull/624
- chore: add mix_audit by @hauleth in https://github.com/supabase/supavisor/pull/623
- test: reduce Meck usage by @hauleth in https://github.com/supabase/supavisor/pull/626
- chore: cleanup appup generation script by @hauleth in https://github.com/supabase/supavisor/pull/629
- chore: remove check for version updated on each PR by @hauleth in https://github.com/supabase/supavisor/pull/631
- chore: remove unused module by @hauleth in https://github.com/supabase/supavisor/pull/627
- feat: add
location_key
to global metadata by @hauleth in https://github.com/supabase/supavisor/pull/632 - fix: use
LOCATION_ID
for cluster identification by @hauleth in https://github.com/supabase/supavisor/pull/639 - chore: update release version by @hauleth in https://github.com/supabase/supavisor/pull/640
- fix: use different name for host field to avoid conflicts by @hauleth in https://github.com/supabase/supavisor/pull/645
- feat: improve metrics gathering by @hauleth in https://github.com/supabase/supavisor/pull/647
- chore: remove commented out code by @hauleth in https://github.com/supabase/supavisor/pull/648
- chore: submit Elixir dependencies to GitHub for analysis by @hauleth in https://github.com/supabase/supavisor/pull/650
- chore: cleanup network metrics gathering by @hauleth in https://github.com/supabase/supavisor/pull/652
- test: create separate tenant for stats tests instead of reusing existing one by @hauleth in https://github.com/supabase/supavisor/pull/628
- chore: cleanup Credo issues by @hauleth in https://github.com/supabase/supavisor/pull/625
- feat: use built in json module by @hauleth in https://github.com/supabase/supavisor/pull/651
- feat: JSON output format for log messages by @hauleth in https://github.com/supabase/supavisor/pull/653
- feat: add ipv6 support for supavisor internal database by @abc3 in https://github.com/supabase/supavisor/pull/654
- chore: run security related tasks in
pull_request_target
event by @hauleth in https://github.com/supabase/supavisor/pull/655 - chore: bump version to 2.5.2 by @hauleth in https://github.com/supabase/supavisor/pull/657
- chore: update pg_query to v6.1 by @v0idpwn in https://github.com/supabase/supavisor/pull/662
- docs: add environment variables documentation by @abc3 in https://github.com/supabase/supavisor/pull/659
- Remove required fields from OpenAPI schema that don’t exist by @plarson in https://github.com/supabase/supavisor/pull/633
- docs: fix information about prepared statement support by @TheOtherBrian1 in https://github.com/supabase/supavisor/pull/468
- chore: tag flaky test as such by @v0idpwn in https://github.com/supabase/supavisor/pull/664
- chore: ignore tmp dir by @v0idpwn in https://github.com/supabase/supavisor/pull/665
- fix(logger): format mfas in accordance to logflare, put level in meta by @v0idpwn in https://github.com/supabase/supavisor/pull/667
- chore: bump version to v2.5.3 by @v0idpwn in https://github.com/supabase/supavisor/pull/668
- fix(logger): mv region, instance_id, location and nodehost outside ctx by @v0idpwn in https://github.com/supabase/supavisor/pull/672
- fix(logger): logflare formatter consistency with logflare backend by @v0idpwn in https://github.com/supabase/supavisor/pull/675
- fix: race on tenant startup causing subscribe failure/retry by @v0idpwn in https://github.com/supabase/supavisor/pull/678
- fix: don't stop client connection when parameter status is updated by @v0idpwn in https://github.com/supabase/supavisor/pull/666
- chore: update VERSION by @v0idpwn in https://github.com/supabase/supavisor/pull/679
New Contributors
- @hkrutzer made their first contribution in https://github.com/supabase/supavisor/pull/618
- @plarson made their first contribution in https://github.com/supabase/supavisor/pull/633
- @TheOtherBrian1 made their first contribution in https://github.com/supabase/supavisor/pull/468
Full Changelog: https://github.com/supabase/supavisor/compare/v2.0.21...v2.5.6