Skip to content

v0.2.2.2

Choose a tag to compare

@klemmestad klemmestad released this 14 Nov 14:51
· 774 commits to master since this release

Version 0.2.2.2

  • IMPORTANT: TLS 1.2 is now the default for all API calls
  • Datetime parameter in GET functions are explicitly cast to Sortable Datetime format including UTC offset to ensure local time is interpreted correctly by the API.
  • Datetime properties on returned objects are changed to local time for easier coding. No need to handle timezone offsets manually anymore,
  • When updating objects the API has a limit of 200 objects per API call. The module now handles this correctly.
  • You can now specify object to modify by passing their -Id to SET functions instead of -InputObject
  • Expand UserDefinedFields by default in SET functions when using -PassThru