Skip to content

Releases: lithnet/resourcemanagement-client

v2.0.14

17 Mar 00:47

Choose a tag to compare

Major release adding support for .NET 8+ as well as cross-platform support for Windows, macOS, and Linux.

Native connections from non-windows platforms is not possible without additional configuration on the MIM Service side.
Please read the connection guide for information on how to configure the MIM service to support connections from non-framework clients.

Configuration for .NET Framework clients running on windows remains the same as v1.0

v2.0.11-beta

30 Aug 15:03

Choose a tag to compare

v2.0.11-beta Pre-release
Pre-release

Initial beta release with net core support

v1.0.6435

14 Aug 03:48

Choose a tag to compare

Fixes an issue where the internal schema dictionary was incorrect exposed as public. This is a breaking change as previous calls to the following methods and properties

ResourceManagementSchema.ObjectTypes[typeName]
ResourceManagementSchema.ObjectTypes
ResourceManagementSchema.ObjectTypes.ContainsKey(typeName)

need to be changed to the new type-safe equivalent

ResourceManagementSchema.GetObjectType(typeName)
ResourceManagementSchema.GetObjectTypes()
ResourceManagementSchema.ContainsObjectType(typeName)

Fixes an issue where a race condition may occur when one client refreshes the schema, while another is accessing it.

Download the latest version from nuget

v1.0.6286

17 Mar 22:05

Choose a tag to compare

Fixes issue #11 - An ArgumentNullException is thrown for the delete of an empty resource list (reported by @andersjarl)

Download the package from nuget

v1.0.6243

02 Feb 23:02

Choose a tag to compare

  • Adds support for delegated credentials
  • Adds support for submitting requests that return with pending authorization information
  • Fixes an issue where the attribute names do not appear in a PermissionDeniedException
  • Adds support to modify the timeout values of the FIM service binding
  • Adds support for getting permission hints during a get operation
  • Fixes an issue where all attribute values were serialized as strings
  • Adds support for customization of the serialization process
  • Performance fix update contributed by @andersjarl
  • Helper extensions by @andersjarl
  • Fixes an issue where a byte array comparison may incorrectly succeed
  • Fixes an issue where SaveResources could result in a stack overflow
  • Fixes an issue where an exception is not thrown if a release request fails
  • Adds support for reading the Microsoft resourceManagementClient config section when the Lithnet one is not present
  • Strong named the assembly

Download the package from nuget

v1.0.6048

23 Jul 01:29

Choose a tag to compare

v1.0.6039

14 Jul 04:59

Choose a tag to compare

Adds a new exception model based around ResourceManagementException
Updated the SOAP fault translator to use the new exception model

This is a breaking change that replaces the previous SOAP exceptions used that were built into the Microsoft.ResourceManagement space

v1.0.6037

12 Jul 07:58

Choose a tag to compare

Fixes an issue where the GetApprovals(ApprovalStatus status, UniqueIdentifier userID) method generated an invalid XPath query and would fail