Skip to content

Latest commit

 

History

History
113 lines (58 loc) · 4.3 KB

File metadata and controls

113 lines (58 loc) · 4.3 KB

Changelog

4.0.1 (2026-07-19)

Bug Fixes

  • fetch cumulative update pages with native fetch to avoid 403s (25dfb56)

4.0.0 (2026-05-05)

⚠ BREAKING CHANGES

  • The action is now an ESM module and targets Node 24. Consumers pinning the action via commit SHA will need to re-pin; consumers using @v3 or later will continue to work unchanged. Local development now requires Node 24+ (previously Node 20+).

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

Features

  • rewrite as an ESM module (ae013a7)

3.1.1 (2026-04-14)

Bug Fixes

  • add login timeout to sqlcmd in waitForDatabase (b18a49f)

3.1.0 (2026-04-14)

Features

  • add SQL Server 2025 support (d857b36)

3.0.0 (2025-09-30)

⚠ BREAKING CHANGES

  • Upgrade the action runtime to node24.

Features

  • update action to use node24 (118c752)

Bug Fixes

  • use node: prefixed imports (28f08b4)

2.2.0 (2024-12-04)

Features

  • use github core platform helper instead of node:os (c760fe0)

2.1.1 (2024-09-16)

Bug Fixes

  • improve logging around failed cumulative updates (4657282)

2.1.0 (2024-08-09)

Features

  • add cumulative update installation for supported versions (b2c3216)

2.0.0 (2024-06-18)

⚠ BREAKING CHANGES

  • The runtime is now upgraded to Node20 from Node16
  • upgrade runtime to node20

Features

  • upgrade node runtime to Node20 (1b7e069)
  • upgrade runtime to node20 (5f58c26)

1.3.0 (2023-09-12)

Features

1.2.0 (2023-09-12)

Features

  • output details files if install fails (f27f339)

1.1.0 (2023-09-04)

Features

  • add SQL Native Client 11.0 installer (dd970c4)

1.0.1 (2023-09-04)

Bug Fixes

  • dont look for summary files if install not attempted (382ee7d)
  • make sure default version of sqlserver-version is used (750f270)

1.0.0 (2023-09-03)

Features

  • initial release