Skip to content

Swish v2.8.0

Compare
Choose a tag to compare
@owaddell owaddell released this 01 Aug 00:11
· 2 commits to dev since this release

New

  • Added http:valid-path? predicate.
  • Added validate-path to http:options.
  • Added examples.

Bug Fixes

  • Fixed a bug in http:eval-dynamic-page that caused "Exception: invalid context for definition (define-syntax find-param ...)"

Updates

  • Updated to SQLite 3.45.3
  • path-combine preserves directory separators present in its arguments, but avoids adding extra directory separators, e.g., when a constituent begins with a directory separator. It may also allocate less when called with more than two arguments.