Release 0.49.0 - Fully supported C#-based class library #213
wsmelton
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The latest release is now published, v0.49.0. This release includes a few key changes:
Thycotic.SecretServer.dll
).DefaultCommandPrefix = 'Tss'
in the module's manifest. This was found to cause additional overhead for both import and when calling commands.All the commands being that the prefix method has been removed now include the hardcoded prefix in the filename and the function name. This comes with it a great deal of performance for your scripting.
Windows PowerShell example between 0.48.1 and 0.49.0 performing an import of the module and then creating of a TssSession object against a Secret Server Cloud subscription tenant:
0.48.1: Total time: 00:00:15.2078
0.49.0: Total time: 00:00:05.5289
That is ~9.678-second improvement just getting from importing and a token request! 🥳
Beta Was this translation helpful? Give feedback.
All reactions