1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
@@ -10,7 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
10
11
* Piping issue in Backup-DbaDatabase [ #5041 ] ( https://github.com/sqlcollaborative/dbatools/pull/5041 )
11
12
* ConvertTo-DbaDataTable no longer ignores -EnableException [ #5050 ] ( https://github.com/sqlcollaborative/dbatools/issues/5050 )
12
13
* Copy-DbaDatabase now passes -Force to Set-DbaDbState [ #5055 ] ( https://github.com/sqlcollaborative/dbatools/issues/5055 )
13
- * Parallelism and exception handling fixes in Get-SqlInstancComponent [ #4988 ] ( https://github.com/sqlcollaborative/dbatools/issues/4988 )
14
+ * Parallelism and exception handling fixes in Get-SqlInstanceComponent [ #4988 ] ( https://github.com/sqlcollaborative/dbatools/issues/4988 )
14
15
### Added
15
16
* Check that databases are accessible in Get-DbaDbRoleMember [ #5046 ] ( https://github.com/sqlcollaborative/dbatools/pull/5046 )
16
17
@@ -65,7 +66,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
65
66
* Message formatting in Copy-DbaDbMail
66
67
67
68
### Added
68
- * Support hostnames ending with hyphen [ #4090 ] (https://github.com/sqlcollaborative/dbatools/issues/4090 )
69
+ * Support hostnames ending with hyphen [ #4090 ] ( https://github.com/sqlcollaborative/dbatools/issues/4090 )
69
70
70
71
## [ 0.9.742] - 2019-01-15
71
72
### Fixed
@@ -190,7 +191,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
190
191
* Dynamic database list to Invoke-DbaDbDataMasking
191
192
* Add Geometry to check of unsupported data types for Invoke-DbaDbDataMasking
192
193
193
-
194
194
## [ 0.9.720] - 2018-12-16
195
195
### Fixed
196
196
* Enhanced outputs of Invoke-DbaDbDataMasking
@@ -259,15 +259,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
259
259
* Failed logic in Remove-DbaOrphanUser
260
260
* Removed ability to specify both KeepDays and Database from Remove-DbaDbBackupRestoreHistory
261
261
262
- # Added
262
+ ### Added
263
263
* VSCode default settings
264
264
* Pipe support in Test-DbaDbOwner
265
265
266
266
## [ 0.9.708] - 2018-12-04
267
267
### Fixed
268
268
* Sync AG bug having to do with read-only dbs
269
269
270
- # Added
270
+ ### Added
271
271
* Update-DbaInstance final touches
272
272
273
273
## [ 0.9.707] - 2018-12-03
@@ -314,9 +314,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
314
314
315
315
## [ 0.9.535] - 2018-11-29
316
316
### Fixed
317
- - Backup recoveryfork bug
318
- - Standardized output for Copy command notes
319
- - New-DbaAgentJobStep issue with server / SubSystemServer
317
+ * Backup recoveryfork bug
318
+ * Standardized output for Copy command notes
319
+ * New-DbaAgentJobStep issue with server / SubSystemServer
320
320
321
321
### Added
322
322
* Get-DbaDbccHelp
@@ -325,89 +325,87 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
325
325
326
326
## [ 0.9.534] - 2018-11-29
327
327
### Fixed
328
- - Removed mandatory=$false on parameters because it's implied
328
+ * Removed mandatory=$false on parameters because it's implied
329
329
330
330
### Added
331
331
* Get-DbaAgentServer
332
332
* Set-DbaAgentServer
333
333
* Path parameter to audit copies
334
334
335
-
336
335
## [ 0.9.533] - 2018-11-27
337
336
### Fixed
338
- - Removed mandatory=$false on parameters because it's implied
337
+ * Removed mandatory=$false on parameters because it's implied
339
338
340
339
### Added
341
- - Extra include and exclude options to ` Sync-DbaAvailabilityGroup `
342
- - Extra column parameters to ` Import-DbaCsv `
340
+ * Extra include and exclude options to ` Sync-DbaAvailabilityGroup `
341
+ * Extra column parameters to ` Import-DbaCsv `
343
342
344
343
## [ 0.9.532] - 2018-11-26
345
344
### Fixed
346
- - Publish-DbaDacPackage param issues introduced by core fixes
347
- - Resolve-DbaNetworkName resolution issue introduced by core fixes
348
- - Some long-standing ` Get-DbaBackupHistory -Force ` problems were resolved
345
+ * Publish-DbaDacPackage param issues introduced by core fixes
346
+ * Resolve-DbaNetworkName resolution issue introduced by core fixes
347
+ * Some long-standing ` Get-DbaBackupHistory -Force ` problems were resolved
349
348
350
349
### Added
351
- - Added VS Code recommendations
350
+ * Added VS Code recommendations
352
351
353
352
## [ 0.9.531] - 2018-11-24
354
353
### Added
355
- - Support for Core and Certs
356
- - Solution file upgraded to Core combination and VS 2017
354
+ * Support for Core and Certs
355
+ * Solution file upgraded to Core combination and VS 2017
357
356
358
357
## [ 0.9.531] - 2018-11-24
359
358
### Added
360
- - Support for Core and Certs
361
- - Solution file upgraded to Core combination and VS 2017
359
+ * Support for Core and Certs
360
+ * Solution file upgraded to Core combination and VS 2017
362
361
363
362
## [ 0.9.530] - 2018-11-24
364
363
### Fixed
365
- - Fixed non-Windows imports. "Fixed" used loosely - disabled configuration to speed up import. Xplat still not fully delivered.
364
+ * Fixed non-Windows imports. "Fixed" used loosely - disabled configuration to speed up import. Xplat still not fully delivered.
366
365
367
366
### Added
368
- - Seeding support to Add-DbaAgDatabase
369
- - More integration tests!
370
- - Category and Database filters to Get-DbaAgentJob
367
+ * Seeding support to Add-DbaAgDatabase
368
+ * More integration tests!
369
+ * Category and Database filters to Get-DbaAgentJob
371
370
372
371
## [ 0.9.525] - 2018-11-23
373
372
### Added
374
- - CROSS PLATFORM SUPPORT INCLUDING MACOS AND LINUX 🎉
373
+ * CROSS PLATFORM SUPPORT INCLUDING MACOS AND LINUX 🎉
375
374
376
375
![ image] ( https://user-images.githubusercontent.com/8278033/48960127-ac3c3980-ef6a-11e8-90ca-1e8e56df8ee0.png )
377
376
378
377
## [ 0.9.524] - 2018-11-23
379
378
### Added
380
- - $script: core for easy core detection in functions
379
+ * $script: core for easy core detection in functions
381
380
382
381
### Fixed
383
- - Resolve-Path added to core import routine
382
+ * Resolve-Path added to core import routine
384
383
385
384
## [ 0.9.523] - 2018-11-23
386
385
### Added
387
- - Support for Dacfx for core 🎉
386
+ * Support for Dacfx for core 🎉
388
387
389
388
### Fixed
390
- - Weird thing in Core where a string comparison didn't work so it tried to copy dbatools.dll onto itself
391
- - Get-DbaDbFile now works for CS collation
389
+ * Weird thing in Core where a string comparison didn't work so it tried to copy dbatools.dll onto itself
390
+ * Get-DbaDbFile now works for CS collation
392
391
393
392
## [ 0.9.522] - 2018-11-23
394
393
### Added
395
- - Support for PS Core on Windows 🎉
396
- - SMO core DLLs from the SqlServer module
394
+ * Support for PS Core on Windows 🎉
395
+ * SMO core DLLs from the SqlServer module
397
396
398
397
### Fixed
399
- - AG versioning bugs
398
+ * AG versioning bugs
400
399
401
400
## [ 0.9.521] - 2018-11-22
402
401
### Added
403
- - This changelog.md! 🎉
402
+ * This changelog.md! 🎉
404
403
405
404
### Removed
406
- - Extra DLLs that did not seem necessary
405
+ * Extra DLLs that did not seem necessary
407
406
408
407
### Changed
409
- - Updated Glen Berry's scripts
410
-
408
+ * Updated Glen Berry's scripts
411
409
412
410
## changelog background and additional info
413
411
0 commit comments