Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-18 | 3.2 kB | |
v2.7.0 source code.tar.gz | 2025-08-18 | 2.9 MB | |
v2.7.0 source code.zip | 2025-08-18 | 4.4 MB | |
Totals: 3 Items | 7.4 MB | 0 |
Named 2.7.0 due to breaking changes in DAC and XESmartTarget
The Windows/Linux/Mac SqlPackages have been removed. The size of dbatools.library grew too large (like 700mb!) because previously, I used to spend ours figuring out dependencies and this delayed library releases. Now I just include everything which is what packages usually do anyway, including SqlServer.
Export-DbaPackage relies on sqlpackage and that used to be included but it added like 500MB to the library, so now you have to install it with Install-DbaSqlPackage
when you need it. Works on Windows, Mac and Linux.
I also had to remove XESmartTarget commands because the the packaging changed and I didn't have time to address it. If anyone is interested in making dbatools.xesmarttarget, we're happy to host it on the dataplat org.
What's Changed
- Refactor Get-TestConfig for safety and better readability by @andreasjordan in https://github.com/dataplat/dbatools/pull/9751
- Ignore docs and config changes in CI workflows by @potatoqualitee in https://github.com/dataplat/dbatools/pull/9752
- More tests in the new pester 5 design by @andreasjordan in https://github.com/dataplat/dbatools/pull/9753
- Restructure AI Automation & Pester v5 Test Migration Config by @potatoqualitee in https://github.com/dataplat/dbatools/pull/9754
- Availability is misspelled by @jeffw66 in https://github.com/dataplat/dbatools/pull/9757
- Test which tests still fail by @andreasjordan in https://github.com/dataplat/dbatools/pull/9765
- Fixes for a lot of tests that outputed unwanted warnings by @andreasjordan in https://github.com/dataplat/dbatools/pull/9764
- Refactor and enhance Pester tests batch by @potatoqualitee in https://github.com/dataplat/dbatools/pull/9762
- Cleanup AppVeyor configuration scripts by @andreasjordan in https://github.com/dataplat/dbatools/pull/9766
- Refactor and enhance Pester tests batch by @potatoqualitee in https://github.com/dataplat/dbatools/pull/9760
- August 2025 SQL Server GDR releases by @rwestMSFT in https://github.com/dataplat/dbatools/pull/9774
- Standardization of BeforeAll/AfterAll in tests by @potatoqualitee in https://github.com/dataplat/dbatools/pull/9781
- Move SqlPackage & XESmartTarget from bundled to installer-based dependencies by @potatoqualitee in https://github.com/dataplat/dbatools/pull/9776
- Fix tests that needed extra care after migration to pester 5 by @andreasjordan in https://github.com/dataplat/dbatools/pull/9780
- Remove XESmartTarget Commands and Fix DAC by @potatoqualitee in https://github.com/dataplat/dbatools/pull/9783
- Formatting tests by @andreasjordan in https://github.com/dataplat/dbatools/pull/9784
- Remove redundant global variable by @potatoqualitee in https://github.com/dataplat/dbatools/pull/9785
- More fixes for pester 5 tests focusing on parameter tests by @andreasjordan in https://github.com/dataplat/dbatools/pull/9787
- Save-DbaDiagnosticQueryScript - fix downloader and update files by @potatoqualitee in https://github.com/dataplat/dbatools/pull/9788
New Contributors
- @jeffw66 made their first contribution in https://github.com/dataplat/dbatools/pull/9757
Full Changelog: https://github.com/dataplat/dbatools/compare/v2.5.5...v2.7.0