Skip to content

Releases: lukaslerche/bookwaves-feig

1.6.0

Choose a tag to compare

@lukaslerche lukaslerche released this 31 Mar 11:18
5f88120

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

Choose a tag to compare

@lukaslerche lukaslerche released this 16 Mar 17:30
3e841d9

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 listenerPort configuration option for notification mode readers

Minor changes

  • Update Javalin to 7.1.0
  • Update documentation regarding reader configuration

1.3.1

Choose a tag to compare

@lukaslerche lukaslerche released this 02 Mar 13:31
47c4f4b

Minor changes

  • Update to Javalin 7
  • Make /analyze endpoint more reliable

1.3.0

Choose a tag to compare

@lukaslerche lukaslerche released this 27 Feb 15:01
f76ad9e

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 /reader endpoint
  • 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

Choose a tag to compare

@lukaslerche lukaslerche released this 05 Feb 10:17
dcd46a0

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

Choose a tag to compare

@lukaslerche lukaslerche released this 23 Jan 14:27
06a9b3e

Major changes

  • Add log level configuration
  • Add CORS configuration

Minor changes

  • Updated dependencies
  • Improved Dockerfile

1.0.0

Choose a tag to compare

@lukaslerche lukaslerche released this 23 Jan 14:22
6d1eac9

Initial release