agroal / pgagroal

High-performance connection pool for PostgreSQL
https://agroal.github.io/pgagroal/
BSD 3-Clause "New" or "Revised" License
667 stars 59 forks source link

Management protocol incompatibilites due to version numbers #447

Open fluca1978 opened 2 months ago

fluca1978 commented 2 months ago

Now that the pgagroal-cli and friends send the application version and pgagroal answer with its version number (see work in #392 ), it is possible to make the management protocol to raise an error if the version numbers between sides are incompatible. Surely incompatibilities must be raised between major versions, while it can also be added for minor versions as well.

fluca1978 commented 2 months ago

Self assigning to myself, if someone else wants to work on this, please advice.