π₯ 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.