Releases: dataplat/dbatools
Releases · dataplat/dbatools
v2.1.27
What's Changed
- Fix test for Backup-DbaDatabase by @andreasjordan in #9507
- Fix test for Measure-DbaBackupThroughput by @andreasjordan in #9508
- Fix test for New-DbaCredential by @andreasjordan in #9509
- Fix test for Remove-DbaDbTableData by @andreasjordan in #9511
- Get-DbaDbMailServer: Fix e-mail account names if more than one account exists by @potatoqualitee in #9506
- Fix test for Remove-DbaDbSynonym by @andreasjordan in #9510
- New-DbaAgentJob: Fix wrong output when using -Force to remove existing job by @andreasjordan in #9512
- Fix test for Enable-DbaHideInstance by @andreasjordan in #9517
- Fix test for Copy-DbaLinkedServer by @andreasjordan in #9516
- Fixed test for Copy-DbaEndpoint by @andreasjordan in #9515
- Fix test for Set-DbaNetworkConfiguration by @andreasjordan in #9514
- Fix test for Start-DbaXESession by @andreasjordan in #9513
- Tests/pester5runner by @niphlod in #9521
- Enabling more tests on AppVeyor by @andreasjordan in #9523
- Fix test for Get-DbaEstimatedCompletionTime by @andreasjordan in #9522
- Tests - use new Test-Config instead of constants.ps1 by @potatoqualitee in #9524
- first pester5 test (do Invoke-DbaQuery) by @niphlod in #9525
- DevContainer update to support
aider
by @potatoqualitee in #9527 - pester runner, detection based on standard Requires directive by @niphlod in #9528
- Pester migration - First Batch by @potatoqualitee in #9529
- Pester migration - Second batch by @potatoqualitee in #9530
- Pester migration - Third batch by @potatoqualitee in #9531
- Pester v5 runner fixes by @potatoqualitee in #9533
- Update dbatools-buildref-index.json SQL2019 CU29 by @MikeyBronowski in #9538
- Import-DbaCsv, work with numeric, too by @niphlod in #9534
Full Changelog: v2.1.26...v2.1.27
v2.1.26
What's Changed
- Security updates for SQL 2022, 2019, 2017, 2016 by @MikeyBronowski in #9493
- Copy-DbaResourceGovernor: Fix copy of classifier function by @andreasjordan in #9492
- Fix typos in DbaDbDbcc commands by @MikeyBronowski in #9494
- Fix test for Get-DbaDump by @andreasjordan in #9499
- Refactor AgHadr tests by @andreasjordan in #9498
- Fix tests for Availability Groups by @andreasjordan in #9500
- Enable test for Invoke-DbaDbMirroring by @andreasjordan in #9503
- Refactor tests to use variable server instead of instance for SMO server objects (part 1) by @andreasjordan in #9501
- Mount-DbaDatabase: Deduplicate filepaths if more that one backup is in the last backup file by @andreasjordan in #9504
- Connect-DbaInstance: Fix for issue when changing database context by @andreasjordan in #9505
Full Changelog: v2.1.25...v2.1.26
v2.1.25
What's Changed
- Update dbatools-buildref-index.json SQL2022 CU15 by @MikeyBronowski in #9476
- Update tests to be able to run them outside of AppVeyor (part 3) by @andreasjordan in #9426
- Test-DBALsnChain - Fix missing log backup (#7515) by @AdamJKoehler in #9467
- Get-DbaHelpIndex - Bad joins based on Index Name instead of Index ID when Indexes in same DB named the same #9447 by @jianjunpei in #9473
- Test-DbaDbCompression, returns ? for empty tables (do Compression) by @niphlod in #9474
- Get-DbaDbView, add Schema parameter (do DbView) by @niphlod in #9475
- Import-DbaCsv, map correct types for BulkCopy by @niphlod in #9479
New Contributors
- @AdamJKoehler made their first contribution in #9467
- @jianjunpei made their first contribution in #9473
Full Changelog: v2.1.24...v2.1.25
v2.1.24
What's Changed
- Export-DbaUser - Fix Passthru duplicates by @potatoqualitee in #9463
- Security updates for SQL 2022, 2019, 2017, 2016 by @MikeyBronowski in #9466
Full Changelog: v2.1.23...v2.1.24
v2.1.23
What's Changed
- Update dbatools-buildref-index.json SQL 2019 CU28 by @MikeyBronowski in #9438
- Make Get-DbaPrivilege more efficient by @mrahman-DBA in #9436
- Reset-DbaAdmin: Fix parameter name by @andreasjordan in #9435
New Contributors
- @mrahman-DBA made their first contribution in #9436
Full Changelog: v2.1.22...v2.1.23
v2.1.22
Thanks for keeping us all updated, @MikeyBronowski !
What's Changed
- Update dbatools-buildref-index.json SQL2022 CU14 by @MikeyBronowski in #9431
Full Changelog: v2.1.21...v2.1.22
v2.1.21
What's Changed
- Get-DbaLatchStatistic: Fix division by zero by @andreasjordan in #9427
- Test-DbaDbRecoveryModel: Fix for instances with case sensitive collation by @michele-tahay-kohera in #9425
- Typos Update Get-DbaDbccHelp.ps1 by @MikeyBronowski in #9424
New Contributors
- @michele-tahay-kohera made their first contribution in #9425
Full Changelog: v2.1.20...v2.1.21
v2.1.20
What's Changed
- Security updates for SQL 2022, 2019, 2017, 2016 by @MikeyBronowski in #9422
- Get-DbaDbStoredProcedure: Moved Test-Bound -ParameterName ExcludeSystemSp outside of nested loop by @ReeceGoding in #9419
- Get-DbaDbUdf ExcludeSystemUdf correct logic by @pollusb in #9417
- Get-DbaPermission does not process DENY by @pollusb in #9416
- ExcludeSystemUser correct logic in Get-DbaDbUser by @pollusb in #9415
- Update tests to be able to run them outside of AppVeyor (part 2) by @andreasjordan in #9413
Full Changelog: v2.1.19...v2.1.20
v2.1.19
yet another @andreasjordan release 😅 thank you greatly!
What's Changed
- New-DbaDbUser: Refactoring and bugfixing by @andreasjordan in #9386
- Always use same description for EnableException by @andreasjordan in #9395
- Get-DbatoolsError: Use FullyQualifiedErrorId to filter $global:error by @andreasjordan in #9397
- Add MSA example by @ben-thul in #9400
- Tests: Use Force while importing module to export aliases by @andreasjordan in #9404
- Get-DbaDbDetachedFileInfo: Added new versions by @andreasjordan in #9407
- Fix .Query() and .Invoke() on server for special connections and enhance exception text by @andreasjordan in #9410
- Get- and Copy-DbaDbQueryStoreOption: Fix DBNull issue and add missing Notes property by @andreasjordan in #9409
- Update tests to be able to run them outside of AppVeyor by @andreasjordan in #9406
- Write-DbaDbTableData: Fix for connections to Azure SQL Database with AccessToken by @andreasjordan in #9401
- Export-DbaUser - Refactor T-SQL User-Role Scripting to Eliminate Dependencies by @0x7FFFFFFFFFFFFFFF in #9232
Full Changelog: v2.1.18...v2.1.19
v2.1.18
What's Changed
- Fix for ConvertTo-DbaDataTable tests by @jpomfret in #9384
- Update dbatools-buildref-index.json SQL2019 CU27 by @MikeyBronowski in #9393
- Get-DbaRegServer.ps1: Added Wildcard by @ReeceGoding in #9391
- New-DbaAgentSchedule: Fix issues with testing for correct dates and times by @andreasjordan in #9389
Full Changelog: v2.1.17...v2.1.18