• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Work in progress Chevereto v4.3.0 announcement

Removed unused dependencies and files

In Chevereto v4.3.0, we've improved the codebase by removing unused logic and related dependencies. The result is a cleaner, leaner application filesystem with less clutter. Also a smaller package size.
 
Renamed app/bin/legacy to app/bin/cli

The CLI is no longer a legacy system in Chevereto v4.3.0 so there's no point in keep naming it app/bin/legacy. Don't worry, the old entrypoint will remain there for compatibility.
 
Improved pages load system

In Chevereto v4.3.0 pages are no longer cached on disk, it uses Redis for that. Unless you enable PHP pages, which keeps the old filesystem backed behavior.
 
Improved stats query handling

Chevereto v4.3.0 improves the query handling for the stats table, which will enable to retrieve the data faster and later on make it available for template usage. We have also added a composite index to speed up the daily database retrieval (it retrieves the whole year, day by day).
 
Added CHEVERETO_MAX_TAGS limit

In Chevereto v4.3.0 via ENV you can now system-wide limit the maximum number of tags allowed to be created. By default, it comes without any limit (zero value). This limit is intended for service providers, it enables to fine-tune the infra resources needed.
 
Added CHEVERETO_MAX_LISTING_ITEMS_PER_PAGE limit

Chevereto v4.3.0 adds a system-wide setting that will control the maximum configurable number of items per page. This limit is intended for service providers, it enables to fine-tune the cache resources needed.
 
Added CHEVERETO_ENABLE_API_USER

In Chevereto v4.3.0 you can now control via ENV the API availability, if the API is disabled the /api-v1 route won't be available. Also, you can control the guest API with CHEVERETO_ENABLE_API_GUEST.
 
Added API dashboard settings page

Chevereto v4.3.0 brings a new home for the API related settings and you can now enable/disable the API for guest and users via dashboard. You can also see the guest API info in the same place now.

1746564199352.png
 
Improved search engine (boolean matching)

With Chevereto v4.3.0 we are now getting a better search experience as it adds LIKE BOOLEAN marching. We will now able to find more results and even be able to search by emoji.
 
Improved Dashboard settings menu sort display

In Chevereto v4.3.0 the settings menu is now alpha sorted, now it is more intuitive to locate exactly what you need. This works depending on your language of course.

Before Chevereto v4.3.0


1746810955248.png

After Chevereto v4.3.0

1746810924145.png
 
Fixed bug affecting user listings

Chevereto v4.3.0 includes a fix for this bug which was causing to display the wrong filter for listing. Many thanks to @lovedigit for the bug report.
 
Back
Top