<div dir="ltr">Hello Fellow Erlangers and (maybe some of you Nitrogenes)!<br><br>I'm proud to announce the 2.4 release of the Nitrogen Web Framework!<br><br><br>What is Nitrogen?<br><br>Nitrogen (<a href="http://nitrogenproject.com">http://nitrogenproject.com</a>) is an event-driven Erlang web framework that uses Erlang records to generate HTML and Javascript. It is a server-side rendering framework with (usually) a live websocket connection active at all times.<br><br>*************************************<br>Highlights from version 2.4.0<br>*************************************<br><br>* Added built-in Caching. The cache handler is, of course, customizable so that you can plug in your own caching system if you like (Redis, memcached, Mnesia, etc), but the default cache handler uses a caching application called NitroCache (<a href="https://github.com/nitrogen/nitro_cache">https://github.com/nitrogen/nitro_cache</a>). NitroCache is a basic ETS-based cache with a mutex to prevent simultaneous requests to the same key from being calculated in parallel. (This is a heavily modified fork of <a href="https://github.com/marcelog/simple_cache">https://github.com/marcelog/simple_cache</a>)<br>* Created a new library/tool called `rekt` (<a href="https://github.com/nitrogen/rekt">https://github.com/nitrogen/rekt</a>) that is sort of a parse_transform that allows inheritance with records. Basically, you can define new records based on other records. This uses a new module attribute called `-extend`. See the readme on the github page for details.<br>* Nitrogen's templating system now supports Pandoc (<a href="https://pandoc.org">https://pandoc.org</a>) for converting from and to various formats (like HTML, PDF, RTF, Markdown, etc). For this functionality, you must have pandoc installed on your system.<br>* Added new tools to assist with creating Nitrogen plugins.<br>* All documentation has been converted to markdown (from org-mode) for easier editing.<br>* The usual: New elements, actions, API functions, documentation, etc<br>* The Full Nitrogen Changelog:<br><a href="https://github.com/nitrogen/nitrogen/blob/master/CHANGELOG.markdown">https://github.com/nitrogen/nitrogen/blob/master/CHANGELOG.markdown</a><br><br>One key callout for the Erlang veterans: Nitrogen is one of the few projects still on Rebar2 and reltool. I have begun the work of converting Nitrogen to rebar3/relx. Nitrogen has always relied heavily on some rebar2 and reltool hackery and I haven't had the time to rework it to support rebar3 properly while maintaining backwards compatibility. Nitrogen 3 will use Rebar3, and *may* break some backwards compatibility.<br><br>*************************************<br>A few other things of note<br>*************************************<br><br>As usual, binaries for self-contained quick-start development environments with all supported web servers (Cowboy, Yaws, Mochiweb, Webmachine, Inets) for all supported platforms (Linux, OSX, Windows, FreeBSD, Raspbian) are up for download now on: <a href="http://nitrogenproject.com/downloads">nitrogenproject.com/downloads</a><br><br>Nitrogen now has a public roadmap and it's up at: <a href="http://trello.nitrogenproject.com">trello.nitrogenproject.com</a>.<br><br>One final change, the #nitrogen IRC channel (on freenode) has been retired in favor of a Discord channel. This is accessible via <a href="http://discord.nitrogenproject.com">discord.nitrogenproject.com</a>.<br><br>*************************************<br>Some Personal Stuff<br>*************************************<br><br>Overall, I'm excited to finally have this new version released. It has been an embarrassingly long time since the last release, and although it has been so long, development has continued slowly and steadily. Nitrogen remains my daily environment and developing with it and for it continues to give me great joy.<br><br>There is another major announcement for Nitrogen coming this week. I'll give you a hint: it involves a word that starts with "B" and rhymes with "cook."<br><br>***************************************<br>C'mon! Get this over with already!<br>***************************************<br><br>If anyone is interested in becoming an official part of the Nitrogen team, please let me know. I know nobody really ever has time for open source, but if you're running an application that depends on Nitrogen for revenue or are a young go-getter who wants to change the world by working on a niche framework for an esoteric programming language, hit me up.<br><br>Finally, thanks to everyone who contributed code, submitted bug reports and issues, and asked questions. Every little bit helps and you folks are great for it!<br><br>And of course, thanks to everyone in the Erlang and Elixir ecosystem. Since coming into Erlang in the late 2000s (with the help of Joe's legendary book), it has been so exciting watching the evolution of the community and ecosystem (especially things like Rebar and Elixir).<br><br>The overarching BEAM community remains second-to-none.<br><br>Thanks all again, and happy hacking!<br><br>-Jesse<br><br>--<br>Jesse Gumm<br>Owner, Sigma Star Systems<br>414.940.4866 || <a href="http://sigma-star.com">sigma-star.com</a> || @jessegumm<br></div>