v2.0.0 #8882
Unanswered
potatoqualitee
asked this question in
Q&A
v2.0.0
#8882
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
A couple months ago, I wrote a post that detailed more of our changes, which you can find here:
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:
I'll likely update this README a few times as I discover a few things that I'd like to highlight. Until then, here is an exhaustive list of the changes that have been made since October.
What's Changed
New Contributors
Full Changelog: v1.1.142...v2.0.0
This discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions