Releases: daviddmd/assetriskmanager
Releases · daviddmd/assetriskmanager
v1.1.1
v1.1.0
- Upgrade Laravel and respective dependencies
- Update PHP and NodeJS dependencies
- Update Composer binary and Vite
- Move Livewire components
- Move Livewire and Jetstream template files
- Update web.php routes
- Update configuration and environment files with timezones
- Update docker compose files and Dockerfile files
- Add livewire configuration files
- Remove duplicate Alpine import
- Fix issue with tab hash switching on asset edit form
- Update footer with render time and constants in app.php
- Update Laravel LDAP configuration
v1.0.6
- Fix compatibility between MySQL and PostgreSQL database on case-insensitive queries. On the previous release, case-insensitive queries were implemented using the ILIKE operator, which is proprietary to PostgreSQL. Thus, the queries were changed to raw SQL queries using LOWER() on the column and comparing (wildcard) the lowercase column value to the trimmed-lowercase filter values. Since Laravel by default runs on strict mode, the additional SQL Server mode ANSI_QUOTES was added so on the raw SQL queries the column name could be treated as a string literal for both RDBMS.
- Update application base docker image to Debian bookworm, PHP 8.2 and NodeJS 18. Update base composer and npm dependencies.
- Add MariaDB database Dockerfile, docker compose file and configuration
- Add phpMyAdmin container to MariaDB and MySQL docker compose files
- Update base PHP version to 8.2
- Update sample environment configurations
- Exclude docker-compose.yml file from tracking
v1.0.5
v1.0.4
- Add Composite Unique Keys to the Asset Threats and Asset Threats Controls tables
- Add Asset Version/Model column and update Asset Views
- Add CNCS Export for the List of Assets
- Add File Export page to aggregate all the export options in order to support the elaboration of the CNCS report
- Add LDAP environment variables to ease deployment with LDAP scenarios
v1.0.3
v1.0.2
v1.0.1
Initial Release
v1.0.0 Update static production JS and CSS assets and remove webpack warnings