GenieACS 1.2.4 released
I’m pleased to announce the next maintenance release in the 1.2 branch. This is a fairly significant update that brings some notable improvements besides the usual slew of fixes. Here are the highlights of this release:
- The data model state of a CPE is no longer forgotten after unsuccessful session termination (e.g. timeout). This addresses a number of undesired side effects that arise when a CPE does not terminate the session properly.
- Remove dependency on ‘hostInfo’ MongoDB command which is a privileged action. It is now possible to use shared MongoDB instances with limited privileged.
- New function
ROUND()
available to expressions. It works similar to the function by the same name in SQLite and PostgreSQL. - Log access events for
genieacs-nbi
service.
Find the full list of changes in the changelog file or the release page on GitHub.