Skip to content

Releases: stschulte/aws-sdk-client-mock-vitest

Release v7.0.1

06 Nov 18:30

Choose a tag to compare

Changed

  • small internal changes and updated dependencies

Release v7.0.0

01 Nov 11:33

Choose a tag to compare

Changed

  • Support @vitest/expect version 4. You should upgrade to this version when
    using vitest 4. Otherwise you should keep at aws-sdk-client-mock-vitest
    version 6.2.1. This version also drops support for Node 18, since vitest 4
    does not support it anymore

Release v6.2.1

01 Oct 20:32

Choose a tag to compare

Changed

  • Better documentation of TypeScript module augmentation (no code change)

Release v6.2.0

04 Aug 08:59

Choose a tag to compare

Added

  • New import aws-sdk-client-mock-vitest/extend allows to easily extend
    vitest expect

Changed

  • Dropped unnecessary tslib dependency
  • Updated @vitest/expect from ^3.0.5 to ^3.1.2

Release v6.1.1

04 Feb 22:13

Choose a tag to compare

Changed

  • change @vitest/expect dependency to >=3.0.5 in order to prevent users against
    CVE-2025-24964

Release v6.1.0

28 Jan 20:00

Choose a tag to compare

Added

  • New exports allCustomMatcher and allCustomMatcherWithAliases allows to extend
    with all matchers through a single import and expect.extend call.

Release v6.0.0

17 Jan 15:50

Choose a tag to compare

Added

  • matcher toHaveReceivedCommandExactlyOnceWith can be used to verify there are
    no additional calls

Changed

  • Update dependencies. This bumps @vitest/expect dependency to ^3.0.1

Release v5.1.0

11 Jan 00:16

Choose a tag to compare

Changed

  • @smithy/types is now a peer dependency. This should allow usage
    with a broader range of aws-sdk-client-mock versions without feer to install
    conflicting versions.

Release v5.0.0

15 Dec 11:50

Choose a tag to compare

Added

  • Add new matcher toHaveReceivedAnyCommand

Changed

  • aws-sdk-client-mock is now a peer dependency. This should allow usage with a broader range of aws-sdk-client-mock versions without feer to install conflicting versions

Release v4.0.1

16 Oct 14:18

Choose a tag to compare

Changed

  • Build package under Node 22 environment
  • Bump @vitest/expect dependency from ^2.0.1 to ^2.1.3