Skip to content

v4.2.0

Latest

Choose a tag to compare

@rmbolger rmbolger released this 10 Jul 06:02
· 1 commit to main since this release
14e2ccc
  • Added the option to disable session re-use via the -NoSession switch on config profiles and individual public functions. This can negatively affect performance and increase audit log verbosity for large numbers of WAPI calls but is useful in certain edge cases.
    • When used with Set-IBConfig all subsequent function calls using that profile will no longer create or save sessions with the WAPI host. Use -NoSession:$false to unset.
    • When a profile has sessions enabled, you can still disable session re-use on a per-call basis by adding the -NoSession switch to the function you're using.
    • Per-call functions include Get/New/Remove/Set-IBObject, Get-IBSchema, Invoke-IBFunction/IBWAPI, and Receive/Send-IBFile.
  • Added support for IBWAPI_NOSESSION environment variable when using stateless mode.