Releases: lukaslerche/bookwaves-feig
Releases · lukaslerche/bookwaves-feig
Release list
1.6.0
Major changes
- Add optional logging of tag initialization to a CSV file + configuration parameter
Minor changes
- Harden the initialize procedure to avoid locking tags where write operations (partially) failed
- Update compose file
- Update
jackson-databind
1.5.0
Major changes
- Finalize notification mode support
- Add SSE (server sent envents) endpoint for notification mode readers to enable push support
- Add dynamic host commands to secure / unsecured for notification mode readers
- Add signal stability heuristics for notification mode readers
- Add
listenerPortconfiguration option for notification mode readers
Minor changes
- Update Javalin to 7.1.0
- Update documentation regarding reader configuration
1.3.1
Minor changes
- Update to Javalin 7
- Make /analyze endpoint more reliable
1.3.0
Major changes
- Update Feig SDK to 7.0.0
- Fix log level setting not working correctly
- Add new package level log settings
- Add pause between RF operations to ensure operation stability
- Add URNCode40 capabilities to generic tags
- Change DE385 from ASCII to URNCode40
Minor changes
- Cache reader state for faster
/readerendpoint - Updated other dependencies
- Fix bug in URNCode40 decoding
- Fix error in SixBitASCII code table
- Fix validation and security logic for DE290F tags
- Fix validation for raw tags
- Add various safety checks
- Fix closing handler instances correctly
1.2.0
Major changes
- Add DELAN1 tag format
- Add DE385 tag format
- BREAKING: media ID is now left-aligned on tag for DE386, DE385 and DELAN1
1.1.0
Major changes
- Add log level configuration
- Add CORS configuration
Minor changes
- Updated dependencies
- Improved Dockerfile