Skip to content

v2.17.0-next.10

Pre-release
Pre-release

Choose a tag to compare

@ivictbor ivictbor released this 05 Jan 15:20
· 639 commits to next since this release
18d2854

2.17.0-next.10 (2026-01-05)

Bug Fixes

  • enhance data type handling in MongoConnector and add support for Double type (ab3ade3)
  • enhance float value handling in setFieldValue method and simplify column type check in MongoConnector (30c1fbd)
  • implement validateAndSetFieldValue method for improved data validation in AdminForthBaseConnector and update MongoConnector to utilize it (2c449a4)
  • improve float and decimal value handling in setFieldValue method (651159c)
  • improve null and empty string handling in setFieldValue method (d2de4de)
  • improve object type handling in normalizeMongoValue and setFieldValue methods (ef7d9ce)
  • update datetime value handling in setFieldValue method to retain original value (454161f)