Releases: dataplat/dbatools.library
Preview Release v2025.8.6-preview-v202585-20250806002202
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
Preview Release v2025.8.6-preview-main-20250806000141
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
v2025.8.5
🔥 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 hardcodedSystem.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 newadvanced-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
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
Preview Release v2025.8.4-preview-main-20250804155937
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
2025.8.1
What's Changed
- Fix import failure on some PowerShell Core installs by adjusting
System.Management.Automation
references and target frameworks by @potatoqualitee in #23 - Add back SSIS DLLs by @potatoqualitee in #22
- Add Qdrant Support and Advanced Integration Tests to CI/CD by @potatoqualitee in #19
- Add advanced tests by @potatoqualitee in #21
Full Changelog: 2025.7.19...2025.8.1
Preview Release v2025.8.1-preview-main-20250801104017
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
Preview Release v2025.8.1-preview-202581-20250801105315
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
Preview Release v2025.8.1-preview-puh-20250801101123
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
Preview Release v2025.7.29-preview-puh-20250729123256
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