Skip to content

Releases: dataplat/dbatools

v2.1.2

04 Oct 23:06

Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

04 Oct 23:06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

04 Oct 23:03

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.1.0

v2.0.4

07 Jun 17:55

Choose a tag to compare

Surprisingly big version! Thanks again @andreasjordan 🏆

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

26 May 12:56
a0d3acc

Choose a tag to compare

What's Changed

  • Update dbatools-buildref-index.json - SQL 2022 CU4 by @MikeyBronowski in #8925
  • Install-DbaMaintenanceSolution - fix scheduler, add examples by @potatoqualitee in #8926
  • Fix SuspectPage example in documentation by @msgisme in #8928

New Contributors

  • @msgisme made their first contribution in #8928

Full Changelog: v2.0.2...v2.0.3

v2.0.2

12 May 09:23

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

05 May 09:11

Choose a tag to compare

Thanks to everyone who contributed!

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

28 Apr 09:12
ffb7b37

Choose a tag to compare

After 5 months of hard work, dbatools 2.0 is finally here!

THIS RELEASE INCLUDES BREAKING CHANGES.

Most notably, we updated the SQL Server libraries, which brings more power, bug fixes and breaking changes of its own. The one that will cause the most headaches is the change to encryption. Now, Trust Certificate is set to false and Encrypt is set to true. We wrote a few posts about this:

Our library files (the DLLs) are also now included in their own module, dbatools.library. This means that dbatools will ultimately be smaller in size and take up less disk space for those who update often. It also means that the way you install dbatools in offline environments has changed.

Highlighted changes

A couple months ago, I wrote a post that detailed more of our changes, which you can find here:

Here are some other highlights people may appreciate

  • Support for SQL Server 2022
  • The import process should now be much faster, as it now uses compression which requires less reading from disk
  • SSIS commands have been added back for the Windows platform
  • functions/internal is now public/private (for devs)
  • devcontainer now works better (for devs)
  • geometry/geography/hierarchyid types now work for people who need them
  • Autocomplete has been fixed, so after connecting at least once, hit tab to auto complete SqlInstance, Database, Job and more
  • Install-DbaMultiTool now installs sp_help_revlogin
  • Network certificate-related commands work better
  • Sync-DbaAvailabilityGroup now shows details when -WhatIf is used
  • Whatif output has been standardized in all Copy (and Start-DbaMigration) commands
  • Test-DbaLastBackup now works even better for more scenarios like copying backups with multiple files
  • Ola Hallengren's Maintenance Solution is now included which helps those with offline networks

Don't have time to mess with a new release today, consider it's a Friday? You can install the latest 1.x release by running the following command:

Install-Module dbatools -RequiredVersion 1.1.146

Azure DevOps and Automation changes

When I created an Azure Automation test, I had to install dbatools.library first. You may have to do that for Azure DevOps as well, so be sure to update your pipelines 🚀

Everything that's changed

I'll likely update this README a few times as I discover a few things that I'd like to highlight. I also plan to fix dbatools.io so that I can publish blog posts there again, so keep an eye out for a new fresh Hugo site.

Until then, here is an exhaustive list of the changes that have been made since October.

Read more

v1.1.142

22 Oct 20:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.141...v1.1.142

v1.1.141

21 Oct 06:34

Choose a tag to compare

What's Changed

Full Changelog: v1.1.140...v1.1.141