[ANN] GNU Artanis-1.3.0 released!

Nala Ginrut <[email protected]> Sun, 24 Aug 2025 12:41:02 +0900
Newsgroups gmane.org.fsf.announce
Message-ID <87y0r9cova.fsf__4803.55954948522$1756043295$gmane$org@renee-desktop>
--=-=-=
Content-Type: text/plain


GNU Artanis is a modern web application framework for Scheme.

Features:

GPLv3+ & LGPLv3+
- Very lightweight - easy to hack and learn for newbies.
- Support JSON/CSV/XML/SXML.
- A complete web-server implementation, including an error page handler.
- High concurrent async non-blocking server core based on delimited
continuations.
- Has a Sinatra-like style route, hence the name "Artanis" ;-)
- Supported databases (through guile-dbi): MySQL/SQLite/PostgreSQL.
- Nice and easy web cache control.
- Efficient HTML template parsing.
- Efficient static file downloading/uploading.

GNU Artanis is both GNU and HardenedLinux official project.

Here are the compressed sources:
http://ftp.gnu.org/gnu/artanis//artanis-1.3.0.tar.gz   (704KB)
http://ftp.gnu.org/gnu/artanis//artanis-1.3.0.tar.bz2   (588KB)

Here are the GPG detached signatures[*]:
http://ftp.gnu.org/gnu/artanis//artanis-1.3.0.tar.gz.sig
http://ftp.gnu.org/gnu/artanis//artanis-1.3.0.tar.bz2.sig

Use a mirror for higher download bandwidth:
http://www.gnu.org/order/ftp.html

Here are the MD5 and SHA1 checksums:

4b9129db6b30681daa1b471c8ee38832  artanis-1.3.0.tar.gz
1ec780ff1371ec64983f026cf232aa37  artanis-1.3.0.tar.bz2
856918a2e60847ca08679c9751c61f996f65691c  artanis-1.3.0.tar.gz
eb7c7b863b664e2be4f0d739199a6522dd4ac795  artanis-1.3.0.tar.bz2

[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig file
and the corresponding tarball.  Then, run a command like this:

  gpg --verify artanis-1.3.0.tar.gz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys F53B4C5695B5E4D56093432484696772846A0058

and rerun the 'gpg --verify' command.

This release was bootstrapped with the following tools:
  Autoconf 2.71
  Guile 3.0.10

NEWS

Changes in 1.3.0
* Notable changes
- Fix client blocking issue.
- Fix socket closing issue.
- Fix LPC to work correctly with Redis.
- Fix runner to return multi returned values.
- Fix exception throw in reject-method.
- Fix fetching unicode filename of static files.
- Fix i18n lang detect and config.
- Fix header parsing in (artanis client).
- Support locationfollow and sslcert in (artanis client).
- Support plugin init.
- Add WebSocket close hook, and optimize WebSocket handshake.
- Add async runner.
- Add token key authn.
- Add customized config.
- Export (artanis cli).
- Improve manual.
- Upgrade irregex to 0.9.11.

--
GNU Powered it
GPL Protected it
GOD Blessed it
HFG - NalaGinrut
Fingerprint F53B 4C56 95B5 E4D5 6093 4324 8469 6772 846A 0058

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE9TtMVpW15NVgk0MkhGlncoRqAFgFAmiqmBkACgkQhGlncoRq
AFj9RA//cGG22kftjOdwS6y2Qi8GGcRqevIIVZslnS+fYsPtZyFHxkPtDuxD6Lio
tc+LSaRVVB50JCKw9yEhUjkYm/E6zKNyUxEe0TZCEIJh6gZJR1Q3ePd942P19tII
FcGiNnSZe4kTqUQ8HaVUFbaXKDgzyPLO+R8YY5CDrfUpwD9Z1onsk1aOvq5FEHoa
CI3UVyhobf5bCRSwdW/fMQO35CuQxrhKbbl8MGvw0kl0TRkD7wR3j0OZRj/EhM3z
LfoPwGDM2EUtCviKk+MJMqXPQUGJuSZvKo7sJa9cVXV/2w3mlHEy7EzPpd9ro8ax
8PC96V25ejNmOVkVLXgELsBeWLTFT/1aEN5rA9cm7i0ImQGR26/3VXKgMKO2PQJu
fzaDTbuDAlw0JvOgRVP251JFbrjKpbO0i8mV/14+aDfu2ktZOQYennGzgZMVQm03
NsT8GQlQkBnW1ByvApTtYu96wDExt3Q9TVoTcYyqayi9WveCJcKr5MSdF5OkgMYi
3kJr8hK5oIaUjLx3cncgX3h9cTELTVM/7ISVlsu85QYMqtXCHaf6aGJYyBEjdStK
V2pxzEyQzRXzW+/n8ivZKE94w+C06OOt5eH1mg/dDVeod9Qt5HAvzPBRgei3wtjc
CW0OvpihZ8SiDzPV0Ui3tftYD2+Fh/SGCKJC1gQhdVP10mWHelk=
=Vzow
-----END PGP SIGNATURE-----
--=-=-=--