Skip to content

Releases: sathinduga/obsidian-s3-sync-and-backup

4.2.5

Choose a tag to compare

@sathinduga sathinduga released this 07 Sep 03:25
b5297de

4.2.5 (2026-09-07)

Miscellaneous

  • deps-dev: bump @humanfs/node (0269aa2)
  • deps-dev: bump @humanfs/node from 0.16.7 to 0.16.8 in the npm_and_yarn group across 1 directory (9e6b3d6)

4.2.4

Choose a tag to compare

@sathinduga sathinduga released this 07 Sep 03:14
4c0527e

4.2.4 (2026-09-07)

Miscellaneous

  • deps: bump fast-uri from 3.1.5 to 3.1.7 in the npm_and_yarn group across 1 directory (57f5e77)
  • deps: bump fast-uri in the npm_and_yarn group across 1 directory (9a46bb2)

4.2.3

Choose a tag to compare

@sathinduga sathinduga released this 28 Aug 01:50
cc6d760

4.2.3 (2026-08-28)

Bug Fixes

  • deps: resolve js-yaml and @babel/core Dependabot alerts (f1fd3d1)

Miscellaneous

  • update repository references after move to sathinduga (7474549)
  • update repository references after move to sathinduga (0cfbcde)

4.2.2

Choose a tag to compare

@sathinduga sathinduga released this 17 Aug 00:31
1b6d583

4.2.2 (2026-08-17)

Miscellaneous

  • deps: bump the npm_and_yarn group across 1 directory with 2 updates (018fb0c)
  • deps: bump the npm_and_yarn group across 1 directory with 2 updates (31dcde0)

4.2.1

Choose a tag to compare

@sathinduga sathinduga released this 28 Jul 03:41
04c99aa

4.2.1 (2026-07-27)

Miscellaneous

  • deps: bump fast-uri from 3.1.2 to 3.1.4 in the npm_and_yarn group across 1 directory (ca00796)
  • deps: bump fast-uri in the npm_and_yarn group across 1 directory (2545d30)

4.2.0

Choose a tag to compare

@sathinduga sathinduga released this 19 Jul 13:00
24eaa5b

4.2.0 (2026-07-17)

Features

  • storage: add Backblaze B2 provider and fix S3 compatibility (#78) (7ed01ae)
  • storage: Backblaze B2 compatibility + multi-provider test suite (CLO-10, #78) (300f368)

Documentation

  • document Backblaze B2 provider and per-provider test setup (0e16225)

Miscellaneous

  • deps-dev: bump esbuild (738a527)
  • deps-dev: bump esbuild from 0.25.5 to 0.28.1 in the npm_and_yarn group across 1 directory (66eab58)
  • deps-dev: bump ws from 8.20.0 to 8.21.1 in the npm_and_yarn group across 1 directory (baa59ae)
  • deps-dev: bump ws in the npm_and_yarn group across 1 directory (b1f0e41)

Tests

  • storage: run integration & e2e suites per provider + B2 coverage (e0583b1)

4.1.2

Choose a tag to compare

@sathinduga sathinduga released this 29 May 03:53
9cad3be

4.1.2 (2026-05-29)

Bug Fixes

  • manifest: rename plugin to "S3 Sync + Backup" for directory compliance (5ae05cf)
  • manifest: rename plugin to "S3 Sync + Backup" for directory compliance (15dca15)

4.1.1

Choose a tag to compare

@sathinduga sathinduga released this 19 May 02:50
95c160f

4.1.1 (2026-05-19)

Bug Fixes

  • build: make setImmediate shim CJS-callable and cover it with tests (bd7f7d7)
  • build: replace setimmediate/immediate polyfill to clear scorecard flags (ae2cddf)
  • build: replace setimmediate/immediate polyfill to clear scorecard flags (CLO-4) (c2260e7)
  • close remaining plugin-store scorecard recommendations (CLO-6) (2dbb9ef)
  • crypto: drop legacy global localStorage device-id migration (4560134)

Documentation

  • readme: disclose plugin permissions and data-access surface (0460759)
  • readme: fix accuracy of Permissions and data access section (adc7e56)

Code Refactoring

  • crypto: tighten device-id type guard and refresh attribution comment (d166b53)

4.1.0

Choose a tag to compare

@sathinduga sathinduga released this 18 May 22:17
0630f75

4.1.0 (2026-05-18)

Features

  • settings: add Reset sync journal action (108a7f9)

Bug Fixes

  • sync: block plans that mass-delete local files on unseen destinations (a98d953)
  • sync: clear stale journal baselines when S3 destination changes (79644ff)
  • sync: harden destination guard against collisions and mid-sync races (dac600a)
  • sync: prevent stale-journal mass-delete on destination change (CLO-3) (8776717)
  • ui: surface blocked syncs as user-visible notices (6c87b5b)

4.0.6

Choose a tag to compare

@sathinduga sathinduga released this 18 May 16:44
0fcc7b4

4.0.6 (2026-05-18)

Bug Fixes

  • issue with eTag with unexpected W/ prefix (88ef94f)
  • issue with eTag with unexpected W/ prefix (499c0fa)

Tests

  • storage: cover ETag W/ weak-prefix normalization (2e44786)
  • sync: align SyncPlanner tests with normalized ETag contract (15469db)