CHANGELOG.md in pg_export-1.0.0.rc5 vs CHANGELOG.md in pg_export-1.0.0.rc6

- old
+ new

@@ -1,23 +1,25 @@ -### 1.0.0 - 2021.03.20 +### 1.0.0 - 2022.05.17 - Make it compatible with Ruby 3.0 - Change configuration envs: - BACKUP_FTP_HOST -> PG_EXPORT_GATEWAY_HOST - BACKUP_FTP_USER -> PG_EXPORT_GATEWAY_USER - BACKUP_FTP_PASSWORD -> PG_EXPORT_GATEWAY_PASSWORD - DUMP_ENCRYPTION_KEY -> PG_EXPORT_ENCRYPTION_KEY - Drop Ruby 2.3 support - Add SSH option -- Add +encryption_algorith+ moption to interface +- Add `encryption_algorithm` option to interface +- Remove dry libraries dependencies +- in case of failure bin/pg_export now returns with 1 exit value ### 0.7.7 - 2020.09.07 -- Upgrade dry-initializer +- Upgrade dry-initializer ### 0.7.6 - 2020.09.05 -- Upgrade dry-types, dry-struct dry-system +- Upgrade dry-types, dry-struct dry-system ### 0.7.0 - 2018.10.18 - Change required ruby version from 2.2.0 to 2.3.0. - Refactor architecture to be more functional using dry-system @@ -39,10 +41,10 @@ - Simplify Dump entity design - Fix docs ### 0.5.0 - 2017.03.11 -- Add restriction on DUMP_ENCRYPTION_KEY, to be exactly 16 characters length +- Add restriction on DUMP_ENCRYPTION_KEY, to be exactly 16 characters length - Make interactive mode more verbose by adding more messages - Fix concurrently opening ftp connection - Add closing ftp connection while importing dump in interactive mode - Fix Cipher deprecation warning - Fix typos