Skip to content

v2025.8.5

Latest
Compare
Choose a tag to compare
@potatoqualitee potatoqualitee released this 06 Aug 00:11

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