Skip to content

Releases: sebastianfeldmann/phpbu

6.0.6

03 May 14:22
6.0.6
Compare
Choose a tag to compare
  • Add Prometheus logger - pull request #247 thanks to @moebrowne
  • Warn if weak open ssl ciphers are used - pull request #237 thanks to @moebrowne
  • Created directories inherit parent directory permissions - pull request #242 thanks to @moebrowne
  • Webhook URI validation - pull request #246 thanks to @moebrowne

6.0.5

29 Feb 10:11
6.0.5
Compare
Choose a tag to compare
  • New backup source ldapdump to backup LDAP data - big thanks to @angelfs
  • New ssl-ca option for the mysqldump backup - again big thanks to @angelfs

6.0.4

09 Jan 10:00
6.0.4
Compare
Choose a tag to compare
  • Fix validation issue #226

6.0.3

18 Oct 09:29
6.0.3
Compare
Choose a tag to compare

6.0.2

17 Oct 12:28
6.0.2
Compare
Choose a tag to compare
  • Allow disabling extended inserts for mysqldump

6.0.1

16 Oct 22:34
6.0.1
Compare
Choose a tag to compare
  • The Mysqldump source now supports the Restorable interface
  • The Mysqldump source now supports a skipTriggers option

Big thanks to @rhorber for both additions ;)

6.0.0

11 Sep 20:09
6.0.0
Compare
Choose a tag to compare
  • Add --restore command option to output a restore guide
  • Add Influxump support - pull request #198 thanks to Julian
  • Add Telegram log support - pull request #199 thanks to Anatoly Skornyakov

Breaking Changes

  • Minimum version of PHP 7.2 is required
  • Mcrypt encryption is now deprecated

5.2.10

31 Jul 11:49
5.2.10
Compare
Choose a tag to compare

Allow dotenv version 3

5.2.9

29 Jul 20:28
5.2.9
Compare
Choose a tag to compare

Allow Sebastian Bergmann's environment version 4.0

5.2.8

29 Jul 15:07
5.2.8
Compare
Choose a tag to compare
  • Bump Symfony event-dispatcher version