Releases: AmpersandTarski/prototype
Releases · AmpersandTarski/prototype
v2.0.0-alpha.4 (25 dec 2024)
- Dispatch resource events for PUT, PATCH, POST and DELETE actions
v2.0.0-alpha.3 (3 dec 2024)
- Issue 210 Bugfix using TableType enum for method to empty a relation population
- Bugfixes for using Flysystem v3
v1.18.1 (28 november 2024)
v2.0.0-alpha.2 (16 nov 2024)
Update Flysystem library to v3
v2.0.0-alpha.1 (1 nov 2024)
Merge pull request #190 from Friendly-Pixel/upgrade_php_deps Upgrade php deps
v1.18.0 (27 april 2024)
- Issue 79 Add support for delimited multi value columns in excel importer
- Issue 115 Bugfix name ConceptNotDefinedException to match class filename
- Issue 165 Only show warning 'Generated model is changed...'on startup of browser app
- Catch FileNotFoundException and log warning when corresponding file of deleted FileObject is not found on filesystem
- Skip tracking affected relations and concepts for RELATION lastAccess[SESSION*DateTime]
- Add codebase of new developed frontend. Not integrated in building image yet.
v1.17.0 (24 may 2023)
- Issue 91 Display errors/exceptions in the frontend that occur before the API ExceptionHandler is initialized. E.g. database connection failure
- Issue 97 Fix issue with Excel importer date value 0. Improve error message with cell location
- Issue 100 Add admin API to cleanup metapopulation (i.e. removing interfaces that don't exists anymore)
- Add workflow to automatically trigger documentation update for our landingpage
v1.16.0 (27 july 2022)
- Issue 92 Bugfix issue with exec-engine function to merge atoms that not exist (anymore)
- Update to Ampersand compiler v4.7.z
v1.15.1 (5 may 2022)
- Bugfix default values for new atom
v1.15.0 (9 apr 2022)
- Issue 90 Bugfix php warning when logging non-string setting value
- Backward incompatible changes
- Remove Ampersand specific RotatingFileHandler for logger. Logs are written to stderr and stdout by default. Projects can add their own handlers
- Config 'global.dataPath' must now be an absolute path. Method Settings::getDataDirectory() now returns trailing directory separator
- Bugfix undefined parts (settings and/or extensions) of a settings.yaml file
- Add env variable AMPERSAND_DATA_DIR to set global.dataPath config