Loading...

Latest news

All (81) General (24) Releases (34) Guides (12) Articles (11)
 Back
Releases

New release Bacularis 2.2.0

17 Dec 2023, 10:18
<p>New version of the Bacularis <strong>Bacula web interface</strong> is out.</p>

New version of the Bacularis Bacula web interface is out.

We are pleased to announce a new minor Bacularis release. We added a couple of new functions specially to volume list and job pages. These new features make navigating and using the web interface easier. From the visual side in the dark theme we made the dark colors more friendly for eyes. Besides of that we enabled support for API instances that serve compressed responses and we prepared a few new controls. Full list of changes you can find below.

Main changes

Bacularis Web
- Add to job list new button to display current job log
- Add prev and next job buttons to job view page
- Add to volume list new button to display jobs stored on volume
- Add volume job list control to list jobs stored on volume
- Add support for compressed HTTP response in API client
- New quick volume edit settings drawer on volume list page
- New volume config control
- Enable updating size control
- Enable updating time period control
- Remove no longer needed action step
- Remove loading controls config on page loading
- Update volume list on save volume properties
- Update php-cs-fixer config

Bacularis API
- Add prev_jobid and next_jobid to job object properties
- Stop disabling emulated prepared statements for PHP >= 8.1
- Add optional suffix parameter to SQL prepared statement parameters
- Fix #5 adapt API doc to OpenAPI 3.0 specification
- Fix volume use duration property settings
- Fix prev/next job property if used restricted account with console ACLs
- Remove manual double starting PHP session
- Remove no longer needed action step
- Update php-cs-fixer config

Bacularis Common
- Mitigate color palette in dark theme to be more friendly for eyes
- Fix unary_operator_spaces error
- Remove no longer needed action step
- Update php-cs-fixer config