Skip to content

Releases: agroal/pgagroal

pgagroal 0.8.2

01 Sep 13:07
Compare
Choose a tag to compare

This is an enhancement release.

Enhancements

  • #99 Use DISCARD ALL

pgagroal 0.8.1

25 Aug 12:00
Compare
Choose a tag to compare

This is a bug fix and enhancement release.

Enhancements

  • #94 Allow 'all' as the last connection entry
  • #95 Prometheus: Show failed servers
  • #96 Prometheus: Show errors for servers

Bug fixes

  • #92 Invalid min_size value

pgagroal 0.8.0

04 Aug 12:01
Compare
Choose a tag to compare

This is a feature release.

Features

  • #10 Failover support
  • #59 Authentication query
  • #74 systemd support

Enhancements

  • #81 Add application_name to details
  • #82 Add verbose option to pgagroal-cli to output results
  • #90 Prometheus: Show state

Thanks to

pgagroal 0.7.3

28 Jul 13:24
Compare
Choose a tag to compare

This is a bug fix release.

Bug fixes

  • #86 Only close logging file if it exists
  • #87 syslog logging broken
  • #88 Resource temporarily unavailable
  • #89 Multiple servers in configuration
  • #91 SCRAM: "Incomplete" packet

pgagroal 0.7.2

30 Jun 12:46
Compare
Choose a tag to compare

This is a bug fix release.

Bug fixes

  • #85 Don't control the client socket properties

pgagroal 0.7.1

09 Jun 12:28
Compare
Choose a tag to compare

This is a bug fix release.

Bug fixes

  • #83 CLI: Only open connection if the command is supported
  • #84 Remote: Account for incomplete network packets

pgagroal 0.7.0

26 May 11:29
Compare
Choose a tag to compare

This is a feature release.

Features

  • #28 Prometheus endpoint
  • #31 Remote management
  • #77 disconnect_client setting

Enhancements

  • #73 Harden release build
  • #79 Increase max sizes for user, database and password

Bug fixes

  • #75 Build fails on OpenSSL 1.1.0
  • #76 Mixed security models fails
  • #78 Prefill: Better handling of invalid user/credentials

Thanks to

pgagroal 0.6.0

28 Apr 11:20
Compare
Choose a tag to compare

This is a feature release.

Features

  • #20 Transport Layer Security (TLS) v1.2+ support
  • #67 Add a minimum pool size
  • #68 Authentication timeout
  • #69 Pipeline setting

Enhancements

  • #71 Verify limit entries upon startup

Bug fixes

  • #72 Wrong socket descriptor could be closed

pgagroal 0.5.1

14 Apr 12:41
Compare
Choose a tag to compare

This is an enhancement and bug fix release.

Enhancements

  • #60 Delay obtaining a connection
  • #61 Flush: Send terminate message

Bug fixes

  • #56 Unix socket directory not removed upon shutdown
  • #64 Better detect failing clients
  • #65 Improve handling of PostgreSQL restarts

Thanks to

pgagroal 0.5.0

17 Mar 10:50
Compare
Choose a tag to compare

This is a feature release.

Features

  • #17 Security module: SCRAM-SHA-256
  • #38 Admin: Add -U and -P switches
  • #42 Allow user connections during prefill
  • #43 Log connections
  • #50 CLI: Cancel shutdown
  • #54 Allow unknown users
  • #55 CLI: Enable / disable database

Enhancements

  • #36 Send terminate message
  • #53 CLI: Rename isalive to is-alive

Bug fixes

  • #37 Return connection upon WORKER_FAILURE
  • #46 Missing bad password message for pooled connections
  • #47 Error with pooled connections and HBA/all
  • #48 Incorrect encoding of password

Various improvements and bug fixes.

Thanks to