Skip to content

Releases: Badgerati/Pode

Pode v0.30.0

26 May 11:19
b6bde2a
Compare
Choose a tag to compare

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

10 May 18:41
577ce10
Compare
Choose a tag to compare

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

16 Apr 20:54
b07c939
Compare
Choose a tag to compare

Checksum: 118E0D555346691EF2879FF3D3C269C78A94C60B0F3F08B3AA200E0D34338ABD

Bugs

  • #226: Adds the gui function to the export list

Pode v0.28.0

13 Apr 22:09
9e1a7d3
Compare
Choose a tag to compare

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 to config

Pode v0.27.3

04 Apr 19:37
dccf3e4
Compare
Choose a tag to compare

Checksum: 4119878F9CB520E4C774DC44431144AFD2D86F3F6A4F7CB1605DF1263986EEA4

Bugs

  • #217: Binding to hostname throws error

Pode v0.27.2

27 Mar 22:36
ce11766
Compare
Choose a tag to compare

Checksum: 07EC58AE3B557B13A67F4CAEC53AF6005E6A6F515104DD1DD6FE33585996C6A3

Bugs

  • #212: Incorrect variable name used in html, csv, xml and json functions when referencing files

Pode v0.27.1

16 Mar 21:22
9cfa2fa
Compare
Choose a tag to compare

Checksum: 50D008704F2BC18E8B8D72581BC5009380CAB3B7BC91C7A2482B5238D5E5E1FB

Bugs

  • #199: Fix issues with relative paths when running server as a service
  • #200: Fix issue with file monitor, where folder patterns fail to match on new files

Pode v0.27.0

14 Mar 21:46
f7e12d1
Compare
Choose a tag to compare

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

Pode v0.26.0

17 Feb 15:22
fc5b814
Compare
Choose a tag to compare

Checksum: 68B39978014B2213FC857899583C48B4D77DB2B84A6883A44739134F24DF45A0

Features

  • #162: Basic support for local modules in package.json on pode install
  • #175: Support for flash messages on sessions, and in authentication

Bugs

  • #72: Runspace pools aren't being recreated, and modules fail to import into other RunspacePools

Pode v0.25.0

05 Feb 20:15
cce46ea
Compare
Choose a tag to compare

Checksum: 78CB62CDE3EB3334417E7A13DDE1FD86F746624ED6CF8AE6D1ADB1790BE85029

Features

  • #170: Support for Static Content Caching, with ability to include/exclude routes/extensions

Enhancements

  • #161: New method to return configuration from the pode.json file, plus improved docs and support for environment configs
  • #165: Support on the inbuilt SMTP server for Subject and decoded Body
  • #168: Ability to exclude/include paths/extensions when triggering an Internal Restart

Documentation

  • #45: Add "Known Issues" pages to documentation

Clean-Up

  • #160: Internally, rename occurrences of $PodeSession to $PodeContext