Releases: cybertec-postgresql/pgwatch
Releases · cybertec-postgresql/pgwatch
3.0.0-beta6
What's Changed
[+]
bump Go to v1.23 by @pashagolub in #555[+]
bumprollup
from 2.79.1 to 2.79.2 in webui by @dependabot in #550[+]
bumpshirou/gopsutil/v4
from 4.24.8 to 4.24.9 by @dependabot in #551[+]
produce "latest" and semver tags for all Docker images by @pashagolub in #556[*]
replace--no-helper-functions
with--create-helpers
, closes #557 by @pashagolub in #558[-]
apply--max-parallel-connections-per-db
for connections by @pashagolub in #560[-]
fix connection string used for resolved databases, fixes #554 by @pashagolub in #559
Full Changelog: 3.0.0-beta5...3.0.0-beta6
3.0.0-beta5
What's Changed
[!]
restructure Docker related assets by @pashagolub in #535[+]
bumpwebpack
from 5.76.1 to 5.94.0 by @dependabot in #537[+]
bumpshirou/gopsutil/v4
from 4.24.7 to 4.24.8 by @dependabot in #538[+]
bumpprometheus/client_golang
from 1.20.2 to 1.20.4 by @dependabot in #539 #545[+]
bumpjackc/pgx/v5
from 5.6.0 to 5.7.1 by @dependabot in #543[+]
bumpexpress
from 4.19.2 to 4.21.0 in webui by @dependabot in #544[+]
add main metrics descriptions, closes #547 by @pashagolub in #548[+]
addRPCSyncRequest
toapi
by @pashagolub in #528[-]
fix update metrics in PostgreSQL, fixes #532 by @pashagolub in #534[-]
fix Patroni source resolving by @saletnik in #546
New Contributors
Full Changelog: 3.0.0-beta4...3.0.0-beta5
3.0.0-beta4
What's Changed
[+]
bumpaxios
from 1.6.0 to 1.7.4 by @dependabot in #522[-]
fix webui if opened from a remote host, fixes #526 by @denys-holub in #527
Full Changelog: 3.0.0-beta3...3.0.0-beta4
3.0.0-beta3
What's Changed
[!]
restructure code tree, closes #518 by @pashagolub in #521[+]
bumpprometheus/client_golang
from 1.20.1 to 1.20.2 by @dependabot in #519[+]
bumpmicromatch
from 4.0.5 to 4.0.8 by @dependabot in #520[-]
fix sources grid in WebUI, fixes #524 by @pashagolub in #525
Full Changelog: 3.0.0-beta2...3.0.0-beta3
3.0.0-beta2
What's Changed
[+]
add commandsconfig [init|upgrade]
, closes #514 by @pashagolub in #515[+]
addarm64
binaries to release assets, closes #512 by @pashagolub in #517[*]
change URLs and packages togithub.com/cybertec-postgresql/pgwatch
by @pashagolub in #516
Full Changelog: 3.0.0-beta1...3.0.0-beta2
3.0.0-beta1
What's New
This major release introduces several significant updates, new features, bug fixes, and enhancements:
Important Changes
- Parallel Sinks: Support for simultaneous storing metric measurements to several destinations, e.g. database and file at once.
- Windows Support Added: Windows support has been integrated, broadening the compatibility of the software.
- Docker Images Rename: The
pgwatch2-postgres
Docker image has been renamed topgwatch-demo
,pgwatch2-daemon
topgwatch
. - Enhanced Logging: An advanced logging system has been implemented to improve error tracking and monitoring.
- Grafana Upgrade: Support for the latest Grafana v9.x and v10 has been added, including a switch to Grafana's REST API for dashboard provisioning.
- Etcd v3 Migration: The system has been upgraded to Etcd v3, ensuring better performance and compatibility.
- PostgreSQL 17 Metrics: New metrics for PostgreSQL 17 have been introduced.
- Automatic Schema Rollout: A new automatic schema rollout mechanism has been implemented, streamlining database management.
- Build and Test Workflow: A new "Build and Test" workflow has been added to automate testing and building processes.
- WebUI Enhancements: The WebUI now includes options like test connections, a log tab, and a clone button for the database grid. New endpoints such as
/metric
and/preset
have also been introduced. - Docker Improvements: The Docker images and related scripts have been improved, including the introduction of a new Dockerfile based on the official Postgres image and Docker Compose support.
- Test Coverage: Test coverage statistics are now available to ensure code quality and reliability.
- Environment Variables Update: The
PW2_
environment variable prefixes have been updated toPW3_
. - Code Refactoring: The
main.go
file has been streamlined by extracting functionality into separate packages. - Deprecations: Removed support for InfluxDB, Graphite datastore, and other outdated features.
Dependency Updates
- Numerous dependencies have been updated, including upgrades to Golang, PostgreSQL, Prometheus, and various Go modules. These upgrades ensure better performance, security, and compatibility with other tools.
This release represents a significant step forward in functionality, performance, and security, with a strong focus on expanding compatibility and improving the user experience.
Changelog
[!]
upgrade to Etcd v3, resolves #59 by @pashagolub in #157[!]
transformSphinx
manual tomkdocs-material
by @pashagolub in #476[!]
switch to Grafana REST API for dashboard provisioning, closes #188 by @pashagolub in #189[!]
switch configuration to connection string from separate parameters, closes #255 by @pashagolub in #322[!]
renamepgwatch3-postgres
Docker image topgwatch3
, closes #20 by @pashagolub in #21[!]
move metric batching to sinks from the gatherer by @pashagolub in #346[!]
move measurements reaper code out of main package, closes #418 by @pashagolub in #419[!]
implement webui authentication, closes #216 by @denys-holub in #251[!]
implement upgrade machinery, closes #179 by @pashagolub in #451[!]
implement Stats Summary page, closes #207 by @pashagolub in #208[!]
implement new Dockerfile based on official Postgres image, closes #210 by @pashagolub in #226[!]
implement enhanced logging by @pashagolub in #146[!]
implement automatic schema rollout machinery, closes #180 by @pashagolub in #225[!]
fix Go linting, closes #142 by @pashagolub in #143[!]
extract configuration handling into separate package, closes #138 by @pashagolub in #139[!]
extractpsutil
into separate package by @pashagolub in #144[!]
differentiate the concepts of source and monitored database by @pashagolub in #472[!]
decouple metrics into separate package, closes #372 by @pashagolub in #408[!]
decouplesources
package frommain
, closes #357 by @pashagolub in #358[!]
bump Grafana to v11 by @muni106 in #407[!]
bump Grafana to v10, closes #227 by @pashagolub in #232[!]
allow multiple parallel metric storages by @pashagolub in #313[!]
add windows support, closes #3 by @pashagolub in #4[!]
add support for the latest Grafana v9.x, closes #174 by @pashagolub in #186[!]
add support for PostgreSQL v17 by @pashagolub in #497[!]
add support for log tab in web UI, closes #170 by @pashagolub in #206[!]
add support for application commands by @pashagolub in #504[!]
add support forjackc/pgx
, closes #171 by @pashagolub in #204[!]
add RPC sink support, closes #464 by @destrex271 in #465[!]
add metrics for PostgreSQL 16 by @pashagolub in #246[!]
addMeasurements
group and use URIs for--sink
options by @pashagolub in #368[+]
webui test connection, closes #245 by @denys-holub in #259[+]
use custom Postgres image for compose by @pashagolub in #503[+]
useembed
package to serve webui files, closes #32 by @pashagolub in #33[+]
update Ubuntu to 22.04 in Docker files, closes #22 by @pashagolub in #24[+]
update Ubuntu to 20.04 in Docker files, closes #16 by @pashagolub in #17[+]
sync GHA "Release" workflow by @pashagolub in #264[+]
sync changes from pgwatch2 v1.10, closes #70 by @pashagolub in #118[+]
replace checkboxes in monitoring grid with switches, closes #160 by @denys-holub in #164[+]
refactor metric definitions handling by @pashagolub in #342[+]
refactorsinks
as a standalone package by @pashagolub in #345[+]
move helpers to metrics definition by @pashagolub in #374[+]
makepgwatch2-daemon
Docker image usealpine
base image, closes #23 by @pashagolub in #25[+]
include webui into pgwatch3 binary, resolves #74 by @pashagolub in #75[+]
improve Docker workflow by @pashagolub in #122[+]
improve Docker images and related scripts by @pashagolub in #158[+]
improve Developer Documentation by @pashagolub in #487[+]
improve Build & Test GHA workflow by @pashagolub in #481[+]
implementPOST /metric
&PATCH /metric
to web UI, closes #119 by @denys-holub in #120[+]
implementGET /metric
&DELETE /metric
to web UI, closes #116 by @denys-holub in #117[+]
highlight active WebUI tab, closes #199 by @denys-holub in #200[+]
get rid of control channel map, closes #434 by @pashagolub in #435[+]
create common error & loading components, closes #125 by @denys-holub in #126[+]
allow CORS fromhttp://localhost:4000
for webui debugging by @pashagolub in #439[+]
add web UI start options, closes #236 by @pashagolub in #237[+]
add trigger onmetric
to update presets, closes #185 by @pashagolub in #370[+]
add TimescaleDB metric storage based docker image, resolves #176 by @pashagolub in #183[+]
add tests for YAMLsources.ReaderWriter
implementation by @pashagolub in #470[+]
add tests for postgressources.ReaderWriter
implementation by @pashagolub in #469[+]
add tests forsinks
by @pashagolub in #449[+]
add tests fordb
package by @pashagolub in #463[+]
add test coverage statistics, closes #273 by @pashagolub in #274[+]
add test cases to webserver api by @muni106 in #397[+]
add support forPOST /preset
endpoint by @pashagolub in #177[+]
add support forGET /preset
endpoint, closes #132 by @pashagolub in #134[+]
add support for/PATCH preset
endpoint, closes #163 by @pashagolub in #187[+]
add Prometheus service to Docker Compose file by @pashagolub in #314[+]
add pgAdmin4 todocker-compose.yml
by @ondar in #432[+]
add new metrics for invalid and unused indexes by @pashagolub in #286[+]
add metrics tests by @pashagolub in #478[+]
add log tab to the main window, closes #68 by @denys-holub in #71[+]
add icon and logo for web ui, closes #66 by @denys-holub in #67[+]
add Docker Compose file, closes #240 by @pashagolub in #242[+]
add concurrency clause to Build GHA workflow by @pashagolub in #269[+]
add clone button to database grid, closes #150 by @denys-holub in #159[+]
add built-in http server, closes #28 by @pashagolub in #30[+]
add bootstrap tests by @pashagolub in #277[+]
addusename
toreplication
metric by @pashagolub in #444[+]
addPreset configs
tab, closes #135 by @denys-holub in #136[+]
addpgbouncer_clients
metric by @pashagolub in #440[+]
addconvert
app to migrate v2 metrics definitions to v3 by @pashagolub in #373[+]
add/metric
endpoint, closes #93 by @pashagolub in #113[+]
add "Build and Test" workflow, closes #5 by @pashagolub in #6[+]
bumpyaml.v2
toyaml.v3
, closes #359 by @pashagolub in #360[*]
use system max identifier length instead of hard-coded value by @pashagolub in #293[*]
use envvar in GHA instead of deprecatedset-output
command, closes #35 by @pashagolub in #36[*]
use Docker Compose V2 instead of V1 by @Massinja in #392[*]
useMetric
term for definition andMeasurement
for data gathered by @pashagolub in #347[*]
update repository main page by @pashagolub in #263[*]
update monitored sources grid, closes #445 by @denys-holub in #473[*]
update environment variables documentation, closes #424 by @pashagolub in #428[*]
update docker compose command to force recreate test database by @qazxcdswe123 in #398[*]
updatePW2_
environment variables prefixes toPW3_
, closes #26 by @pashagolub in #27[*]
separatewebui
andwebserver
code, resolves #77 by @pashagolub in #78[*]
renameCmdOptions
toOptions
by @pashagolub in #324[*]
remove unused code fromGetAllActiveHostsFromConfigDB()
, closes #266 by @pashagolub in #268[*]
remove references t...