Change log

Unity_V3.2.0 – 2025-08-25 [download]

Latest release with major improvements

  • Upgraded the application to run on OpenJDK 21.0.8 (LTS21)

  • Added the ability for the Feed Connector to detect slow consumption, reset remaining messages and then close the connection to prevent high CPU and RAM usage.

    • To define the threshold for the maximum number of messages that can be held, use the -Dlimit parameter, for example:
     java -cp "%CLASSPATH%" -Xmx2048m \
     -Dlogback.configurationFile="%DIRNAME%/conf/logback.xml" \
     -Dlimit="1000" \
     -Dhost="127.0.0.1" \
     -Dport="8992" \
     -Dconfig="libSportConfig.json" \
     jayeson.service.feedwrapper.server.Main
    
  • Updated sample code to process messages more efficiently

Unity_V3.1.1 – 2024-10-22 [download]

Stability improvements and performance optimization

  • Improved stability when handling larger event volumes

  • Increased minimum heap space to -Xmx2048m

Unity_V3.1.0 – 2023-11-02 [download]

Bug fixes and new sample code

  • Fixed various bugs

  • Added new sample client code