You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a problem with static pages being displayed wrong
Fix problems with calling cowboy modules from Nova
Highlights (From 0.8.0)
New routing system based on the radix tree algorithm. This enables us to do things like detecting non-determinism. The new routing system is a cowboy middleware which removes the need for using cowboys own version.
The plugin handling system is slightly rewritten as a cowboy middleware. This gives us better performance with incoming requests.
ErlDB was added to provide database abstraction layer. It's still in a very early beta, but it enables the user to more conveniently create and use other nova-applications which relies on databases. Models are written as erlang terms and compiled into a parameterized module which gives the developer a sense of objects. Read more about it in the ErlDB-repository: https://github.com/erldb/erldb
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Bugfixes from 0.8.0
Highlights (From 0.8.0)
What's Changed (From 0.8.0)
New Contributors (From 0.8.0)
Full Changelog: v0.7.2...v0.8.0
This discussion was created from the release Nova version 0.8.1.
Beta Was this translation helpful? Give feedback.
All reactions