From 63fe30941a03731bb7e87b57408a509707503609 Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Fri, 28 Feb 2020 02:20:59 -0600 Subject: [PATCH] pushing version 2.36.0, ready for release --- CHANGELOG.md | 21 +++++++++++++++++++++ README.md | 23 +++++++++++++++++++---- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1240fd2..75f36ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ * [PSGSuite - ChangeLog](#psgsuite---changelog) + * [2.36.0 - 2020-02-28](#2360---2020-02-28) * [2.35.1 - 2019-12-29](#2351---2019-12-29) * [2.35.0 - 2019-12-29](#2350---2019-12-29) * [2.34.0 - 2019-11-02](#2340---2019-11-02) @@ -106,6 +107,26 @@ # PSGSuite - ChangeLog +## 2.36.0 - 2020-02-28 + +* [PR #255](https://github.com/scrthq/PSGSuite/pull/255) - _Thanks, [@FISHMANPET](https://github.com/FISHMANPET)!_ + * Added support for `[ScriptBlock]` values on the config, allowing you to provide a script to run that will pull in a configuration value (vs embedded the value directly on the config) +* [PR #255](https://github.com/scrthq/PSGSuite/pull/260) - _Thanks, [@vaskotoo](https://github.com/vaskotoo)!_ + * Added support for an array of Users on `Get-GSGmailMessageList` +* [PR #261](https://github.com/scrthq/PSGSuite/issues/261) - _Thanks, [@Foggy2](https://github.com/Foggy2)!_ + * Added support for all license types including undocumented ones. + * Closed out [Issue #252](https://github.com/scrthq/PSGSuite/issues/252) as well. +* [PR #262](https://github.com/scrthq/PSGSuite/issues/262) - _Thanks, [@nwls-hermesj](https://github.com/nwls-hermesj)!_ + * Added support for pipeline input of Drive file objects to `Remove-GSDriveFile`. +* [Issue #256](https://github.com/scrthq/PSGSuite/issues/256) + * Cleaned up docs on `Send-GSChatMessage`. +* [Issue #258](https://github.com/scrthq/PSGSuite/issues/258) + * Removed URL Shortener functions due to Google deprecation. +* [Issue #263](https://github.com/scrthq/PSGSuite/issues/263) + * Fixed `[SecureString]` decryption on Unix machines running PowerShell 7 +* Miscellaneous + * Removed the Tasks API functions. Google has not pushed an update to the Tasks .NET SDK in over 2 months, so it is now behind the current release versions of the core Google.Apis assemblies, resulting in failure to import. + ## 2.35.1 - 2019-12-29 * [Issue #57](https://github.com/scrthq/PSGSuite/issues/57) diff --git a/README.md b/README.md index 64ab80b6..3bd03221 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,22 @@ All other functions are either intact or have an alias included to support backw [Full CHANGELOG here](https://github.com/scrthq/PSGSuite/blob/master/CHANGELOG.md) -#### 2.34.0 - 2019-11-02 - -* [Issue #245](https://github.com/scrthq/PSGSuite/issues/245) + [PR #246](https://github.com/scrthq/PSGSuite/pull/246) - _Thank you, [@devblackops](https://github.com/devblackops)!_ - * Added: Optional `-CreateMeetEvent` switch parameter to `New-GSCalendarEvent` to create a Google Meet conference and attach it to the calendar event. +#### 2.36.0 - 2020-02-28 + +* [PR #255](https://github.com/scrthq/PSGSuite/pull/255) - _Thanks, [@FISHMANPET](https://github.com/FISHMANPET)!_ + * Added support for `[ScriptBlock]` values on the config, allowing you to provide a script to run that will pull in a configuration value (vs embedded the value directly on the config) +* [PR #255](https://github.com/scrthq/PSGSuite/pull/260) - _Thanks, [@vaskotoo](https://github.com/vaskotoo)!_ + * Added support for an array of Users on `Get-GSGmailMessageList` +* [PR #261](https://github.com/scrthq/PSGSuite/issues/261) - _Thanks, [@Foggy2](https://github.com/Foggy2)!_ + * Added support for all license types including undocumented ones. + * Closed out [Issue #252](https://github.com/scrthq/PSGSuite/issues/252) as well. +* [PR #262](https://github.com/scrthq/PSGSuite/issues/262) - _Thanks, [@nwls-hermesj](https://github.com/nwls-hermesj)!_ + * Added support for pipeline input of Drive file objects to `Remove-GSDriveFile`. +* [Issue #256](https://github.com/scrthq/PSGSuite/issues/256) + * Cleaned up docs on `Send-GSChatMessage`. +* [Issue #258](https://github.com/scrthq/PSGSuite/issues/258) + * Removed URL Shortener functions due to Google deprecation. +* [Issue #263](https://github.com/scrthq/PSGSuite/issues/263) + * Fixed `[SecureString]` decryption on Unix machines running PowerShell 7 +* Miscellaneous + * Removed the Tasks API functions. Google has not pushed an update to the Tasks .NET SDK in over 2 months, so it is now behind the current release versions of the core Google.Apis assemblies, resulting in failure to import.