Skip to content

Releases: luigilink/SPSWakeUp

v3.0.1

10 Oct 17:18
Compare
Choose a tag to compare

SPSWakeUp - Release Notes

[3.0.1] - 2024-10-10

Added

  • README.md
    • Add code_of_conduct.md badge
  • Add CODE_OF_CONDUCT.md file
  • Add Issue Templates files:
    • 1_bug_report.yml
    • 2_feature_request.yml
    • 3_documentation_request.yml
    • 4_improvement_request.yml
    • config.yml

Changed

  • Rename folder Scripts to scripts

Fixed

  • Increase major version to 3.x.x as suggested by DennisL68 in (issue #17)

Changelog

A full list of changes in each version can be found in the change log

v2.7.2

26 Jun 09:19
Compare
Choose a tag to compare

SPSWakeUp - Release Notes

[2.7.2] - 2023-06-15

Changed

  • SPSWakeUP.ps1
  • BREAKING CHANGE: Remove Add-HostsEntry function
  • Using the CmdLet Add-Content for update HOSTS file

Changelog

A full list of changes in each version can be found in the change log

v2.7.1

15 May 08:23
Compare
Choose a tag to compare

SPSWakeUp - Release Notes

[2.7.1] - 2023-05-10

Changed

  • SPSWakeUP.ps1
    • Add ErrorAction parameter for SPWeb CmdLet
  • release.yml
    • Use softprops/action-gh-release@v1 action for release step
    • Add github.ref for release name
    • Remove actions/upload-artifact@v3

Added

  • Add RELEASE-NOTES.md file

Changelog

A full list of changes in each version can be found in the change log

v2.6.0

30 Oct 22:26
Compare
Choose a tag to compare

Full Changelog: v2.5.1...v2.6.0

v2.5.1

30 Oct 22:01
985fa2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

2.5.0-SPSWakeUP

16 Jul 14:11
a71164f
Compare
Choose a tag to compare

Check if Web Application Url contains One of SPServer and remove it from HOSTS

2.4.0-SPSWakeUP

20 Feb 16:27
dffca34
Compare
Choose a tag to compare
  • Add Uninstall and OnlyRootWeb parameters
  • Remove functions:
    • Get-SPSWebRequest,
    • Add-IETrustedSite,
    • Clear-IECache
  • Add functions:
    • Remove-SPSTask
  • Update Get-SPSSitesUrl function with Service Application Urls and SPWeb urls
  • Update README.md: remove Internet Explorer information
  • Add reporting: Memory Usage for each worker process

2.3.1-SPSWakeUP

20 Feb 13:50
Compare
Choose a tag to compare
  • Fix issue "You cannot call a method on a null-valued expression" when InstallAccount variable is null

Full Changelog: v2.3.0...v2.3.1

2.3.0-SPSWakeUP

27 Nov 15:37
Compare
Choose a tag to compare
  • Remove Modules folder
  • Update README.md (Add SharePoint 2019 support)
  • Remove sitemaster-[GUID] urls in Get-SPSSitesUrl and Get-SPSHSNCUrl functions
  • For SharePoint 2016 or higher, check if local server has Search MinRole
  • Check if HOSTS File already contains Urls of All Web Applications or HSNC
  • Security Fix: Change UserName and Password parameters by InstallAccount parameter

2.2.1-SPSWakeUP

27 Nov 12:12
Compare
Choose a tag to compare
  • Add Try-Catch exception in Get-SPSThrottleLimit function
  • Fix issue on Get-SPSThrottleLimit when CimInstance returns an array
  • Update README.md file with Latest release date, Total downloads and Issues opened