Releases: Badgerati/Pode
Releases · Badgerati/Pode
Pode v0.32.0
Checksum: E0B8EA15FA9CE8EB87CBE38E3995D9C67C44EB9BC7D8F3AD9933A8F9683451D7
Enhancements
- #270: Support on
gui
to specify the width and height of the window - #280: Support when file monitoring to output the files that caused the server to restart
- #282: New actions on
state
to save and restore to to/from a file
Bugs
Documentation
- #284: Notes in documention about referencing JSON payload data in PowerShell 4/5
Pode v0.31.0
Checksum: E76DAD09A3DD7949D9CB65060CC016257477DDF63C7C3D1977E02184D92E4BAE
Features
- #264: Support for Azure Functions and AWS Lambda
- #264: New
header
function for adding/setting and getting header values from the Request/Response
Enhancements
- #264: Cookies are now done via the "Set-Cookie" header, meaning
cookie
now appropriately sets multiple cookies - #266: Have a
-Browse
flag on theserver
to auto-launch the website in a browser
Bugs
- #264: The
text
function now sets the content-type to "text/plain" by default
Pode v0.30.0
Checksum: 39BF10FEF5E917430B1EAAF114612AD804A1C669EC17F5C63F38F184C36DC42F
Enhancements
- #245: Support for Windows AD group validation on the inbuilt 'windows-ad' authentication validator
- #250: Support for bulk importing/loading scripts and modules
- #251: Support on routes to supply a FilePath to a script that contains the route's scriptblock
- #252: Support on the server function to supply a custom RootPath
Performance
- #258: Performance improvements to all aspects of a web request, reducing response times
Packaging
- #261: Docker images updated to PowerShell Core v6.2.1
Pode v0.29.0
Checksum: 7A87E7004A6CEEA82389A0B99E6F37E72E1142E814439EA2F6D19B22F30AFFDB
Enhancements
- #216: Multi-content-type support on Error Pages
- #232: Support for setting/forcing default content types on routes
- #243: Support on static routes to flag them as "Download Only"
- #248: Ability to alter the server's root path
Packaging
- #227: Docker images updated to PowerShell Core v6.2.0
- #233: New ARM32 docker image, enabling support for Raspberry Pi
Build
Pode v0.28.1
Checksum: 118E0D555346691EF2879FF3D3C269C78A94C60B0F3F08B3AA200E0D34338ABD
Bugs
- #226: Adds the
gui
function to the export list
Pode v0.28.0
Checksum: 7AAA2AC3C420B1B5E15E0F81EC798DCB0A4042CB8082CB73122D057C6245B530
Features
- #210: New
cookie
function added, to support setting/getting cookies - including signing them - #211: Support for CSRF via the new
csrf
function, which generates valid middleware and random tokens
Enhancements
- #204: Support on the
import
function to import PSSnapIns - #223: Support for using a Thumbprint on the
listen
function instead of Certificate name
Bugs
- #206: When disposing/restarting the SMTP server, send a "QUIT" message if still connected
Clean-Up
- #209: Rename of internal function to avoid collisions, and change
Get-PodeConfiguration
toconfig
Pode v0.27.3
Checksum: 4119878F9CB520E4C774DC44431144AFD2D86F3F6A4F7CB1605DF1263986EEA4
Bugs
- #217: Binding to hostname throws error
Pode v0.27.2
Checksum: 07EC58AE3B557B13A67F4CAEC53AF6005E6A6F515104DD1DD6FE33585996C6A3
Bugs
- #212: Incorrect variable name used in
html
,csv
,xml
andjson
functions when referencing files
Pode v0.27.1
Pode v0.27.0
Checksum: 472DE41BC9FC7630B1685B1F4EDEBEE18B08EFB89C86958C085E14BECDD8476D
Features
- #185: Support for Server Restarts either Periodically or at specific Times, with support for cron expressions
- #188: Support for Custom Error pages, with inbuilt Pode error pages
Enhancements
- #189: SMTP server to parse data headers and have them set on the event object
Performance
- #196: Massive improvements to performance when loading static content
Bugs
- #181: Importing modules into the current scope should be done Globally, making them instantly accessible
- #183: TCP Reads and Writes should be Async so they can be terminated more easily
- #184: SMTP and TCP servers fail to Restart
- #196: Default paths on Static Content fail when using nested directories
General
- #194: Update Dockerfile from using PSCore 6.1.0 to 6.1.3