AbraFlexi-Tools
v1.1.8
What's changed
Benchmark improvements
make benchmark — new Makefile target runs 100 cycles against the instance configured in .env
ABRAFLEXI_BANK_DOCTYPE — new env var controls the typDokl code used for bank-move tests (default STAND); set in your .env to match your AbraFlexi instance
- Fixed address creation: Faker country codes are now filtered through a blacklist of codes not present in standard AbraFlexi installations (overseas territories, unrecognised states)
- Fixed cash move and pricelist
kod fields: removed erroneous code: prefix that caused 400 errors
- Fixed key collisions when running multiple cycles per second: switched from
time() to uniqid()
Documentation
- README: added environment variable table for benchmark configuration
- README: documented
make benchmark usage