Releases: Badgerati/Pode
Releases · Badgerati/Pode
Pode v1.8.3
Pode v1.8.2
Checksum: 071EB0C28CBD2707A24E211729289C386092935E6340A64CB4A7328CBE0EAD59
Bugs
- #594: Add
Import-PodeSnapIn
to FunctionsToExport list
Pode v1.8.1
Pode v1.8.0
Checksum: 926DC755173AD651B2C60D1EDEC645C2FCF7C9644CC617E6F113319A6CD0DDFE
Enhancements
- #533: Support on states for inclusion/exlcusions when saving, and scopes on states
- #538: Support to batch log items together before sending them off to be recorded
- #540: Adds a Ctrl+B shortcutto open the server in the default browser
- #542: Add new switch to help toggling of Status Page exception message
- #548: Adds new
Get-PodeSchedule
andGet-PodeTimer
functions - #549: Support for calculating a schedule's next trigger datetime
Bugs
- #532: Fixes a bug in
Get-PodeRoute
when a route is bound to multiple endpoints - #547: Fixes a bug where not all data was being read on SMTP messages
- #558: Paths with URL encoded characters fail when trying to load static content
Documentation
- #381: Documentation on using Pode in Heroku (plus auto-detection support)
Packaging
Pode v1.7.3
Checksum: E0F96CC5CE7A39B80B4A890A38A44E451DBA3FF5EF04E09F44912A2BF1FC4222
Bugs
- #554: Fixes an issue where HTML static files would be treated as dynamic files
Pode v1.7.2
Checksum: EDD7FD03B8184DD71B95E7FC4FBE07137B1E413C1F6084131A8E263B1068CCBB
Bugs
- #543: Fixes an internal issue that was causing errors in the SMTP server
Pode v1.7.1
Checksum: 6E69DD510D8AABA06AD2DFEEAD5A1F500E695D3351A9C6D38160F2622559885F
Bugs
- #534: Fixes an issue with IIS Windows Authentication when using foreign trusted domains (thanks @RobinBeismann!)
Pode v1.7.0
Checksum: 3BD2FE430A7F8AB41905F586D9B5D1822355FEC8BF2AB990A79D2B41AD619C5E
Features
- #504: Support for GZip and Deflate compression on Requests
- #507: Support for GZip and Deflate compression on Responses
- #510: New inbuilt authenticator to allow authenticating users from a file
Enhancements
- #511: Adds middleware support to
Add-PodeStaticRoute
- #518: New
Get-PodeEndpoint
function to retrieve and filter endpoints - #525: Support for Azure Web Apps, fixes DisableTermination, and adds Quiet switch
Bugs
- #509: Fixes a freezing bug caused by sessions - and improves performance of sessions
Documentation
- #517: Adds missing
-Sessionless
parameter in IIS docs (thanks @RobinBeismann!)
Packaging
- #503: Bump the Docker images to PowerShell v7.0
Pode v1.6.1
Pode v1.6.0
Checksum: 569C08B419EEE54001449CD1A121D6C17784CF7F5341086F06A93B65CF826B96
Features
- #464: Request metrics for routes for the number of requests
- #473: Digest Authentication support (with added support for PostValidator scripts)
- #478: Bearer Authentication support (with support for scope validation)
Enhancements
- #425: Adds functions to get routes:
Get-PodeRoute
andGet-PodeStaticRoute
- #474: The inbuilt Windows AD authentication now works cross-platform!
- #475: Adds support for hosting a Pode server via IIS
Bugs
- #477: Fix QueryString parsing on Pode server type
Documentation
- #484: Information about Web Events and their structure