Skip to content

Releases: Badgerati/Pode

Pode v1.8.3

20 Sep 17:26
262a195
Compare
Choose a tag to compare

Checksum: E9252643183B17E2F18537F803850B186B6AD5BB6087BAC3D9A11FE7A93ECDFA

Enhancements

  • #602: Adds a new Remove-PodeOAResponse function to allow removing of default responses
  • #603: Adds a new -Enum parameter onto the OpenAPI property functions

Pode v1.8.2

31 Jul 22:19
efb6b3e
Compare
Choose a tag to compare

Checksum: 071EB0C28CBD2707A24E211729289C386092935E6340A64CB4A7328CBE0EAD59

Bugs

  • #594: Add Import-PodeSnapIn to FunctionsToExport list

Pode v1.8.1

26 Jun 07:32
7e98b92
Compare
Choose a tag to compare

Checksum: A8F6BC8C57E955BB8E6F7B515E3A37BA97ACC353A355ED8DB4BF97F2FE2F56C5

Bugs

  • #578: Fixes OpenAPI functions with rogue "=" on returning a value
  • #581: Fixes large messages being sent via web sockets

Pode v1.8.0

24 May 19:39
43e795b
Compare
Choose a tag to compare

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 and Get-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

  • #546: Adds automated integration tests
  • #562: Remove AppVeyor and TravisCI in favour of GitHub Actions
  • #567: Bump Powershell version in Docker to 7.0.1
  • #569: Bump version of MkDocs and Material Theme

Pode v1.7.3

10 May 20:08
b13e444
Compare
Choose a tag to compare

Checksum: E0F96CC5CE7A39B80B4A890A38A44E451DBA3FF5EF04E09F44912A2BF1FC4222

Bugs

  • #554: Fixes an issue where HTML static files would be treated as dynamic files

Pode v1.7.2

27 Apr 20:47
0b2d66f
Compare
Choose a tag to compare

Checksum: EDD7FD03B8184DD71B95E7FC4FBE07137B1E413C1F6084131A8E263B1068CCBB

Bugs

  • #543: Fixes an internal issue that was causing errors in the SMTP server

Pode v1.7.1

17 Apr 12:29
dc9d6ab
Compare
Choose a tag to compare

Checksum: 6E69DD510D8AABA06AD2DFEEAD5A1F500E695D3351A9C6D38160F2622559885F

Bugs

  • #534: Fixes an issue with IIS Windows Authentication when using foreign trusted domains (thanks @RobinBeismann!)

Pode v1.7.0

10 Apr 20:47
4c5521e
Compare
Choose a tag to compare

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

Packaging

  • #503: Bump the Docker images to PowerShell v7.0

Pode v1.6.1

07 Mar 10:33
db09c20
Compare
Choose a tag to compare

Checksum: AEDD3E9872D347921D0FE998DA848431D2B5A1348093E4B1E0E23949FA11169B

Bugs

  • #495: Fix issue with parsing query strings when using the Pode server type

Documentation

  • #496: When using IIS, install Pode using AllUsers scope
  • #497: Comments about using PowerShell classes in Pode, under Known Issues

Pode v1.6.0

03 Mar 22:48
1e1bd1e
Compare
Choose a tag to compare

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 and Get-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