Skip to content

Latest commit

 

History

History
353 lines (188 loc) · 5.65 KB

File metadata and controls

353 lines (188 loc) · 5.65 KB

CHANGELOG

[0.0.33] - 2026-02-05

Fixes

  • Fix issue with running scripts of ParamArray parameter type

Testing

  • Add more test cases for Invoke-IdentityManagerScript

Miscellaneous

  • Add comments to functions

[0.0.32] - 2025-12-18

Miscellaneous

  • Clarify dependencies for v9.3 and PowerShell

[0.0.31] - 2025-12-18

Miscellaneous

  • Update README.md to reflect support for v10.0 LTS
  • Fix formatting in README.md

[0.0.30] - 2025-11-24

Fixes

  • Fix issues during creation of AccProductGroups

[0.0.29] - 2025-10-02

Fixes

  • Prepare support for Dotnet 10

[0.0.28] - 2025-04-07

Fixes

Testing

  • Add test cases for Get-Configparm

Miscellaneous

  • Add method Get-Configparm to get all configuration settings
  • Extend FillDbWithFakeData with custom target systems

[0.0.27] - 2025-02-11

Fixes

  • Fix issue #46: Wrong parameter type for Invoke-ImEvent event parameters

Testing

  • Add test case for generating events with parameters

Miscellaneous

[0.0.26] - 2025-01-27

Fixes

  • Fix issues with demo script in older Identity Manager releases

Testing

Miscellaneous

  • Code cleanup
  • Rename Get-InstalledModule to Get-InstalledIdentityManagerModule for fix of overwritten default Powershell cmdlet

[0.0.25] - 2025-01-21

Fixes

  • Fix issues with demo script in contribute on older Identity Manager versions

Testing

Miscellaneous

  • Add method to show system informations on startup
  • Add method Get-InstalledModules to list installed modules from database

[0.0.24] - 2025-01-16

Fixes

  • Fix issues with sql factory detection

Testing

Miscellaneous

  • Update requirements for latest Identity Manager release v9.3x
  • Update steps for getting more insights in case of errors

[0.0.23] - 2024-12-13

Fixes

  • Fix issues when running on Linux

Testing

Miscellaneous

  • Update QRCoder to 1.6.0
  • Introduce trace mode to generate Object and SQL log
  • Extend demo script with more test data

[0.0.22] - 2024-11-01

Fixes

  • Fix issues with Join-Path
  • Fix some typos

Testing

Miscellaneous

[0.0.21] - 2024-10-25

Fixes

Testing

Miscellaneous

  • Minor improvements for FillDbWithFakeData.ps1

[0.0.20] - 2024-10-23

Fixes

Testing

  • Add tests for Test-Entity method
  • More tests for modification of entities

Miscellaneous

  • Add Test-Entity method to check existence of entities
  • Remove parameter FactoryName from New-IdentityManagerSession. It can be detected automatically from connectionstring.
  • Minor improvements for FillDbWithFakeData.ps1

[0.0.19] - 2024-06-18

Fixes

  • Better detection for unsupported PowerShell version
  • Code cleanup

Testing

Miscellaneous

[0.0.18] - 2024-05-22

Fixes

  • Fix reloading of entities

Testing

  • Fix performance tests
  • More tests for Resolve-Exception

Miscellaneous

[0.0.17] - 2024-04-30

Fixes

  • Fix reloading of entities

Testing

Miscellaneous

  • Add contribute script to populate a database with some fake data

[0.0.16] - 2024-04-10

Fixes

  • Fix issues with duplicate session closing

Testing

  • Add some performance tests

Miscellaneous

  • Fix some typos
  • Improve bulk operations

[0.0.15] - 2023-11-28

Fixes

Testing

Miscellaneous

  • Turn off debug messages and add hint into README.md

[0.0.14] - 2023-11-28

Fixes

  • Hotfix for missing variable assignment in v0.0.13

Testing

Miscellaneous

[0.0.13] - 2023-11-28

Fixes

  • Fix issue #22: How to deal with multiple DB's in different versions
  • Fix issue #23: Cant create application server connection

Testing

  • Add more tests for New-IdentityManagerSession
  • Minor cleanup

Miscellaneous

  • Minor cleanup
  • Introduce new parameter ModulesToAdd to New-IdentityManagerSession and wrapper functions to control function creation
  • Introduce new parameter ProductFilePath to Get-Authentifier and New-IdentityManagerSession to allow specification of assembly path

[0.0.12] - 2023-07-25

Fixes

  • Fix issue #19: Can't set attributes to empty

Testing

  • Add tests for Set-EntityColumnValue

Miscellaneous

[0.0.11] - 2023-03-23

Fixes

  • Fix typos

Testing

Miscellaneous

[0.0.10] - 2021-10-08

Fixes

  • Add method Get-TableCount

Testing

  • Add tests for method Get-TableCount

Miscellaneous

[0.0.9] - 2021-10-08

Fixes

  • Rename Get-Method to Get-EntityMethod

Testing

Miscellaneous

[0.0.8] - 2021-10-08

Fixes

  • Reload entities to allow further updates
  • Don't try to load an entity if it already passed

Testing

  • First typed wrapper tests

Miscellaneous

[0.0.7] - 2021-01-13

Fixes

Testing

Miscellaneous

[0.0.6] - 2021-01-04

Fixes

  • Fix #7 New-Entity fails with error: "Resolve-Exception : The term 'Add-s' is not recognized as the name of a cmdlet..."

Testing

Miscellaneous

[0.0.5] - 2020-11-19

Fixes

Features

  • Better error handling during module loading

Testing

Miscellaneous

[0.0.4] - 2020-11-05

Fixes

  • Rename functions Get-Event / Invoke-Event to Get-ImEvent / Invoke-ImEvent because of ambiguous overwriting of default methods

Features

  • Introduce tests

Testing

  • Introduce Pester tests

Miscellaneous