Skip to content

1.11.0

Compare
Choose a tag to compare
@jansenbe jansenbe released this 11 Dec 10:47
· 499 commits to dev since this release

Added

  • Support for using the ILongRunningOperation interface to track the progress of long running operations #1245 [JakeStanger - Jake Stanger]
  • Option to invoke external access provider asynchronously when using the ExternalAuthenticationProvider authentication provider #1269 [quails4Eva - David Petchey]
  • Support for .NET 8.0 [jansenbe - Bert Jansen]

Changed

  • Fixed Graph paging for US Government, Germany and China clouds + removed some hardcoded references to graph.microsoft.com [jansenbe - Bert Jansen]
  • Admin library: Group connected team sites use the Microsoft Graph api for both application and delegated permissions #1220 [danielpastoor - Daniel Pastoor]
  • Added Poland to the GeoLocation enum #1232 [jansenbe - Bert Jansen]
  • Fix issue to enumerate private/shared channel sites #1238 [valpvt]
  • Removed ExcludedBlockDownloadGroupIds properties from ISiteCollectionProperties as that prevented unlocking a site collection via the LockState property #1251 [jansenbe - Bert Jansen]
  • Upload of large files (chunked upload) also uses the addusingpath method, just like the regular upload #1256 [jansenbe - Bert Jansen]
  • Added IList.DefaultItemOpenInBrowser property #1248 [jansenbe - Bert Jansen]
  • Calling LoadAsync or EnsurePropertiesAsync on IFolder was broken #1236 [jansenbe - Bert Jansen]
  • Fixed the encoding of IPropertyValues (property bag) values when any of these chars was used in the property name: -./:<>|[] #1263 [jansenbe - Bert Jansen]
  • Currently only support getting SensitivityLabelId on ISite [jansenbe - Bert Jansen]
  • Admin library: Fixed issues with loading SharePoint Add-Ins [jansenbe - Bert Jansen]
  • Admin library: Extra parameters to configure the SharePoint Add-In and Azure ACS principal loading [jansenbe - Bert Jansen]
  • Changed IList.DraftVersionVisibility to use enum DraftVisibilityType instead of an int #1286 [jansenbe - Bert Jansen]
  • Fixing URL too long issue when downloading files #1290 [koenzomers - Koen Zomers]
  • Fixed regression coming from #1290 #1297 [jansenbe - Bert Jansen]
  • Admin library: switched to the new multi-geo aware site enumaration endpoint [jansenbe - Bert Jansen]
  • Fixed LoadListDataAsStream paging issue when item count was a multiple of the page size #1296 [jansenbe - Bert Jansen]
  • Made it easier to set a IField internal name [jansenbe - Bert Jansen]
  • Leave 'Teamify' loop when Team already existed #1319 [jansenbe - Bert Jansen]
  • Fixed 'hot reload' warning when debugging [jansenbe - Bert Jansen]
  • Fix setting site collection admins for groupified sites #1323 [mloitzl - Martin Loitzl]