Skip to content

Releases: WYRE-AI/node-datto-saas-protection

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 25 Aug 20:17

2.0.2 (2026-08-25)

Bug Fixes

  • migrate to WYRE-AI org (npm scope, ghcr namespace, registry) (#52) (4e631b1)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 03:26

2.0.1 (2026-06-22)

Bug Fixes

  • tsconfig: restore include/exclude globs (#37) (5fb956b)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 15 May 01:53

2.0.0 (2026-05-15)

  • fix!: use HTTP Basic auth + /v1/saas base for SaaS Protection API (#2) (c052563)

BREAKING CHANGES

  • DattoSaasProtectionConfig.apiKey removed. Callers must
    now pass both publicKey and secretKey.

Known follow-up: per-customer resource paths in src/resources/*.ts were
written against the same speculative spec and may need correction once
a live partner key is available for verification (CHANGELOG flags this).

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 02 May 13:37

1.0.1 (2026-05-02)

Bug Fixes

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 01 May 19:36

1.0.0 (2026-05-01)

Features

  • initial SDK scaffold for Datto SaaS Protection REST API (dfaec84)