Skip to content

Releases: bvdcode/octockup

Release 1.0.122

01 May 02:01

Choose a tag to compare

feat(database): add disable compression and encryption flags to backups

- Updated Postgres and Sqlite migrations to include `disable_compression` and `disable_encryption` boolean columns in the `backups` table.
- Updated DbContext model snapshots for both Postgres and Sqlite to reflect the new columns.
- Added DesignTimeDbContextFactories for both Sqlite and Postgres to facilitate migrations.
- Updated project references to use Entity Framework Core version 10.0.7.

Release 1.0.121

02 Apr 06:29

Choose a tag to compare

Refactor ScheduleInfo to calculate and display next run time; replace…

Release 1.0.120

02 Apr 06:20

Choose a tag to compare

Refactor schedule time calculations for consistency and clarity; norm…

Release 1.0.119

09 Mar 01:40

Choose a tag to compare

Simplify chunk compression logic; lower Zstd level to 2

All chunks are now compressed unconditionally, removing checks for compression effectiveness. Compression level for Zstd is reduced from 3 to 2 for improved performance.

Release 1.0.118

09 Mar 01:36

Choose a tag to compare

Update EF Core, dependencies, and FK delete behavior

Upgraded project dependencies to latest versions, including Entity Framework Core, MailKit, AWS SDK, ZstdSharp.Port, and EasyExtensions packages. Changed foreign key delete behavior from Cascade to Restrict in both Postgres and Sqlite databases to prevent accidental data loss. Added new migrations to enforce these restrictions. Updated EasyExtensions.Crypto API usage in Module.cs. Refreshed test dependencies and removed license headers from model snapshots.

Release 1.0.117

07 Feb 05:58

Choose a tag to compare

Refactor Snapshots and SnapshotFiles pages to use DataGrid for improv…

Release 1.0.116

30 Dec 16:57

Choose a tag to compare

Merge branch 'main' of https://github.com/bvdcode/Octockup

Release 1.0.115

20 Dec 22:36

Choose a tag to compare

Update copyright information and fix title case in index.html

- Changed copyright format from "Vadim Belov | bvdcode | belov.us" to "Vadim Belov <https://belov.us>" in multiple files.
- Updated the title in index.html from "octockup" to "Octockup".

Release 1.0.114

20 Dec 03:57

Choose a tag to compare

Add configurable chunked encoding for S3 uploads

Added support for a useChunkEncoding parameter to control whether chunked encoding is used when uploading to S3. The setting is parsed during initialization and applied to PutObjectRequest, allowing for more flexible S3 compatibility.

Release 1.0.113

19 Dec 03:33

Choose a tag to compare

Merge branch 'main' of https://github.com/bvdcode/octockup