Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: fastn-stack/fastn

0.4.113

17 Sep 11:14
@github-actions github-actions

Choose a tag to compare

fastn - Full-stack Web Development Made Easy

Checkout fastn installation step: https://fastn.com/install/.

Note: fastn_linux_musl_x86_64 is not built with musl libc, it is built with
glibc and is a static binary. The name is kept for consistency with older
releases.

GitHub Sha: a473f41
Date: Wed Sep 17 11:14:28 UTC 2025

What's Changed

  • fix: Do not override query params of http processor's target url. PR #2209.
Assets 6
Loading

0.4.112

20 Aug 11:42
@github-actions github-actions

Choose a tag to compare

fastn - Full-stack Web Development Made Easy

Checkout fastn installation step: https://fastn.com/install/.

Note: fastn_linux_musl_x86_64 is not built with musl libc, it is built with
glibc and is a static binary. The name is kept for consistency with older
releases.

GitHub Sha: 5b88a47
Date: Wed Aug 20 11:42:09 UTC 2025

What's Changed

  • fix: Escape more chars while constructing a string for js output. See PR #2180.

fastn: 0.4.111

  • dce62c4 - Add support for simple function calls in url header of the http processor. See PR #2179.
Loading

0.4.111

20 Aug 09:08
@github-actions github-actions

Choose a tag to compare

fastn - Full-stack Web Development Made Easy

Checkout fastn installation step: https://fastn.com/install/.

Note: fastn_linux_musl_x86_64 is not built with musl libc, it is built with
glibc and is a static binary. The name is kept for consistency with older
releases.

GitHub Sha: a28d703
Date: Wed Aug 20 09:08:30 UTC 2025

What's Changed

  • dce62c4 - Add support for simple function calls in url header of the http processor. See PR #2179.
Loading

0.4.110

29 Jul 05:46
@github-actions github-actions

Choose a tag to compare

fastn - Full-stack Web Development Made Easy

Checkout fastn installation step: https://fastn.com/install/.

Note: fastn_linux_musl_x86_64 is not built with musl libc, it is built with
glibc and is a static binary. The name is kept for consistency with older
releases.

GitHub Sha: 8f14289
Date: Tue Jul 29 05:46:19 UTC 2025

What's Changed

  • d93c5b1: Fix for loops counter when working across modules. See PR #2172 for more.

9 July 2025

fastn: 0.4.109

  • c179586: Avoid infinite loop in certain conditions. See PR #2170 for more.

3 July 2025

fastn: 0.4.108

  • fix: Filter out null from url query params in the http processor.
  • windows release: windows-2019 -> 2021 because 2019 is retired by Github.
Loading

0.4.109

09 Jul 05:09
@github-actions github-actions

Choose a tag to compare

fastn - Full-stack Web Development Made Easy

Checkout fastn installation step: https://fastn.com/install/.

Note: fastn_linux_musl_x86_64 is not built with musl libc, it is built with
glibc and is a static binary. The name is kept for consistency with older
releases.

GitHub Sha: 44b968c
Date: Wed Jul 9 05:09:21 UTC 2025

What's Changed

  • c179586: Avoid infinite loop in certain conditions. See PR #2170 for more.

3 July 2025

fastn: 0.4.108

  • fix: Filter out null from url query params in the http processor.
  • windows release: windows-2019 -> 2021 because 2019 is retired by Github.
Loading

0.4.108

04 Jul 09:27
@github-actions github-actions

Choose a tag to compare

fastn - Full-stack Web Development Made Easy

Checkout fastn installation step: https://fastn.com/install/.

Note: fastn_linux_musl_x86_64 is not built with musl libc, it is built with
glibc and is a static binary. The name is kept for consistency with older
releases.

GitHub Sha: 3ad3829
Date: Fri Jul 4 09:27:47 UTC 2025

What's Changed

  • fix: Filter out null from url query params in the http processor.
  • windows release: windows-2019 -> 2021 because 2019 is retired by Github.
Loading

0.4.107

30 Jun 08:51
@github-actions github-actions

Choose a tag to compare

fastn - Full-stack Web Development Made Easy

Checkout fastn installation step: https://fastn.com/install/.

Note: fastn_linux_musl_x86_64 is not built with musl libc, it is built with
glibc and is a static binary. The name is kept for consistency with older
releases.

GitHub Sha: 061fc11
Date: Mon Jun 30 08:51:26 UTC 2025

What's Changed

  • bb676ea - $ftd.set-current-language(lang: string) function.
  • 47c8e20 - Resolve requested language before auto processing imports.
Loading

0.4.106

19 Jun 11:04
@github-actions github-actions

Choose a tag to compare

fastn - Full-stack Web Development Made Easy

Checkout fastn installation step: https://fastn.com/install/.

Note: fastn_linux_musl_x86_64 is not built with musl libc, it is built with
glibc and is a static binary. The name is kept for consistency with older
releases.

GitHub Sha: 9ad7d51
Date: Thu Jun 19 11:04:56 UTC 2025

What's Changed

  • 83cf663 - Server render meta tags if request is from a bot.
  • doc: ftd.type's font-family attribute can take fallback fonts.
Loading

0.4.105

16 Jun 16:20
@github-actions github-actions

Choose a tag to compare

fastn - Full-stack Web Development Made Easy

Checkout fastn installation step: https://fastn.com/install/.

Note: fastn_linux_musl_x86_64 is not built with musl libc, it is built with
glibc and is a static binary. The name is kept for consistency with older
releases.

GitHub Sha: fc6c4e4
Date: Mon Jun 16 16:20:23 UTC 2025

What's Changed

  • fix(http processor): Send unquoted string in url query param to preserve old behaviour.
  • fix: Handle import of system packages from inherited- caller module correctly.
  • fix: Only consider main package when resolving imports for provided-via.
  • See: #2151 for more details.
Loading

0.4.104

11 Jun 15:42
@github-actions github-actions

Choose a tag to compare

fastn - Full-stack Web Development Made Easy

Checkout fastn installation step: https://fastn.com/install/.

Note: fastn_linux_musl_x86_64 is not built with musl libc, it is built with
glibc and is a static binary. The name is kept for consistency with older
releases.

GitHub Sha: 2d943d9
Date: Wed Jun 11 15:42:32 UTC 2025

What's Changed

  • 348030b: Fix correctly reflect overriden components for system packages. See issue #2139.
  • a42da86: Handle package local relative urls in http processor. See PR #2144.
  • 7551fc8: Handle wasm modules in mountpoint of app dependencies when called through http processor. See PR #2144.
Loading
Previous 1 3 4 5 25 26
Previous

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /