Releases: dataplat/dbatools
Releases · dataplat/dbatools
v2.7.25
What's Changed
- Copy-DbaCredential: Enhance handling of dedicated admin connections by @andreasjordan in #10154
- Copy-DbaDbMail: Enhance handling of dedicated admin connections by @andreasjordan in #10155
- Copy-DbaLinkedServer: Enhance handling of dedicated admin connections by @andreasjordan in #10156
- Added SQL Server 2025 CU2 to dbatools-buildref-index.json by @andreasjordan in #10168
- Updated LastUpdated of dbatools-buildref-index.json as followup to adding SQL Server 2025 CU2 by @andreasjordan in #10169
- Get-DbaDbTable: Optimize usage of ClearAndInitialize by @andreasjordan in #10157
- Export-DbaCredential: Enhance handling of dedicated admin connections by @andreasjordan in #10158
- Export-DbaLinkedServer: Enhance handling of dedicated admin connections by @andreasjordan in #10159
- Invoke-DbaDbDecryptObject: Enhance handling of dedicated admin connections by @andreasjordan in #10160
- [Start|Stop]-DbaDbEncryption: Fix usage of Disconnect-DbaInstance by @andreasjordan in #10161
- Sync-DbaAvailabilityGroup: Enhance handling of dedicated admin connections by @andreasjordan in #10163
- Get-DbaNetworkConfiguration: Fix bug and really add SuitableCertificate property to output by @andreasjordan in #10165
- New-DbaComputerCertificate: Update security defaults to industry standards by @andreasjordan in #10167
- Correct help text to correctly reflect Duration units by @alevyinroc in #10171
- Export-DbaInstance: Enhance handling of dedicated admin connections by @andreasjordan in #10173
- Add-DbaComputerCertificate - handle multiple flags for NonExportable keys by @rmroczk in #10176
- Part 2 of refactoring of Get-DecryptedObject by @andreasjordan in #10174
- Install-DbaMaintenanceSolution: make off switches work and increase test coverage by @ReeceGoding in #10172
- Start-DbaMigration: Enhance handling of dedicated admin connections by @andreasjordan in #10162
New Contributors
Full Changelog: v2.7.24...v2.7.25
v2.7.24
What's Changed
- Enhance tests by @andreasjordan in #10131
- Refactor test configuration to standardize instance naming and improve clarity in documentation by @andreasjordan in #10142
- S3 restores - Improve handling, docs and tests by @ClaudioESSilva in #10137
- Get-DbaNetworkConfiguration: Add SuitableCertificate property to output by @andreasjordan in #10143
- Use Invoke-DbaQuery instead of ExecuteNonQuery for long batches to avoid issues on AppVeyor by @andreasjordan in #10149
- Made docs for Invoke-ManualPester match the ValidateSet on Show. by @ReeceGoding in #10147
- Install-DbaMaintenanceSolution.Tests: make the additional backup parameters tests run by @ReeceGoding in #10145
- Part 1 of refactoring of Get-DecryptedObject by @andreasjordan in #10150
- Get-DbaDbTable: Fix performance regression with URN filter and config option by @PeterSawatzki-MGGM in #10140
New Contributors
- @PeterSawatzki-MGGM made their first contribution in #10140
Full Changelog: V2.7.23...v2.7.24
v2.7.23
What's Changed
- Improve install-dbatools-library.ps1: Only log real warnings in loglevel warning by @andreasjordan in #10110
- Fix test for Get-InstalledPatch: Test for warnings but skip on AppVeyor by @andreasjordan in #10108
- Fix DAC connection issues in linked server operations by @potatoqualitee in #10106
- Update Copy-DbaInstanceAudit.ps1 - bug 10113 by @Ant-Green in #10116
- new CUs have been released. unfortunately, they "replace" previous CU by @niphlod in #10124
- Remove-DbaDbLogShipping - Fix handling of incomplete log shipping configurations by @potatoqualitee in #10123
- Copy-DbaCredential: Add ExcludePassword by @andreasjordan in #10115
- Copy-DbaDbMail: App parameter ExcludePassword by @andreasjordan in #10117
- Export-DbaCredential: Open DAC unless ExcludePassword used by @andreasjordan in #10112
- Support native backup/restore from/to s3 by @ClaudioESSilva in #10126
- bump date for buildreference by @niphlod in #10128
- Use new AppVeyor image to test against SQL Server 2022 by @andreasjordan in #10101
Full Changelog: v2.7.22...v2.7.23
v2.7.22
What's Changed
- Fix arithmetic overflow in Get-DbaDatabase for very large databases by @potatoqualitee in #10105
- Update dbatools-buildref-index.json for retired CUs by @andreasjordan in #10109
- Get-DbaInstalledPatch: Add Hotfixes that are named GDR by @andreasjordan in #10107
Full Changelog: v2.7.21...v2.7.22
v2.7.21
What's Changed
- Test-DbaKerberos - Fix Server-DC time sync for non-admin users by @potatoqualitee in #10075
- Refactor test scenarios by @andreasjordan in #10070
- Fix tests so that they work against a Failover Cluster Instance by @andreasjordan in #10079
- Update Pester version to 5.7.1 by @andreasjordan in #10084
- Get-DbaService: Add property SqlInstance when using parameter AdvancedProperties to support Failover Cluster Instances by @andreasjordan in #10082
- Some small improvements by @andreasjordan in #10081
- Next round of using new test scenarios by @andreasjordan in #10087
- Fix test for Import-DbaPfDataCollectorSetTemplate to support FCI by @andreasjordan in #10093
- Install-DbaSqlPackage: Refactor command to fix issues while testing existing installation by @andreasjordan in #10092
- Invoke-TlsWebRequest: Make Invoke-WebRequest faster by @andreasjordan in #10091
- Test-DbaDiskAllocation: Refactor command by @andreasjordan in #10086
- Start-DbaDbEncryption: Fix issues with parallel processing by @andreasjordan in #10083
- Move more tests to new scenarios by @andreasjordan in #10090
- Improve tests to be more flexible by @andreasjordan in #10096
- Security updates for SQL 2022 - January 13, 2026 by @MikeyBronowski in #10098
- SQL Server 2022 CU23 + SQL Server 2025 CU1 + Security Update by @MikeyBronowski in #10099
- Test Improvements: Move last tests to new scenarios by @andreasjordan in #10100
Full Changelog: v2.7.20...v2.7.21
v2.7.20
What's Changed
- Add detailed .OUTPUTS documentation by @potatoqualitee in #10072
- New-DbaDacPackage - Fix DacMessageType namespace in validation check by @potatoqualitee in #10076
Full Changelog: v2.7.19...v2.7.20
v2.7.19
What's Changed
- Test-DbaKerberos - Update documentation and examples, release from pipeline earlier by @potatoqualitee in #10071
Full Changelog: v2.7.18...v2.7.19
v2.7.18
Updated to the new library which added some CSV features https://github.com/dataplat/dbatools.library/releases/tag/v2025.12.28
v2.7.16
Had to bump the dbatools library
v2.7.15
What's Changed
- Sync-DbaLoginPermission / Update-SqlPermission: Fix bug when enabling or disabling login by @andreasjordan in #10061
- Some more test fixes to support remote instances by @andreasjordan in #10060
- Import-DbaCsv - Preserve user-provided SQL connections by @potatoqualitee in #10063
- Start-DbaMigration - Add -SetSourceOffline to set databases offline during migration by @potatoqualitee in #10013
Full Changelog: v2.7.14...v2.7.15