Skip to content

Releases: kopia/kopia

v0.21.1

22 Jul 01:40
0733cb4
Compare
Choose a tag to compare

Server

  • fixed scheduling bug (#4732) by Jarek Kowalski

Storage Providers

  • New Feature Azure Federated Identity support (#4728) by Julio Lopez

v0.21.0

20 Jul 00:30
3a38279
Compare
Choose a tag to compare

Command-Line Interface

  • New Feature human-readable sizes for kopia ls (#4696) by Kian Kasad
  • New Feature add --disable-file-logging to suppress log file output (#4686) by Leonardo Cecchi
  • fix path printed by "kopia snapshot fix" commands (#4638) by Kian Kasad

General Improvements

  • cleanup clock bounds check (#4720) by Julio Lopez
  • New Feature check for clock skew on write session creation (#4719) by Julio Lopez
  • rename variable to humanReadable for consistency (#4709) by Julio Lopez
  • use require to cleanup snapshot tests (#4708) by Julio Lopez
  • add {peta,exa}byte prefixes (#4707) by Julio Lopez
  • use snapshot end time as tie breaker for equal start time (#4705) by Julio Lopez
  • minor cleanups (#4704) by Julio Lopez
  • migrate remnant piece to crypto/hkdf (#4691) by Julio Lopez
  • migrate to crypto/{hkdf,pbkdf2,sha3} (#4678) by Julio Lopez
  • small misc. cleanups (#4666) by Julio Lopez
  • typos (#4659) by Nathan Baulch
  • misc cleanups (#4652) by Julio Lopez
  • enable forcetypeassert linter (#4624) by Julio Lopez
  • minor cleanups (#4621) by Julio Lopez
  • upload tests (#4619) by Julio Lopez
  • misc cleanups (#4615) by Julio Lopez
  • minor cleanups in snapshot GC (#4612) by Julio Lopez
  • convenience make targets to install tools (#4616) by Julio Lopez
  • s/interface{}/any/ (#4614) by Julio Lopez
  • fix TestSnapshotNoLeftoverCheckpoints slowness (#4611) by Julio Lopez

Repository

  • create minimal cache.Storage interface (#4618) by Jarek Kowalski

Server

  • fix snapshot scheduling in the event of machine goes to sleep (#4682) by Jarek Kowalski

Snapshots

  • New Feature Add periodic JSON progress output to snapshot verify (#4645) by Nick
  • completely ignore unsupported entries instead of reporting them as ignored errors to avoid snapshot warnings (#4613) by Jarek Kowalski

Storage Providers

  • Azure client cert env var (#4726) by Julio Lopez
  • rename Options.ClientCertificate for clarity (#4724) by Julio Lopez
  • add omitempty JSON tags in azure.Options (#4721) by Julio Lopez
  • add tags in azure.Options (#4716) by Julio Lopez

CI/CD

  • upgrade to Go 1.24 (#4675) by Julio Lopez
  • pin actions (#4657) by Julio Lopez
  • upgrade Go toolchain to 1.23.10 (#4656) by Julio Lopez
  • include date-time in temp dir name used for tests (#4651) by Julio Lopez

Graphical User Interface

  • extracted formatting utilities to separate module (#370) by Jarek Kowalski
  • moved policy utils to a separate module (#367) by Jarek Kowalski
  • component refactoring (#365) by Jarek Kowalski
  • fixed warnings during 'npm test' (#345) by Jarek Kowalski
  • reorganized test utilities (#369) by Jarek Kowalski
  • speed up tests that use polling with long intervals (#368) by Jarek Kowalski
  • refactored router mock setup (#366) by Jarek Kowalski
  • move cancelTask to a separate module (#364) by Jarek Kowalski
  • added test for top-level index.jsx (#363) by Jarek Kowalski
  • added tests for the App component (#362) by Jarek Kowalski
  • added tests for Policies page (#361) by Jarek Kowalski
  • added tests for DirectoryItems (#360) by Jarek Kowalski
  • added tests for DirectoryBreadcrums (#359) by Jarek Kowalski
  • added tests for SnapshotCreate component (#358) by Jarek Kowalski
  • added tests for SnapshotDirectory component (#357) by Jarek Kowalski
  • added forms test (#351) by Jarek Kowalski
  • more test coverage (#350) by Jarek Kowalski
  • added tests for the Logs component (#349) by Jarek Kowalski
  • add tests for Snapshots tab (#348) by Jarek Kowalski
  • added tests for the Repository tab (#347) by Jarek Kowalski
  • added tests for Tasks (#346) by Jarek Kowalski
  • added tests for TimesOfDayTest component (#344) by Jarek Kowalski
  • added tests for snapshot estimation (#343) by Jarek Kowalski
  • increased coverage for NotificationEditor.jsx (#342) by Jarek Kowalski
  • added tests for remaining repository setup pages (#341) by Jarek Kowalski
  • increase code coverage (#340) by Jarek Kowalski
  • moved tests to tests/ directory and reorganized by their target (#339) by Jarek Kowalski

v0.20.1

26 May 00:07
1ee2497
Compare
Choose a tag to compare

Command-Line Interface

  • minor cleanups in diff tests (#4594) by Julio Lopez

Server

  • fixed server-based notifications (#4598) by Jarek Kowalski

Snapshots

  • fixed snapshotting of \server\share (#4603) by Jarek Kowalski
  • Remove checkpoints after a complete snapshot (#4439) by shniubobo

Notifications

  • fixed notification severities on snapshot creation (#4604) by Jarek Kowalski

CI/CD

  • enforce consistent formatting of KopiaUI code (#4586) by Jarek Kowalski

Graphical User Interface

  • reformat code to 120 characters per line (#338) by Jarek Kowalski
  • fixed 'Set Policy' button (#337) by Jarek Kowalski
  • SMTP credentials should not be required (#336) by Jarek Kowalski
  • ignore exceptions when making incremental changes to the policy (#335) by Jarek Kowalski
  • report code coverage (#334) by Jarek Kowalski
  • globally apply prettier formatting (#333) by Jarek Kowalski

v0.20.0

20 May 18:50
496f2d5
Compare
Choose a tag to compare

Command-Line Interface

  • New Feature helper functions to get preceding snapshots for diff (#4559) by Rohit-BM18
  • Fix crash when doing kopia policy show <path> (#4560) by Donatas Abraitis
  • rename function to setListBlobsParallelismFromFlags (#4564) by Julio Lopez
  • New Feature --stats-only flag for the diff command (#4557) by Rohit-BM18
  • add flag for rclone's startup timeout (#4543) by Julio Lopez
  • cleanup cli.repositoryAccessMode (#4541) by Julio Lopez
  • clarify documentation regarding per-user and per-host (#4512) by blenderfreaky
  • create cache marker in log directories (#4517) by Julio López
  • set build info version and info when not set (#4498) by Julio López
  • misc cleanups in internal/diff (#4484) by Julio López
  • add details to persistent password error message (#4480) by Julio López
  • add newline after policy export output (#4476) by Julio López
  • New Feature compute snapshot diff stats (#4444) by Rohit-BM18
  • diff test (#4422) by Julio López

KopiaUI App

  • adjust handling of default repository (#4561) by remigius42

General Improvements

  • cleanup forbidigo linter config (#4540) by Julio Lopez
  • cleanup linter config (#4538) by Julio Lopez
  • avoid removing error cause (#4536) by Julio Lopez
  • enable wsl for all go files (#4524) by Matthieu MOREL
  • cleanup a few tests (#4519) by Julio Lopez
  • leverage os.CreateTemp (#4513) by Julio López
  • minor cleanups and other nits (#4507) by Julio López
  • tempfile.Create on Linux (x64/arm64) (#4504) by Julio López
  • use correct error in call to errors.Wrap (#4477) by alingse
  • prevent infinite loop while resolving ignore file symlinks (#4413) by Julio López

Repository

  • New Feature role assumption for S3 storage (#4182) by ashmrtn

Server

  • add empty line between headers and body in email payload (#4545) by Julio Lopez
  • prevent maintenance task on read-only repos (#4408) by Julio López

Snapshots

  • extracted snapshot.FindPreviousManifests() (#4453) by Jarek Kowalski
  • refactored uploader into separate package (#4450) by Jarek Kowalski

Storage Providers

  • human-friendly persistence of role durantion (#4546) by Julio Lopez
  • New Feature Azure Blob client certificate authentication (#4535) by Julio Lopez

CI/CD

  • fix HTMLUI changelog (#4579) by Jarek Kowalski
  • auto-generate clean htmlui changelog (#4578) by Jarek Kowalski
  • upgrade Go toolchain to 1.23.9 (#4568) by Julio Lopez
  • remove exclusion for unused ctx parameters (#4530) by Julio Lopez
  • replace multierr with errors.Join (#4529) by Julio Lopez
  • remove gocritic unnecessaryDefer exclusion (#4525) by Matthieu MOREL
  • enable exptostd linter (#4509) by Julio López
  • utc commit date (#4506) by Julio López
  • bump golangci-lint to v2.1.2 (#4500) by Matthieu MOREL
  • use GH Linux ARM runners (#4367) by Julio López
  • upgrade Go to 1.23 (#4248) by Jarek Kowalski

Graphical User Interface

  • New Feature add max file size field to policy editor (#321) by blenderfreaky
  • New Feature allow creating per-host, per-user and foreign policies (#320) by blenderfreaky
  • Remove misleading asterisk from extension placeholders (#327) by Kian Kasad
  • don't require login and password to allow using SMTP instead of upgrading to SMTPs (#313) by anaxita
  • reformatted all code using prettier (#330) by Jarek Kowalski
  • added eslint (#329) by Jarek Kowalski
  • migrate htmlui framework to vite, because CRA is deprecated (#316) by Jarek Kowalski

v0.19.0

24 Jan 01:49
1f8f728
Compare
Choose a tag to compare

Kopia v0.19 improves support for notifications, including:

  • ability to define notification profiles in the web UI/desktop app (in the Preferences tab)
  • notification format tweaks and improvements
  • sending snapshot report notifications from servers

Full change log follows:

Graphical User Interface

  • New Feature upgraded htmlui to the latest version (#4317) by Kopia Builder [bot]
  • New Feature upgraded htmlui to the latest version (#4301) by Kopia Builder [bot]
  • New Feature upgraded htmlui to the latest version (#4300) by Kopia Builder [bot]

KopiaUI App

  • New Feature support for desktop notifications (#4352) by Jarek Kowalski
  • New Feature support for AppArmor on Ubuntu 24.04 (#4318) by Jarek Kowalski

General Improvements

  • reduce verbosity for noisy log message (#4357) by Julio López
  • cleanup symlink tests (#4347) by Julio López
  • New Feature misc notifications improvements (#4319) by Jarek Kowalski

Server

  • ensure server uploads "repodiag" blobs (#4358) by Julio López
  • New Feature emit notifications as JSON to stderr when running under KopiaUI (#4322) by Jarek Kowalski
  • New Feature only log successful authentication events when --log-server-requests is enabled (#4296) by Jarek Kowalski

Notifications

  • New Feature tweak snapshot report template (#4338) by Jarek Kowalski
  • New Feature emit snapshot report notifications in the UI/server (#4323) by Jarek Kowalski
  • New Feature improved notification templates (#4321) by Jarek Kowalski

Dependencies

  • bump codecov/codecov-action to 5.2.0 (#4362) by Julio López
  • bump docker/setup-qemu-action (#4361) by Julio López
  • github.com/Azure/azure-sdk-for-go/sdk/storage/azblob (#4360) by Julio López
  • bump google.golang.org/api (#4356) by dependabot[bot]
  • drop Go patch version to 1.22.0 (#4353) by Julio López
  • upgrade grpc and opentelemetry dependencies (#4354) by Julio López
  • bump the telemetry-dependencies group with 4 updates (#4350) by dependabot[bot]
  • bump the common-golang-dependencies group with 3 updates (#4349) by dependabot[bot]
  • bump github.com/sanity-io/litter from 1.5.5 to 1.5.6 (#4344) by dependabot[bot]
  • bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 (#4343) by dependabot[bot]
  • bump cloud.google.com/go/storage (#4342) by dependabot[bot]
  • bump github.com/minio/minio-go/v7 from 7.0.82 to 7.0.83 in the common-golang-dependencies group (#4337) by dependabot[bot]
  • bump the kopia-ui-npm-dependencies group (#4327) by dependabot[bot]
  • bump codecov/codecov-action from 5.0.7 to 5.1.2 (#4330) by dependabot[bot]
  • bump docker/setup-buildx-action in the docker group (#4329) by dependabot[bot]
  • bump the github-actions group with 3 updates (#4328) by dependabot[bot]
  • bump github.com/studio-b12/gowebdav from 0.9.0 to 0.10.0 (#4315) by dependabot[bot]
  • bump the common-golang-dependencies group across 1 directory with 8 updates (#4336) by dependabot[bot]
  • bump the common-golang-dependencies group with 4 updates (#4314) by dependabot[bot]
  • bump the telemetry-dependencies group with 4 updates (#4312) by dependabot[bot]
  • bump the common-golang-dependencies group with 4 updates (#4311) by dependabot[bot]
  • bump the common-golang-dependencies group across 1 directory with 3 updates (#4299) by dependabot[bot]
  • bump github.com/prometheus/common (#4298) by dependabot[bot]
  • bump github/codeql-action in the github-actions group (#4286) by dependabot[bot]
  • bump github.com/mocktools/go-smtp-mock/v2 (#4277) by dependabot[bot]
  • bump codecov/codecov-action from 4.6.0 to 5.0.7 (#4287) by dependabot[bot]
  • bump the kopia-ui-npm-dependencies group (#4288) by dependabot[bot]
  • bump github.com/hanwen/go-fuse/v2 from 2.6.4 to 2.7.2 (#4291) by dependabot[bot]
  • bump github.com/minio/minio-go/v7 (#4290) by dependabot[bot]
  • bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#4275) by dependabot[bot]
  • bump google.golang.org/api (#4274) by dependabot[bot]

v0.18.2

21 Nov 00:13
c70f1a1
Compare
Choose a tag to compare

Kopia v0.18.2

Kopia v0.18.2 is a hot fix release which fixes compatibility with repository server clients which were connected using previous versions.

General Improvements

  • New Feature JSON marshaler helper for time.Duration (#4194) by Julio López

Server

  • handle unset password hash version in user profile (#4259) by Julio López

Snapshots

  • New Feature Fix for #2037 Add symlink support for .kopiaignore (#4190) by Mario Camou

Notifications

  • fixed headers for email notifications (#4258) by Jarek Kowalski

Release notes for v0.18:

There are over 240 changes in this release. Huge thanks to all contributors, testers, doc writers and everybody else who helped make this happen.

Full list of changes can be found in: v0.17.0...v0.18.0

Release highlights

Notifications

You can now define notification profiles to be notified whenever errors occur.

  • support for defining notification profiles and templates via CLI (#4034) by Jarek Kowalski
  • send error notifications and snapshot reports (#4233) by Jarek Kowalski
  • improved snapshot reports (#4244) by Jarek Kowalski
  • added API to manipulate notification profiles in the UI - not used yet (#4171) by Jarek Kowalski

Maintenance

Maintenance and manifest management improvements should make working with larger repositories somewhat easier.

  • run epoch maintenance for quick maintenance (#4185) by Julio López
  • allow running quick maintenance with epoch manager (#4198) by Julio López
  • do not run auto-maintenance after a command fails (#4168) by Julio López
  • Reduce memory usage for epoch index compaction (#4139) by lyndon-li
  • Reduce memory allocations during manifest compaction (#4084) by ashmrtn
  • remove ability to enable compaction on index load (#3834) by Julio López
  • Allow extending blob retentions (#4151) by Mike McKay-Dirden

Snapshot/Restore

Improvements for snapshot/restore progress reporting.

  • introduce adaptive estimation mechanism (#4218) by Eugene Sumin
  • Increase restore progress granularity (#3655) by Eugene Sumin

Policies

  • add policy import/export commands to im-/export policies from/to json ([#4020]) by blenderfreaky
  • added support for per-directory splitter overrides (#3887) by Jarek Kowalski
  • Metadata compression config support for directory and indirect content (#4080) by Prasad Ghangal

Server

  • BREAKING CHANGE remove support for HTTP-based repository API (#3745) by Jarek Kowalski
  • add server user set-password-hash command (#3974) by Julio López
  • user add set user-password-hashing-algorithm cli option (#3815) by Sirish Bathina
  • Fix client IPv6 URI generation for gRPC connections (#3830) by Nick

Providers

  • GCS immutability (#4134) by Mike McKay-Dirden
  • info about the B2 S3-compatible endpoint (#3860) by Wyatt Childers
  • upgraded rclone to 1.68.2, fixed Google Drive rclone compatibility (#4249) by Jarek Kowalski

Other Notable Changes

  • cache hard limits flags (#3846) by Wyatt Childers
  • avoid memory bloat in benchmark encryption command (#4213) by Julio López
  • include clock skew in error message (#4186) by Julio López
  • avoid using empty master keys (#3835) by Mark Severson
  • key derivation algorithm for cache encryption (#3799) by Sirish Bathina
  • allow setting key derivation algorithm for format blob (#3779) by Sirish Bathina
  • include parameters in pbkdf2 instantiation (#3811) by Julio López
  • change default number of iterations for PBKDF2 (#3810) by Julio López

v0.18.1

17 Nov 18:59
b60cac4
Compare
Choose a tag to compare

Kopia v0.18.1

Kopia v0.18.1 is a hot fix release which fixes compatibility with repository server clients which were connected using previous versions.

See #4255

Release notes for v0.18:

There are over 240 changes in this release. Huge thanks to all contributors, testers, doc writers and everybody else who helped make this happen.

Full list of changes can be found in: v0.17.0...v0.18.0

Release highlights

Notifications

You can now define notification profiles to be notified whenever errors occur.

  • support for defining notification profiles and templates via CLI (#4034) by Jarek Kowalski
  • send error notifications and snapshot reports (#4233) by Jarek Kowalski
  • improved snapshot reports (#4244) by Jarek Kowalski
  • added API to manipulate notification profiles in the UI - not used yet (#4171) by Jarek Kowalski

Maintenance

Maintenance and manifest management improvements should make working with larger repositories somewhat easier.

  • run epoch maintenance for quick maintenance (#4185) by Julio López
  • allow running quick maintenance with epoch manager (#4198) by Julio López
  • do not run auto-maintenance after a command fails (#4168) by Julio López
  • Reduce memory usage for epoch index compaction (#4139) by lyndon-li
  • Reduce memory allocations during manifest compaction (#4084) by ashmrtn
  • remove ability to enable compaction on index load (#3834) by Julio López
  • Allow extending blob retentions (#4151) by Mike McKay-Dirden

Snapshot/Restore

Improvements for snapshot/restore progress reporting.

  • introduce adaptive estimation mechanism (#4218) by Eugene Sumin
  • Increase restore progress granularity (#3655) by Eugene Sumin

Policies

  • add policy import/export commands to im-/export policies from/to json ([#4020]) by blenderfreaky
  • added support for per-directory splitter overrides (#3887) by Jarek Kowalski
  • Metadata compression config support for directory and indirect content (#4080) by Prasad Ghangal

Server

  • BREAKING CHANGE remove support for HTTP-based repository API (#3745) by Jarek Kowalski
  • add server user set-password-hash command (#3974) by Julio López
  • user add set user-password-hashing-algorithm cli option (#3815) by Sirish Bathina
  • Fix client IPv6 URI generation for gRPC connections (#3830) by Nick

Providers

  • GCS immutability (#4134) by Mike McKay-Dirden
  • info about the B2 S3-compatible endpoint (#3860) by Wyatt Childers
  • upgraded rclone to 1.68.2, fixed Google Drive rclone compatibility (#4249) by Jarek Kowalski

Other Notable Changes

  • cache hard limits flags (#3846) by Wyatt Childers
  • avoid memory bloat in benchmark encryption command (#4213) by Julio López
  • include clock skew in error message (#4186) by Julio López
  • avoid using empty master keys (#3835) by Mark Severson
  • key derivation algorithm for cache encryption (#3799) by Sirish Bathina
  • allow setting key derivation algorithm for format blob (#3779) by Sirish Bathina
  • include parameters in pbkdf2 instantiation (#3811) by Julio López
  • change default number of iterations for PBKDF2 (#3810) by Julio López

v0.18.0

16 Nov 23:39
68c5308
Compare
Choose a tag to compare

Kopia v0.18.0

There are over 240 changes in this release. Huge thanks to all contributors, testers, doc writers and everybody else who helped make this happen.

Full list of changes can be found in: v0.17.0...v0.18.0

Release highlights

Notifications

You can now define notification profiles to be notified whenever errors occur.

  • support for defining notification profiles and templates via CLI (#4034) by Jarek Kowalski
  • send error notifications and snapshot reports (#4233) by Jarek Kowalski
  • improved snapshot reports (#4244) by Jarek Kowalski
  • added API to manipulate notification profiles in the UI - not used yet (#4171) by Jarek Kowalski

Maintenance

Maintenance and manifest management improvements should make working with larger repositories somewhat easier.

  • run epoch maintenance for quick maintenance (#4185) by Julio López
  • allow running quick maintenance with epoch manager (#4198) by Julio López
  • do not run auto-maintenance after a command fails (#4168) by Julio López
  • Reduce memory usage for epoch index compaction (#4139) by lyndon-li
  • Reduce memory allocations during manifest compaction (#4084) by ashmrtn
  • remove ability to enable compaction on index load (#3834) by Julio López
  • Allow extending blob retentions (#4151) by Mike McKay-Dirden

Snapshot/Restore

Improvements for snapshot/restore progress reporting.

  • introduce adaptive estimation mechanism (#4218) by Eugene Sumin
  • Increase restore progress granularity (#3655) by Eugene Sumin

Policies

  • add policy import/export commands to im-/export policies from/to json ([#4020]) by blenderfreaky
  • added support for per-directory splitter overrides (#3887) by Jarek Kowalski
  • Metadata compression config support for directory and indirect content (#4080) by Prasad Ghangal

Server

  • BREAKING CHANGE remove support for HTTP-based repository API (#3745) by Jarek Kowalski
  • add server user set-password-hash command (#3974) by Julio López
  • user add set user-password-hashing-algorithm cli option (#3815) by Sirish Bathina
  • Fix client IPv6 URI generation for gRPC connections (#3830) by Nick

Providers

  • GCS immutability (#4134) by Mike McKay-Dirden
  • info about the B2 S3-compatible endpoint (#3860) by Wyatt Childers
  • upgraded rclone to 1.68.2, fixed Google Drive rclone compatibility (#4249) by Jarek Kowalski

Other Notable Changes

  • cache hard limits flags (#3846) by Wyatt Childers
  • avoid memory bloat in benchmark encryption command (#4213) by Julio López
  • include clock skew in error message (#4186) by Julio López
  • avoid using empty master keys (#3835) by Mark Severson
  • key derivation algorithm for cache encryption (#3799) by Sirish Bathina
  • allow setting key derivation algorithm for format blob (#3779) by Sirish Bathina
  • include parameters in pbkdf2 instantiation (#3811) by Julio López
  • change default number of iterations for PBKDF2 (#3810) by Julio López

v0.17.0

16 Apr 03:46
89c8eb4
Compare
Choose a tag to compare

Release Highlights

This release includes 3 big changes to reduce memory allocations and thus improve performance:

  • refactored internal index read API to reduce memory allocations (#3754) by Jarek Kowalski
  • big reduction in memory usage during decompression (#3780) by Jarek Kowalski
  • Reduce memory allocation (gc thrash) (#3695) by Aaron Alpar

We're also moving index compaction to the maintenance:

  • disable writes on index loads (#3646) by Julio López
  • perform index compaction during repo maintenance (#3651) by Julio López

Graphical User Interface

  • upgraded htmlui to the latest version (#3781) by Kopia Builder [bot]

Command-Line Interface

  • New Feature added decompression benchmark (#3773) by Jarek Kowalski
  • restore objects with I prefix fails (#3062) by NickIAm

General Improvements

  • avoid wrapping known-to-be-nil error (#3797) by Julio López
  • New Feature User_profile_add_set cli changes (#3770) by Sirish Bathina
  • fix function names in comment (#3786) by lvyaoting
  • disable writes on index loads (#3646) by Julio López
  • perform index compaction during repo maintenance (#3651) by Julio López

Repository

  • refactored internal index read API to reduce memory allocations (#3754) by Jarek Kowalski
  • New Feature big reduction in memory usage during decompression (#3780) by Jarek Kowalski

Server

  • fixed deadlock between server and scheduler during shutdown (#3782) by Jarek Kowalski

Storage Providers

  • check for ContainerAlreadyExists in Azure test (#3767) by Julio López
  • Reduce memory allocation (gc thrash) (#3695) by Aaron Alpar

Dependencies

  • bump github.com/klauspost/compress from 1.17.7 to 1.17.8 (#3802) by dependabot[bot]
  • bump github/codeql-action in the github-actions group (#3803) by dependabot[bot]
  • bump the common-golang-dependencies group with 2 updates (#3801) by dependabot[bot]
  • bump codecov/codecov-action from 4.1.1 to 4.2.0 (#3792) by dependabot[bot]
  • bump docker/setup-buildx-action in the docker group (#3791) by dependabot[bot]
  • bump github/codeql-action in the github-actions group (#3790) by dependabot[bot]
  • bump the common-golang-dependencies group with 7 updates (#3789) by dependabot[bot]
  • bump github.com/google/fswalker (#3778) by dependabot[bot]
  • bump the common-golang-dependencies group with 11 updates (#3777) by dependabot[bot]
  • migrate from go.uber.org/multierr to standard errors (#3761) by Matthieu MOREL
  • migrate from github.com/Azure/azure-storage-blob-go to github.com/Azure/azure-sdk-for-go/sdk/storage/azblob (#3760) by Matthieu MOREL
  • bump the kopia-ui-npm-dependencies group (#3765) by dependabot[bot]
  • bump the common-golang-dependencies group with 3 updates (#3764) by dependabot[bot]
  • bump codecov/codecov-action from 4.1.0 to 4.1.1 (#3762) by dependabot[bot]
  • bump github.com/hanwen/go-fuse/v2 from 2.5.0 to 2.5.1 (#3763) by dependabot[bot]
  • bump the github-actions group with 1 update (#3752) by dependabot[bot]
  • bump the common-golang-dependencies group with 2 updates (#3751) by dependabot[bot]

Development Dependencies

  • bump tar from 6.2.0 to 6.2.1 in /app (#3794) by dependabot[bot]

CI/CD

  • upgraded to go 1.22 (#3746) by Jarek Kowalski
  • upgraded linter to 1.57.1 (#3753) by Jarek Kowalski

v0.16.1

26 Mar 03:32
4f1c994
Compare
Choose a tag to compare

Release Highlights

  • New in v0.16.1: update UI to the latest version - #3748
  • Azure PIT support (#3407) by Mike McKay-Dirden
  • [EXPERIMENTAL] Implement volume shadow copy support on Windows (#3543) by Maxim Khitrov
  • UI: Add the ability to change font-sizes (#3515) by Christoph Anderson
  • [BREAKING CHANGE] Disable legacy API by default (#3730) by Nick - See #3716 - this is in preparation to completely remove old non-GRPC repository API in kopia v0.17.0.
  • allow disabling writes on index index loads (#3645) by Julio López

Change Log

Command-Line Interface

  • New Feature 1B: PPROF extensions: load profile config (#3668) by Aaron Alpar
  • New Feature 1a: PPROF extensions: PEM dump (#3665) by Aaron Alpar
  • New Feature handle SIGTERM (#3562) by Julio Lopez
  • New Feature A: Add ability to dump pprof data to logs ... (#3454) by Aaron Alpar
  • Output error msg returned by API server payload when possible (#3724) by Nick
  • minor cleanups in server start (#3637) by Julio López
  • server shutdown (#3608) by Julio López
  • miscellaneous code simplifications (#3607) by Julio López
  • Ensure scrubber checks all fields recursively for sensitive tags (#3589) by Nick
  • print errors during processing in red (#3514) by André Schröder
  • Don't return error when parameters unchanged (#3411) by Mike McKay-Dirden

Graphical User Interface

  • New Feature Add the ability to change font-sizes (#3515) by Christoph Anderson

KopiaUI App

  • Add timeout in pollOnce https.request equal to poll interval (#3055) by Till Riedel

General Improvements

  • rename var to hasEpochManager for clarity (#3744) by Julio López
  • add epoch.Manager.MaybeGenerateRangeCheckpoint (#3727) by Julio López
  • add epoch.Manager.CleanupMarkers (#3726) by Julio López
  • add epoch.Manager.MaybeCompactSingleEpoch (#3728) by Julio López
  • closedIntRange (#3735) by Julio López
  • add clarification comment (#3723) by Julio López
  • add epoch.getKeyRange helper (#3721) by Julio López
  • add epoch.Manager.MaybeAdvanceEpoch helper (#3709) by Julio López
  • Increase timeout to check for generated TLS cert (#3696) by chaitalisg
  • fix TestIndexEpochManager_CompactionAlwaysFails (#3677) by Julio López
  • remove unused context.Context field (#3664) by Julio López
  • allow disabling writes on index index loads (#3645) by Julio López
  • move index cleanup out to refreshAttempt (#3603) by Julio López
  • add TestSortAndDedupeTimesOfDay (#3535) by Julio Lopez
  • Delete duplicates in time of day array within policies (#3484) by Christoph Anderson
  • use require.Eventually to ensure test stops (#3530) by Julio Lopez
  • fix race in TestIndexEpochManager_NoCompactionInReadOnly (#3517) by Julio Lopez
  • minor cleanups related to index managers (#3518) by Julio Lopez
  • minor cleanups (#3495) by Julio Lopez
  • cleanup nits (#3481) by Julio Lopez
  • correct spelling by Aaron Alpar

Repository

  • New Feature Add Azure PIT support (#3407) by Mike McKay-Dirden
  • New Feature Add support for Azure DeleteBlob operations where immutability protection is on (#3394) by Mike McKay-Dirden
  • added metrics timeseries computation (#3678) by Jarek Kowalski
  • added context to potentially blocking repository methods (#3654) by Jarek Kowalski
  • refactor internal/repolog package to support writing metrics in the future (#3610) by Jarek Kowalski

Server

  • Return internal server errors for Content Get errors (#3713) by Nick
  • do not make blocking calls inside server status API (#3666) by Jarek Kowalski

Snapshots

  • Experimental New Feature Implement volume shadow copy support on Windows (#3543) by Maxim Khitrov
  • Fixup for #3624. Shadow copy seems to extend time for snapshots. (#3625) by Aaron Alpar

Storage Providers

  • change versioning check for Azure storage (#3520) by Mike McKay-Dirden
  • New Feature support for Azure immutability protection (#3412) by Mike McKay-Dirden
  • New Feature Add ExtendBlobRetention support for Azure (#3405) by Mike McKay-Dirden
  • add variables for Azure immutability testing (#3471) by Julio Lopez
  • fix documentation for S3 permissions (#3451) by Julio Lopez

CI/CD

  • upgrade linter to 1.56.2 (#3714) by Jarek Kowalski
  • install apple notarization key before build (#3715) by Jarek Kowalski
  • fix shadow-copy test (#3629) by Aaron Alpar
  • fixed HTMLUI E2E test by switching to macOS runner (#3613) by Jarek Kowalski
  • upgrade gotestsum to 1.11.0 (#3534) by Julio Lopez
  • upgrade workflows to work with actions/{upload,download}-artifact@v4 (#3532) by Julio Lopez