Skip to content

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 06 Jul 05:08
Immutable release. Only release title and notes can be modified.
ead5f85

v0.3.5

Fixed

  • Fixed a confusing error when a write was rejected for being outside the
    deployment's configured writable folders. It used to look identical to a
    security rejection (like a path-traversal attempt), so a perfectly normal,
    well-formed request could send someone hunting for a bug that wasn't there.
    The rejection now says specifically whether the path just isn't in the
    writable list, isn't a markdown file, or is genuinely malformed. Everything
    else is unchanged from 0.3.4.