Skip to content

Releases: pnp/pnpframework

1.17.0

16 Aug 11:44
Compare
Choose a tag to compare

Added

Changed

  • Update AuthenticationManager.cs for GCC (ie UsGovernment) Regions #1047, #1048 [SteveWinward - Steve Winward]
  • Updated pages export logic to support the new page header model via full width page header web part [czullu - Christian Zuellig]
  • Bump System.Text.Json versions [jansenbe - Bert Jansen]

1.16.0

27 Jun 17:03
Compare
Choose a tag to compare

#1030 # Added

  • Support for using Managed Identity with PnP Framework #1002 [koenzomers - Koen Zomers]
  • Added additional parameters to M365 Group creation to support setting SharePoint site URL, LCID, HubSiteId and SiteDesignId #1026 [gautamdsheth - Gautam Sheth]
  • Improve Managed Identity token acquisition process to use built-in methods which are more reliable. #1027 [gautamdsheth - Gautam Sheth]

Changed

  • Optimizations to "TokenParser" performance #964 [fzbm - Florian Zink]
  • Added support for vanity URLs in the GetSitePropertiesById extension method #1012 [koenzomers - Koen Zomers]
  • Bumped version of Microsoft.Identity.Client package version to 4.61.1 #1014, #1023 [gautamdsheth - Gautam Sheth]
  • Fix issue in ConfigureOnPremisesContext causing 403 forbidden responses on on-premise environments #1011 [nathan-swannet - Nathan Swannet]
  • Fix "The request was already sent" error when getting app metadata (using AppManager) #896 [JoaoCruz2001 - João Cruz]
  • Fix issue in DisableRequestAccess method where we were unable to properly set disable access request email. [luismanez- Luis Manez]
  • Fix issue in Azure ACS auth for AuthenticationManager #1022 [dohly]

1.15.0

01 Mar 15:05
Compare
Choose a tag to compare

Added

  • Add ListDeletedUsers method to UsersUtility #956 [wilecoyotegenius - Konrad K.]

Changed

  • Add Site Collection App Catalog fields to BuilIinFieldId enum #952 [wilecoyotegenius - Konrad K.]
  • Upgrade to version 6.35.0 of System.IdentityModel.Tokens.Jwt #962 [eduardpaul - Eduard Paul]
  • Viva Announcement Library resulted in two pages libraries #975 [nils-a - Nils Andresen]
  • Fixed the GUID strings #969 [nils-a - Nils Andresen]
  • Improved list information in template MD conversion #989 [JGemkow - John Gemkow]

1.14.0

11 Dec 11:03
Compare
Choose a tag to compare

Added

  • Added Stream and XML option to load Tenant template #918 [koenzomers - Koen Zomers]
  • Implement adding labels to terms #934 [koskila - Antti K. Koskela]
  • Support for .NET 8.0 [jansenbe - Bert Jansen]

Changed

  • Added localization for modern audience fields #906 [nils-a - Nils Andresen]
  • Added support for setting TimeZoneId when creating a new site collection #907 [mmi-wp Mikkel Bukholt Mikkelsen]
  • Fixed non-taxonomy default folder values cause error when generating a provisioning template #915 [JakeStanger - Jake Stanger]
  • Removing the accents and unallowed characters when creating modern non group connected sites #922 [gautamdsheth - Gautam Sheth]
  • Added support for users utility in the other cloud environments #924 [gautamdsheth - Gautam Sheth]
  • Fixed occasional crash when setting default values #926 [JakeStanger - Jake Stanger]
  • Escape apostrophe in alias before calling DirectorySession/Group method #933 [magarma - Miguel Angel García Martínez]
  • Fixed unable to set column defaults on library root #947 [JakeStanger - Jake Stanger]

1.12.0

31 Mar 08:19
Compare
Choose a tag to compare

Added

  • Added UndoCheckOutFile extension #842 [rompenar - Arnaud ROMPEN]
  • Custom Azure environments are supported via using the AzureEnvironment.Custom enviroment + setting the custom Graph authority and Azure AD login endpoint [jansenbe - Bert Jansen]

Changed

  • When PnPContext is created with a existing, externally provided, IPnPContextFactory then this IPnPContextFactory will be used for all PnP Framework internal PnPContext creations [jansenbe - Bert Jansen]
  • Fix ViewTypeKind property being ignored when provisioning views #816 [jackpoz - Giacomo Pozzoni]
  • Fix page transformation asset transfer when source asset url contains characters that are encoded [jansenbe - Bert Jansen]
  • Updated build script to support .NET 7 #824 [stokuri - Suman Tokori]
  • Added optionally providing BCC addresses to send a mail #823 [koenzomers - Koen Zomers]
  • Centralize the logic to get and validate the Admin Center URL [jansenbe - Bert Jansen]
  • No hardcoded references anymore to graph.microsoft.com and *.microsoftonline.com to help with supporting non default cloud environments [jansenbe - Bert Jansen]
  • Dropped .NET 5 support as it's not supported anymore [jansenbe - Bert Jansen]
  • Chars ' and . are allowed in alias and urls #834 [magarma - Miguel Angel García Martínez]
  • Cast TaxonoxyField with appropriate method from web context #831 [BollietMZK - Jerome Bolliet]
  • Skip setting DefaultColumnValues if there are none specified in the provisioning template #840 [jackpoz - Giacomo Pozzoni]
  • When a PnPContext (for using PnP Core SDK) is created from a ClientContext we now adhere to the set Azure configuration (graph URL, login URL) [jansenbe - Bert Jansen]
  • When a ClientContext (for using with CSOM) is created from a PnPContext we now adhere to the set Azure configuration (graph URL, login URL) [jansenbe - Bert Jansen]
  • Adding code to support multiple default values at folder level. #850 [roberAlb - Roberto Ramon]
  • MailUtility: fixed memory leak + improved authentication options #853 [koenzomers - Koen Zomers]
  • Adding support for vanity domain tenants to SearchExtensions #854 [koenzomers - Koen Zomers]
  • Support for different azure environment for team site creation #855 [gautamdsheth - Gautam Sheth]
  • Bump Nuget package version dependencies to align with PnP PS needs #856 [gautamdsheth - Gautam Sheth]

1.11.0

09 Nov 09:42
Compare
Choose a tag to compare

Added

  • Added .NET 7 binaries [jansenbe - Bert Jansen]
  • Moved to C# 10 [jansenbe - Bert Jansen]
  • Adding support to export ListInstance-FieldRef displayName with multilanguages #775 [magarma - Miguel Angel García Martínez]

Changed

  • Fix fileuniqueid and pageuniqueid export #692 [rjbooden - Ronald Booden]
  • Added null check for checking if members array is not null #694 [danielpastoor - Daniel Pastoor]
  • Add optional parameter to disable welcome message #700 [ohaak2 - Ole Rühaak]
  • Calculated field should be created after other fields #627 [friendbool]
  • Schema Implementation: ShowPeoplePickerSuggestionsForGuestUsers [pkbullock]
  • Schema Implementation: Audience Targeting Classic/Moder [pkbullock]
  • Add geo locations that has been recently added #732 [patrikhellgren - Patrik Hellgren]
  • Fix ClearDefaultColumnValues working on large lists #717 [cebud - Martin Dubec]
  • Export calculated field formula based on title instead of internal name #721 [madsmai - Mads Maibohm]
  • Allowing to create PnPContext from ClientContext with existing IPnPContextFactory #762 [heinrich-ulbricht - Heinrich Ulbricht]
  • Add support to exporting renamed Title columns to a PnP template #776 [jackpoz - Giacomo Pozzoni]
  • Drop unused Microsoft.Extensions.Logging.Abstractions reference [jansenbe - Bert Jansen]
  • Check owners if null before calling AddUnifiedGroupMembers #769 [magarma - Miguel Angel García Martínez]
  • Fixes for the EnableModernAudienceTargeting method #773 [patrikhellgren - Patrik Hellgren]
  • Fix for creating private channels #778 [patrikhellgren - Patrik Hellgren]
  • Fix for infinite loop in Replacing Tokens when property values contain the Regex special char "$" #777 [Autophanous]
  • Fix LocalizationToken.GetReplaceValue: fallback to old logic #785 [czullu - Christian Zuellig]
  • Fix: Failed to resolve termsetid token #786 [czullu - Christian Zuellig]
  • Token Regex for fileuniqueid* matches too broadly #751 #763 [heinrich-ulbricht - Heinrich Ulbricht]

1.10.0

30 Jun 09:35
Compare
Choose a tag to compare

Added

  • Added async counterparts for PnP SDK interop. #639 [s-KaiNet - Sergei Sergeev]
  • Added GetSitePropertiesById functionality to TenantExtensions #638 [koenzomers - Koen Zomers]

Changed

  • Exporting/Provisioning _ModerationStatus for folders #654 [magarma - Miguel Angel García Martínez]
  • Do not try to tokenize non Guid termsetids as they already are tokenized #659 [czullu - Christian Zuellig]
  • Adding token parsing of folder name before setting default field values #664 [eduardpaul - Eduard Paul]
  • Add ConfigureAwait(false) to AuthenticationManager #665 [RiccardoGDev]
  • Fix for using passed PnPMonitoredScope in async method #666 [patrikhellgren - Patrik Hellgren]
  • Change to not re-throw caught exception during provisioning #668 [patrikhellgren - Patrik Hellgren]
  • Extend timeouts and add retries to teams provisioning #669 [patrikhellgren - Patrik Hellgren]
  • Implement show / hide of site title in header using SetChromeOptions #670 [eduardpaul - Eduard Paul]
  • Improve folder creation in EnsureFolderPath method #673 [gautamdsheth - Gautam Sheth]
  • Add UserAgent to CSOM based access token retrieval in GetAccessToken #642 [andregouveia8 - André Gouveia]
  • Remove AddContentTypeHiddenFieldsToList #679 [magarma - Miguel Angel García Martínez]
  • Add owners as members too when creating group connected team site using application permissions #680 [gautamdsheth - Gautam Sheth]
  • Fix for empty PnP:Templates in the xml #677 [danielpastoor - Daniel Pastoor]
  • Fix for getting the teams photo when using application permissions #678 [danielpastoor - Daniel Pastoor]
  • Ensure correct PnPContext is returned from the passed ClientContext #676 [danielpastoor - Daniel Pastoor]
  • Fix #1696 - issue with team creation, use graph token if possible #681 [gautamdsheth - Gautam Sheth]
  • Avoid retrying when the hostname cannot be found #686 [koenzomers - Koen Zomers]

1.9.0

30 Mar 06:15
Compare
Choose a tag to compare

Added

  • Support export folder default values #583 [magarma - Miguel Angel García Martínez]
  • Added RequestTemporaryAccessPass method to UsersUtility #605 [koenzomers - Koen Zomers]
  • Transformation: added specific page layout transformation #614 [robi26 - Stephan Steiger]

Changed

  • Feature : remove special chars from the SiteAlias #558 [gautamdsheth - Gautam Sheth]
  • Fix: set ContextSettings Type to ClientContextType.PnPCoreSdk #566 [czullu - Christian Zuellig]
  • Fix: for adding folders in large list #559 [gautamdsheth - Gautam Sheth]
  • Added localization support for child nodes in footer #560 [b00johst - John Frankolin]
  • Additional changes for fix #498, improving header provisioning scenario #562 [fzbm - Florian Zink]
  • Catching File.NotFound exception to prevent error during export #573 [magarma - Miguel Angel García Martínez]
  • Check for null before foreach to avoid nullExceptionIssue #574 [magarma - Miguel Angel García Martínez]
  • Fix Clear-PnPDefaultColumnValues not working with taxonomy fields #576 [jackpoz - Giacomo Pozzoni]
  • Files tab teams first load after creation #588 [roberAlb - Roberto Ramon]
  • Adding beta option to MS Graph Users functions #586 [koenzomers - Koen Zomers]
  • Added ignoreDefaultProperties to UsersUtility #590 [koenzomers - Koen Zomers]
  • Rewrite of the get user delta #602 [koenzomers - Koen Zomers]
  • Fix ProcessDataRow ignore html fields as empty even they are not #604 [czullu - Christian Zuellig]
  • Fix caching issues with retrieving taxonomy fields on modernization caching #603 [erosu-hab - Elena Rosu]
  • Retrieve the target list by url for handler ObjectListInstanceDataRows #607 [BollietMZK]
  • Fix exception thrown when a Taxonomy Term owner was not found #628 [jackpoz - Giacomo Pozzoni]

1.8.0

21 Dec 15:45
Compare
Choose a tag to compare

Added

  • Added Sensitivity Labels to Unified Group Creation #536 [NikoMix - Niko]
  • Added support to provisioning site collections using the classic site collection creation APIs from within a tenant template [jansenbe - Bert Jansen]

Changed

  • Fixing GetGroupMembers and GetGroupOwners #490 [koenzomers - Koen Zomers]
  • Fix for false positive exception logging in GetPrincipalUniqueRoleAssignments #495 [patrikhellgren - Patrik Hellgren]
  • Fix for missing token for newly created list content type #496 [patrikhellgren - Patrik Hellgren]
  • Fix for issue #500, unable to ensure folder with path characters #501 [jimmywim - Jim Love]
  • Use redirectUrl if specified #503 [wobba - Mikael Svenson]
  • Support default column lookup #504 [wobba - Mikael Svenson]
  • Fix for issue with empty description in UserCustomActions #505 [czullu - Christian Zuellig]
  • Fix UrlEncode/Decode Issues with special char #506 [czullu - Christian Zuellig]
  • Fix for IsFeatureActiveInternal when Feature does not exist for the Template #507 [czullu - Christian Zuellig]
  • Add TEAMCHANNEL#1 to BaseTemplates #508 [czullu - Christian Zuellig]
  • Implemented token parsing of team channel name and description #510 [patrikhellgren - Patrik Hellgren]
  • Adding top instruction for ListUsers to avoid throttling #513 [koenzomers - Koen Zomers]
  • CreateFolderInList Handle Error "To update this folder, go to the channel in Microsoft Teams" #470 [czullu - Christian Zuellig]
  • Switched to using version 1.9 of image webpart, needed to ensure images are correctly sized on target pages [jansenbe - Bert Jansen]
  • Retry on SocketExcetion in SendAsync #528 [patrikhellgren - Patrik Hellgren]
  • Fixing issue when trying to export datarow for list instances #531 [magarma - Miguel Angel García Martínez]
  • Fix issues exporting channels and tabs with TeamsAppId and Description #532 [magarma - Miguel Angel García Martínez]
  • Changed the property we get when exporting Teams apps #533 [magarma - Miguel Angel García Martínez]
  • Fix for Null Exception when trying to set a term value in a file, listItem, and the term label contains a comma #541 [magarma - Miguel Angel García Martínez]
  • Missing HeaderLayoutType implemented #498 [jansenbe - Bert Jansen]
  • Fix equality comparisons in Provisioning model objects #410 [orty - Serge ARADJ]
  • When provisioning pages allow creation of web parts which are not returned as possible web part to add [jansenbe - Bert Jansen]
  • Fix #547 - issue with trace log #548 [gautamdsheth - Gautam Sheth]
  • Fix issue when folderpath doesn't start by '/' #542 [magarma - Miguel Angel García Martínez]
  • Added missing field Type "Geolocation" case in UpdateListItem() #546 [PedroMordeP - Pedro Monte]
  • Setting Teams channel as private according to membershipType #549 [magarma - Miguel Angel García Martínez]
  • Fix for Culture is not supported exception #554 [patrikhellgren - Patrik Hellgren]
  • Added progress logging for provisioning of extensibility handlers #555 [patrikhellgren - Patrik Hellgren]
  • Fix for unauthorized exception in EnsureFolder #556 [patrikhellgren - Patrik Hellgren]

1.7.0

06 Oct 07:54
Compare
Choose a tag to compare

Changed

  • Adding operating system in order to fix issue #737 #440 [koenzomers - Koen Zomers]
  • Fixed issue preventing term store data being cached during page transformation [jansenbe - Bert Jansen]
  • Updates done to make PnP Framework work without having a dependency on the PnP Core SDK internals [jansenbe - Bert Jansen]
  • Updated build-debug script and project file that enables building and testing PnP Framework with a locally build PnP Core SDK assembly [jansenbe - Bert Jansen]
  • GetWebSearchCenterUrl makes us loose the pending changes in CSOM Context #454 [czullu - Christian Zuellig]
  • Update base templates for the provisioning engine [jansenbe - Bert Jansen]
  • Including the requested SelectProperties in the output of ListUsers #460 [koenzomers - Koen Zomers]
  • Fix PnPPS #1024 - issue with folder name having special chars #461 [gautamdsheth - Gautam Sheth]
  • Fix regression - adding users/groups as site collection admins #462 [gautamdsheth - Gautam Sheth]
  • PnP Framework assembly is now strong named #458 #468 [jansenbe - Bert Jansen]
  • Fixing issue with SetDefaultColumnValuesImplementation not working for folders with special characters in them #471 [koenzomers - Koen Zomers]
  • Feature - additional changes for files/folders with special chars #476 [gautamdsheth - Gautam Sheth]
  • Fix: Added additional check to avoid exception when footer not enabled on a site #479 [koenzomers - Koen Zomers]
  • Fix: UsersUtility selectProperties bugfix #480 [koenzomers - Koen Zomers]