Lapis

Lapis

A web framework for Lua

Reference Reference Manual
Install
luarocks install lapis
For Lua 5.1+/LuaJIT
Github Source on GitHub
November 2nd, 2023: Lapis v1.16.0 — types.params_map, improved model:update: changelog

Changelog

v1.16.0 – November 2 2023

Additions

Changes

Fixes

v1.15.0 – October 6 2023

Additions

Misc

v1.14.0 – April 18 2023

Additions

Fixes

Changes

Internal Changes

v1.13.0 – February 15 2023

Additions

Changes

v1.12.0 – January 9 2023

Additions

Changes

Misc

v1.11.0 – December 16th 2022

Additions

Changes

Internal Changes

These changes should have no effect on the end user implementing an app, but they are documented here in case you were depending on the undocumented structure of lapis

Misc

v1.10.0 — Oct 31 2022

Additions

Postgres

MySQL

Changes

Bugs

Misc

v1.9.0 — March 29 2021

Changes

Additions

Fixes

Misc

v1.8.3 — February 9 2021

Additions

Changes

Misc

v1.8.2 — September 21 2020

Additions

Fixes

Changes

Misc

v1.8.1 — April 27 2020

Fixes

v1.8.0 — April 24 2020

Deprecations

Additions

Changes

Fixes

Documentation

Misc

v1.7.0 — April 2 2018

Changes

Additions

Fixes

v1.6.0 — July 20th 2017

Additions

Changes

Minor changes

Fixes

Note on cqueues/lua-http

With this release we're adding a new server backend for Lapis. Although the backend is functional, there are some things that aren’t available yet. Database connections are shared across all requests so you have to be careful about leaving transactions or state open. Additionally, there’s no way to spawn multiple workers. For production environments we still recommend OpenResty.

v1.5.1 — July 21st 2016

Security Fixes

Additions

Changes

Fixes

v1.5.0 — March 25th 2016

Additions

Changes

Fixes

v1.4.3 — January 23rd 2016

Additions

Fixes

v1.4.2 — January 22nd 2016

Additions

Read about all the new route matching syntax: Routes and URL patterns

Changes

Fixes

v1.4.0 — December 29th 2015

Additions

Changes

Fixes

v1.3.2 — December 10rd 2015

Additions

Fixes

Misc

v1.3.1 — October 23rd 2015

Additions

Changes

v1.3.0 — July 18th 2015

Additions

Changes

Bugs

v1.2.0 — May 14th 2015

Breaking changes

There are a few changes that affect backwards compatibility:

Database

Models

Misc

v1.1.1 — April 25th 2015

Models

lapis.cache

Misc

v1.1.0 — February 3rd 2015

Models

Widgets

Misc

v1.0.6 — October 27th 2014

v1.0.5 — October 10th 2014

v1.0.4 — August 19th 2014

v1.0.3 — July 23 2014

v1.0.2 — July 15 2014

v1.0.1 — Jun 30 2014

v1.0.0 — Jun 16 2014

General

Database

Util

Misc

v0.0.10 — Jan 18th, 2014

v0.0.9 — Jan 9th, 2014

v0.0.8 — December 7th, 2013

v0.0.7 — November 5th, 2013

v0.0.6 — October 17th, 2013

v0.0.5 — September 1st, 2013

v0.0.4 — August 13th, 2013

v0.0.3 — July 22th, 2013

v0.0.2 — June 17th, 2013

v0.0.1 — April 24th, 2013

Fork me on GitHub