mdaneri
mdaneri
### Description of the Change Small quality of life improvements ### Pode.build.ps1 Test The build task is invoked only if no DLL is present ### Pode.psm1 Not anymore, a long...
### Summary This pull request adds several new functions to the Pode project for handling web event data and for serializing/deserializing hashtables. The new functions are: - `Get-PodeBody` - `Get-PodeQuery`...
#### Description: This pull request addresses several issues related to the OpenAPI component schema properties, server endpoints, and path filtering. These changes are related to the issues raised in [Issue...
#### Description: When using a self-signed certificate with Pode on macOS Sequoia, applications that define an HTTPS endpoint via `Add-PodeEndpoint -Protocol Https -SelfSigned` encounter the following error: ``` Exception calling...
Recovered from #1335 ## Description: This PR introduces new features to the Pode logging system, adding support for Syslog and Restful logging methods. The following new functions have been added:...
### Description of the Change Make Pode a service without external utility
#### **Summary:** There is an issue in the `ConvertTo-PodeYaml` function in Pode that causes the conversion to fail if the source `Hashtable` or `PSCustomObject` contains a key named `Count`. This...
_Recovered from #1353_ ### Summary This pull request adds several new functions to the Pode project for handling web event data and for serializing/deserializing hashtables. The new functions are: -...
### Description of the Change This update introduces the option to use PodeState with thread safety by adding a new `PodeOrderedConcurrentDictionary` type. This new type supports an ordered hashtable with...
#### **Summary** This pull request introduces the Pode Watchdog feature, which allows users to monitor and manage processes or scripts running within their Pode server. The Watchdog automatically tracks process...