Skip to content

Releases: reg-viz/reg-suit

v0.14.4

02 May 19:06
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update dependency undici to v6 by @renovate in #679
  • fix(deps): update dependency uuid to v9 by @renovate in #680
  • Upgrade reg cli 0.18.5 by @bokuweb in #693
  • fix(deps): update dependency @google-cloud/storage to v7 by @renovate in #670
  • fix: pass expectedKey after syncExpected by @mugi-uno in #618
  • fix(deps): update dependency @google-cloud/storage to v7.10.2 by @renovate in #694
  • chore(deps): bump undici from 6.7.0 to 6.11.1 by @dependabot in #688
  • fix(deps): update dependency @aws-sdk/client-s3 to v3.567.0 by @renovate in #682

New Contributors

Full Changelog: v0.14.3...v0.14.4

v0.14.3

05 Mar 02:07
Compare
Choose a tag to compare

What's Changed

  • fix(s3-plugin): Use ContinuationToken to get all objects recursively by @fukumasuya in #678
  • upgrade some dependencies

New Contributors

Full Changelog: v0.14.2...v0.14.3

v0.14.2

01 Mar 11:35
Compare
Choose a tag to compare

Bug fixes

  • fix(reg-notify-github-with-api-plugin): fix short description style by @shimapon in #637

Misc changes

  • fix(deps): update dependency undici to v5.28.3 [security] by @renovate in #620

New Contributors

Full Changelog: v0.14.1...v0.14.2

v0.14.1

01 Mar 08:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

26 Feb 03:38
Compare
Choose a tag to compare

New features

  • (reg-suit-core) feat: add concurrency option for comparison by @dora1998 in #631

Misc

  • (reg-publish-s3-plugin) docs: Modify the reg-publish-s3-plugin README to use s3:ListBucket instead of s3:ListObject by @murajun1978 in #632

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

19 Jan 18:37
Compare
Choose a tag to compare

Misc

  • (reg-publish-s3-plugin): Use @aws-sdk/client-s3 instead of aws-sdk (#622, #627). Thanks for @Danno040
  • (reg-publish-s3-plugin): Remove prepare option to create bucket (#629)

Notable changes

From this version, reg-pulish-s3-plugin uses @aws-sdk/client-s3, which includes some breaking changes and These changes may affect you, especially if you specify sdkOptions in your reg.config.json.

v0.12.2

04 Jul 05:12
Compare
Choose a tag to compare

Misc

  • Remove cpx from dependencies (#605)
  • Replace deprecated request-promise with undici (#601)
  • Update some other dependencies

v0.12.1

08 Jun 13:14
Compare
Choose a tag to compare

Others

Because the release of v0.12.0 failed, we republished as a new version.

v0.12.0

08 Jun 13:01
e9800ac
Compare
Choose a tag to compare

New features

  • (reg-notify-github-plugin): support short description #575

v0.11.0

27 Oct 17:01
Compare
Choose a tag to compare

New features

  • Adds an ability to pass SSE kms key to s3 publisher plugin
  • Allow default exported plugin factories

Bug fix

  • reg-notify-github-with-api-plugin does not work with default githubUrl setting