Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
466 changes: 197 additions & 269 deletions Cargo.lock

Large diffs are not rendered by default.

22 changes: 21 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# `fastn` Change Log

## Unreleased
## 10 June 2025

### fastn: 0.4.103

- Fix: Send POST request body with a wasm+proxy:// url used in an http processor.
- 2757a1e68: Support for tuple style POST body params is in ftd.submit_form, this works similar to the ftd.http function.

## 25 May 2025

### fastn: 0.4.102

- 6e35b7911 - Build static fastn for x86_64-linux-gnu

## 09 May 2025

### fastn: 0.4.101

- Switch to UPL license.
- cfc0780b9: Fix: Consider `sitemap` items when resolving imports

## 28 March 2025

### fastn: 0.4.100

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fastn-core/fbt-tests/08-static-assets/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fastn-core/fbt-tests/09-markdown-pages/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading