mdaneri
mdaneri
Rename any internal function with a plural noun to a singular one feature: #1271 Addressed the following ScriptAnalyzer warnings - `PSAvoidUsingCmdletAliases` - `PSAvoidUsingWriteHost` - `PSAvoidUsingInvokeExpression` Suppress `PSPossibleIncorrectComparisonWithNull` for function `New-PodeAutoRestartServer`...
PowerShell best practices state cmdlets should use singular nouns and not plurals. Suppression allows you to suppress the rule for specific function names. For compatibility, an Alias with the old...
Readme - add new Pode features to the list KnowIssues - add 7.4 support safethread classes OpenAPI - minor updates
## 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: - `Enable-PodeMainLogging` -...
## Description This feature enhances the Pode module by enabling full support for passing arrays to functions using the pipeline. The update ensures that the specified functions can correctly handle...
**Background:** In the PowerShell module Pode, it is essential to ensure that functions correctly handle pipeline input to provide predictable and reliable behavior. The `process` block plays a crucial role...
### Description This PR introduces a GitHub Codespace configuration for Pode development and an accompanying "Getting Started with GitHub Codespace and Pode" guide. The updates aim to streamline the development...
### Description of the Change Enhanced Internationalization Support (i18n) ### Related Issue #1285
## Description This pull request adds a new configuration parameter `Web.OpenApi.UsePodeYamlInternal` to the Pode module. This parameter forces the use of the internal YAML converter even if `PSYaml` or `powershell-yaml`...
## Summary This document provides details on two new functions, `Set-PodeConfiguration` and `Get-PodeConfiguration`, to manage Pode server configurations programmatically. ## Functions ### `Set-PodeConfiguration` This function allows users to set various...