-
-
Notifications
You must be signed in to change notification settings - Fork 95
v2.12.1 #1553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- ContentType is matching the image type - Favicon parameter can be a path or a byte array - Documentation improvements
Improved Compatibility for `Write-PodeHostDivider` on Older Windows Versions
Fix: Prevent Early Invocation of Write-PodeErrorLog in Console Setup
Fixes the way logs are removed when using MaxDays, and servers restart daily; Fixes Pode removing more log files than expected due to too broad of a filter
Adds Hostname, Scheme, Query, and UtcDate to raw Request item for logging
Fixes AzureAD link in Authentication Overview page
- Added new internal functions: `Add-PodeFavicon`, `Remove-PodeFavicon`, `Get-PodeFavicon`, `Test-PodeFavicon` - Introduced `-DefaultEndpoint` support across all favicon commands - Removed `-Favicon` and `-DefaultFavicon` from `Add-PodeEndpoint` - Created dedicated documentation for favicon management - Clarified that no favicon is served by default, and they must be assigned after endpoints are created
…Pode into fix-file-browse-icons
Fixes the file browser icons, so they render on PS5; Fixes the file browser parent directory create/update dates
Quote strings that begin with YAML-special prefix characters as single-quoted scalars to ensure valid YAML output. Description:Ensure that any scalar starting with a YAML-special prefix character is emitted as a single-quoted string.
Fixes unquoted YAML strings starting with special characters, incorrect indentation for standalone block literals, and incorrect line endings (CRLF)
remove Font-Awesome license
Bundles the OpenAPI Documentation Libraries with the Pode Module, for stability and to support offline servers
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.20.8 to 5.21.0. - [Release notes](https://github.com/swagger-api/swagger-ui/releases) - [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc) - [Commits](swagger-api/swagger-ui@v5.20.8...v5.21.0) --- updated-dependencies: - dependency-name: swagger-ui-dist dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps the PS7.5 version in GitHub Actions to 7.5.1; Bumps the InvokeBuild version in GitHub Actions to 5.12.2
…er-ui-dist-5.21.0 Bump swagger-ui-dist from 5.20.8 to 5.21.0
Bumps [redoc](https://github.com/Redocly/redoc) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/Redocly/redoc/releases) - [Changelog](https://github.com/Redocly/redoc/blob/main/CHANGELOG.md) - [Commits](Redocly/redoc@v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: redoc dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…-2.5.0 Bump redoc from 2.4.0 to 2.5.0
Adds Releases Notes for v2.12.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enhancements
Write-PodeHostDivider
on Older Windows Versions #1518: Improved Compatibility for 'Write-PodeHostDivider' on Older Windows Versions (thanks @mdaneri!)Bugs
Documentation
Packaging
Performance