Skip to content

2.19.0

Latest

Choose a tag to compare

@rnwood rnwood released this 13 Feb 21:13
360a2a5

📦 Installation

View this release on PowerShell Gallery: 2.19.0

To install this release:

Install-Module Rnwood.Dataverse.Data.PowerShell -RequiredVersion 2.19.0 -Scope CurrentUser

For more installation options, see:

Changes

✨ Features

  • feat: Add support for local option sets in Set-DataverseOptionSetMetadata (#1424) (0db5ca1)
  • feat: enable parallel execution for E2E tests (#1431) (9cdf06a)
  • feat(connection): add DisableAffinityCookie parameter for max performance mode (#1423) (977a3bd)
  • feat: make SQL parameter positional in Invoke-DataverseSql (#1411) (83b51ec)
  • feat: allow hashtables as InputObject in Set-DataverseOrganizationSettings (#1395) (270b6a5)

🐛 Bug Fixes

  • fix(docs): resolve help file corruption causing flip-flopping changes (#1432) (360a2a5)
  • fix: add State property support for statuscode options in Set-DataverseAttributeMetadata (#1425) (993587e)
  • fix(sitemap): include XML in updates, handle publish correctly, and fix test compatibility (#1421) (e516bc4)
  • fix: Set-DataverseFormControl should not require -DataField when updating (#1426) (09b396f)
  • fix: enable clone support for mock connections via interface pattern (#1427) (b6e3d85)
  • fix: provide clear error for non-readable columns in Set-DataverseRecord (#1405) (2979dfe)
  • fix: Set-DataverseView null reference with empty layoutxml (#1400) (554a99a)
  • fix: correct behavior 1 parameter mapping in Set-DataverseSolutionComponent (#1398) (0b78582)

📝 Other Changes

  • ⚡ Performance: perf: optimize E2E test CanAddReadUpdateAndManageSolutionComponents (#1429) (a906aec)
  • ✅ Test: test: e2e tests - remove pester and improve quality (#1415) (1264e3f)
  • ✅ Test: test: remove pester for better tools for standard tests and improve test quality (#1413) (4313f38)
  • Other: Enable Module tests by removing skip directive (#1407) (18a742d)
  • 📚 Documentation: docs: remove obsolete URL reference from -Connection parameter help (#1384) (c7f144f)

What's Changed

  • fix: correct behavior 1 parameter mapping in Set-DataverseSolutionComponent by @Copilot in #1398
  • docs: remove obsolete URL reference from -Connection parameter help by @Copilot in #1384
  • feat: allow hashtables as InputObject in Set-DataverseOrganizationSettings by @Copilot in #1395
  • fix: Set-DataverseView null reference with empty layoutxml by @Copilot in #1400
  • fix: provide clear error for non-readable columns in Set-DataverseRecord by @Copilot in #1405
  • test: Reenable basic e2e Module tests by @rnwood in #1407
  • feat: make SQL parameter positional in Invoke-DataverseSql by @Copilot in #1411
  • test: remove pester for better tools for standard tests and improve test quality by @rnwood in #1413
  • test: e2e tests - remove pester and improve quality by @rnwood in #1415
  • fix: enable clone support for mock connections via interface pattern by @Copilot in #1427
  • fix: Set-DataverseFormControl should not require -DataField when updating by @Copilot in #1426
  • perf: optimize E2E test CanAddReadUpdateAndManageSolutionComponents by @Copilot in #1429
  • feat(connection): add DisableAffinityCookie parameter for max performance mode by @Copilot in #1423
  • fix(sitemap): include XML in updates, handle publish correctly, and fix test compatibility by @Copilot in #1421
  • feat: enable parallel execution for E2E tests by @Copilot in #1431
  • feat: Add support for local option sets in Set-DataverseOptionSetMetadata by @Copilot in #1424
  • fix: add State property support for statuscode options in Set-DataverseAttributeMetadata by @Copilot in #1425
  • fix(docs): resolve help file corruption causing flip-flopping changes by @Copilot in #1432

Full Changelog: 2.18.0...2.19.0