Skip to content

Releases: dataplat/dbatools.library

Preview Release v2025.8.6-preview-v202585-20250806002202

06 Aug 00:22
Compare
Choose a tag to compare

This is an automated preview release.

Trigger Reason: Version contains preview
Module Version: 2025.8.6-preview-v202585-20250806002202
Branch: v202585
Commit: 7c08c56
Build Date: 2025-08-06T01:51:30+02:00

Installation

# Download and extract the zip file
Invoke-WebRequest -Uri "https://github.com/dataplat/dbatools.library/releases/download/v2025.8.6-preview-v202585-20250806002202/dbatools.library.zip" -OutFile dbatools.library.zip
Expand-Archive -Path dbatools.library.zip -DestinationPath . -Force

# Import the module
Import-Module ./dbatools.library.psd1

⚠️ Note: This is a preview release and should not be used in production.

Preview Release v2025.8.6-preview-main-20250806000141

06 Aug 00:01
Compare
Choose a tag to compare

This is an automated preview release.

Trigger Reason: Version contains preview
Module Version: 2025.8.6-preview-main-20250806000141
Branch: main
Commit: 7c08c56
Build Date: 2025-08-06T01:51:30+02:00

Installation

# Download and extract the zip file
Invoke-WebRequest -Uri "https://github.com/dataplat/dbatools.library/releases/download/v2025.8.6-preview-main-20250806000141/dbatools.library.zip" -OutFile dbatools.library.zip
Expand-Archive -Path dbatools.library.zip -DestinationPath . -Force

# Import the module
Import-Module ./dbatools.library.psd1

⚠️ Note: This is a preview release and should not be used in production.

v2025.8.5

06 Aug 00:11
Compare
Choose a tag to compare

🔥 dbatools.library – Recent Enhancements (PRs #18#23)

🛠 Fixes & Compatibility

[#23 – Fix import failure on some PowerShell Core installs](#23)

  • Resolved Import-Module failures on PowerShell Core <7.4.6 caused by a hardcoded System.Management.Automation version.
  • Replaced static reference with framework-specific logic and added Microsoft.PowerShell.SDK as a private asset.
  • Bumped module version to 2025.8.1.
  • Thanks to @saxet77, @onutu, and @d3m1sc0 for their logs and testing.

🧪 CI/CD Improvements & New Integrations

[#19 – Add Qdrant Support and Advanced Integration Tests](#19)

  • Added Qdrant vector DB support in dev containers (.devcontainer.json, docker-compose.yml).
  • Updated CI pipeline (build-release.yml) with new advanced-test job to run complex integration tests via Pester.
  • Helps validate dbatools against real-world DB and vector search setups.

Preview Release v2025.8.4-preview-main-20250804185431

04 Aug 18:54
Compare
Choose a tag to compare

This is an automated preview release.

Trigger Reason: Version contains preview
Module Version: 2025.8.4-preview-main-20250804185431
Branch: main
Commit: 03e3e71
Build Date: 2025-08-04T20:43:22+02:00

Installation

# Download and extract the zip file
Invoke-WebRequest -Uri "https://github.com/dataplat/dbatools.library/releases/download/v2025.8.4-preview-main-20250804185431/dbatools.library.zip" -OutFile dbatools.library.zip
Expand-Archive -Path dbatools.library.zip -DestinationPath . -Force

# Import the module
Import-Module ./dbatools.library.psd1

⚠️ Note: This is a preview release and should not be used in production.

Preview Release v2025.8.4-preview-main-20250804155937

04 Aug 15:59
Compare
Choose a tag to compare

This is an automated preview release.

Trigger Reason: Version contains preview
Module Version: 2025.8.4-preview-main-20250804155937
Branch: main
Commit: fe80dec
Build Date: 2025-08-04T17:49:04+02:00

Installation

# Download and extract the zip file
Invoke-WebRequest -Uri "https://github.com/dataplat/dbatools.library/releases/download/v2025.8.4-preview-main-20250804155937/dbatools.library.zip" -OutFile dbatools.library.zip
Expand-Archive -Path dbatools.library.zip -DestinationPath . -Force

# Import the module
Import-Module ./dbatools.library.psd1

⚠️ Note: This is a preview release and should not be used in production.

2025.8.1

01 Aug 10:43
ceac279
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2025.7.19...2025.8.1

Preview Release v2025.8.1-preview-main-20250801104017

01 Aug 10:40
ceac279
Compare
Choose a tag to compare

This is an automated preview release.

Trigger Reason: Version contains preview
Module Version: 2025.8.1-preview-main-20250801104017
Branch: main
Commit: ceac279
Build Date: 2025-08-01T12:30:07+02:00

Installation

# Download and extract the zip file
Invoke-WebRequest -Uri "https://github.com/dataplat/dbatools.library/releases/download/v2025.8.1-preview-main-20250801104017/dbatools.library.zip" -OutFile dbatools.library.zip
Expand-Archive -Path dbatools.library.zip -DestinationPath . -Force

# Import the module
Import-Module ./dbatools.library.psd1

⚠️ Note: This is a preview release and should not be used in production.

Preview Release v2025.8.1-preview-202581-20250801105315

01 Aug 10:53
ceac279
Compare
Choose a tag to compare

This is an automated preview release.

Trigger Reason: Version contains preview
Module Version: 2025.8.1-preview-202581-20250801105315
Branch: 202581
Commit: ceac279
Build Date: 2025-08-01T12:30:07+02:00

Installation

# Download and extract the zip file
Invoke-WebRequest -Uri "https://github.com/dataplat/dbatools.library/releases/download/v2025.8.1-preview-202581-20250801105315/dbatools.library.zip" -OutFile dbatools.library.zip
Expand-Archive -Path dbatools.library.zip -DestinationPath . -Force

# Import the module
Import-Module ./dbatools.library.psd1

⚠️ Note: This is a preview release and should not be used in production.

Preview Release v2025.8.1-preview-puh-20250801101123

01 Aug 10:11
259af26
Compare
Choose a tag to compare

This is an automated preview release.

Trigger Reason: Version contains preview
Module Version: 2025.8.1-preview-puh-20250801101123
Branch: puh
Commit: 3ad199d
Build Date: 2025-08-01T12:00:30+02:00

Installation

# Download and extract the zip file
Invoke-WebRequest -Uri "https://github.com/dataplat/dbatools.library/releases/download/v2025.8.1-preview-puh-20250801101123/dbatools.library.zip" -OutFile dbatools.library.zip
Expand-Archive -Path dbatools.library.zip -DestinationPath . -Force

# Import the module
Import-Module ./dbatools.library.psd1

⚠️ Note: This is a preview release and should not be used in production.

Preview Release v2025.7.29-preview-puh-20250729123256

29 Jul 12:32
259af26
Compare
Choose a tag to compare

This is an automated preview release.

Trigger Reason: Version contains preview
Module Version: 2025.7.29-preview-puh-20250729123256
Branch: puh
Commit: 7610293
Build Date: 2025-07-29T14:23:38+02:00

Installation

# Download and extract the zip file
Invoke-WebRequest -Uri "https://github.com/dataplat/dbatools.library/releases/download/v2025.7.29-preview-puh-20250729123256/dbatools.library.zip" -OutFile dbatools.library.zip
Expand-Archive -Path dbatools.library.zip -DestinationPath . -Force

# Import the module
Import-Module ./dbatools.library.psd1

⚠️ Note: This is a preview release and should not be used in production.