Skip to content

v0.13.0

Compare
Choose a tag to compare
@kopia-builder kopia-builder released this 01 May 15:02
· 412 commits to master since this release
7f69502

BREAKING CHANGES:

  1. KopiaUI no longer supports Windows 7 or 8 due to upstream breaking change - see #2923
  2. Remove default behavior for CLI command (#2861) by Julio Lopez
  3. Package signing key has been regenerated after the previous one has expired. Users need to re-import the key.

Background

Previously several commands had some hidden shortcuts/default subcommands:

  • kopia snapshot create had a shortcut of kopia snapshot
  • kopia index list had a shortcut of kopia index
  • kopia cache info had a shortcut of kopia cache
  • kopia manifest list had a shortcut of kopia manifest
  • kopia maintenance run had a shortcut of kopia maintenance
  • kopia repository upgrade begin had a shortcut of kopia repository upgrade

Despite being sometimes convenient to type, the hidden shortcuts were hard to discover and had some unusual behaviors, so we've decided to remove them all and not rely on such defaults in the future.

General Improvements

  • added tests for parallelwork (#2942) by Denis Voytyuk
  • added unit tests for diff (#2931) by Denis Voytyuk
  • added tests for iocopy (#2932) by Denis Voytyuk
  • added tests for tlsutil (#2933) by Denis Voytyuk
  • fixed remaining checklocks violations (#2939) by Jarek Kowalski
  • added unit tests for freepool (#2930) by Denis Voytyuk

Repository

  • New Feature Reduce memory usage when parsing manifests (#2956) by ashmrtn

Dependencies

  • bump github.com/aws/aws-sdk-go from 1.44.252 to 1.44.253 (#2981) by dependabot[bot]
  • bump github.com/aws/aws-sdk-go from 1.44.251 to 1.44.252 (#2979) by dependabot[bot]
  • bump github.com/aws/aws-sdk-go from 1.44.250 to 1.44.251 (#2977) by dependabot[bot]
  • bump google.golang.org/api from 0.119.0 to 0.120.0 (#2975) by dependabot[bot]
  • bump github.com/aws/aws-sdk-go from 1.44.249 to 1.44.250 (#2972) by dependabot[bot]
  • bump github.com/hanwen/go-fuse/v2 from 2.2.0 to 2.3.0 (#2966) by dependabot[bot]
  • bump github.com/aws/aws-sdk-go from 1.44.247 to 1.44.249 (#2965) by dependabot[bot]
  • bump github.com/aws/aws-sdk-go from 1.44.246 to 1.44.247 (#2960) by dependabot[bot]
  • bump github.com/aws/aws-sdk-go from 1.44.245 to 1.44.246 (#2958) by dependabot[bot]
  • bump google.golang.org/api from 0.118.0 to 0.119.0 (#2957) by dependabot[bot]
  • bump github.com/klauspost/compress from 1.16.4 to 1.16.5 (#2955) by dependabot[bot]
  • bump github.com/aws/aws-sdk-go from 1.44.244 to 1.44.245 (#2954) by dependabot[bot]

Development Dependencies

  • bump electron from 24.1.1 to 24.1.2 in /app (#2969) by dependabot[bot]
  • bump playwright from 1.32.1 to 1.32.3 in /app (#2970) by dependabot[bot]
  • bump @playwright/test from 1.26.1 to 1.32.3 in /app (#2973) by dependabot[bot]
  • bump playwright-core from 1.32.1 to 1.32.3 in /app (#2971) by dependabot[bot]

CI/CD

  • test commit (#2987) by Jarek Kowalski