Skip to content

Releases: RedSailTechnologies/psql-management

v1.6.0

20 Dec 18:53
Compare
Choose a tag to compare

Upgrade to .NET 8

v1.5.0

04 May 19:45
Compare
Choose a tag to compare

Add Azure Postgres Flexible Server and upgrade 3rd Party Packages

v1.4.0

11 Aug 14:50
Compare
Choose a tag to compare

Add ability to increase the Command Timeout period via the payload.

Closes #7

v1.3.1

29 Jun 17:25
Compare
Choose a tag to compare

Add url decode to create database additional commands

v1.3.0

29 Jun 16:24
Compare
Choose a tag to compare

Add url decode option to the query string payload

v1.2 Release

28 Jan 21:46
Compare
Choose a tag to compare

Add Swagger and Prometheus Metrics

v1.1 Release

27 Jan 22:09
Compare
Choose a tag to compare
  • Fix big with VS Code launch to .NET 6.0
  • Add Common class for dbExists
  • Add Query Controller
  • Refactor Models

v1 Release

27 Jan 16:21
Compare
Choose a tag to compare
  • Update to .NET 6.0
  • Update Npgsql Nuget packages to latest
  • Simplify src folder structure
  • Add user in dockerfile to prevent root run

Adding property and defaulting to trust server certificate.

18 Oct 01:41
Compare
Choose a tag to compare

Per the documentation, this is the only npgsql can currently work with self-signed certs.
https://www.npgsql.org/doc/security.html#versions-60

Set Connection Idle Timeout

17 Aug 13:57
Compare
Choose a tag to compare

Reduce Connection Idle Timeout and reformat connection string variable.