Skip to content

Release v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 16:44
  • (Apollon77) Fix crash cases reported by Sentry
  • (Apollon77) Fix several places where pooled connections might have not been returned to pool correctly and add logging for it
  • (Apollon77) Work around an issue in used Pooling library that potentially gave out too many connections
  • (Apollon77) Optimize retention check to better spread the first checks over time
  • (Apollon77) Default to not use datapoint buffering as in 1.x when set to 0
  • (Apollon77) Make sure disabling "Log changes only" also really do not log the changes anymore
  • (Apollon77) Allow storeState and GetHistory also to be called for "unknown ids"
  • (Apollon77) Adjust the fallback logic for type detection to use the type of the state value to log as last fallback
  • (Apollon77) Fix storing booleans on MSSQL