Releases: PepperDash/PepperDashCore
Releases · PepperDash/PepperDashCore
2.0.0-beta-379
What's Changed
- fix: StreamDebugging in default constructor by @ngenovese11 in #166
Full Changelog: 1.3.1...2.0.0-beta-379
1.3.2
What's Changed
- fix: StreamDebugging in default constructor by @ngenovese11 in #166
Full Changelog: 1.3.1...1.3.2
1.3.2-hotfix-378
Merge pull request #166 from PepperDash/hotfix/165-bug-generictcpipcl…
1.3.2-hotfix-340
fix: StreamDebugging in default constructor - creates a StreamDebugging class with the default s+ key - this shouldn't matter since in a simpl windows env you can't use console commands anyhow
1.3.2-hotfix-339
Merge pull request #163 from PepperDash/hotfix/ssh-object-disposed-ex…
1.3.1
What's Changed
- fix: handles an object disposed ex by @ngenovese11 in #163
Full Changelog: 1.3.0...1.3.1
1.3.1-hotfix-338
fix: cleaned up some debug - in both 'send' methods, print and log the ex message at level 0 - in both 'send' methods, print and log the stack trace at level 1
1.3.1-hotfix-337
fix: handles an object disposed ex - the SSH Stream is occasionally disposed, when this happens we catch and recreate the client - removed the line where we set the Timer to null at disconnect, as there is no other place that the timer gets recreated - added try/catch w/ logging in the KillClient method for safety's sake
1.3.0
1.2.2-hotfix-335
chore: trigger build with new Crestron DBs