@solidxai/core 0.1.13-beta.0 → 0.1.13-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (725) hide show
  1. package/CHANGELOG.md +4343 -0
  2. package/dist/commands/run-tests.command.d.ts +7 -1
  3. package/dist/commands/run-tests.command.d.ts.map +1 -1
  4. package/dist/commands/run-tests.command.js +49 -3
  5. package/dist/commands/run-tests.command.js.map +1 -1
  6. package/dist/commands/seed.command.d.ts +2 -0
  7. package/dist/commands/seed.command.d.ts.map +1 -1
  8. package/dist/commands/seed.command.js +21 -0
  9. package/dist/commands/seed.command.js.map +1 -1
  10. package/dist/constants/chatter-message.constants.d.ts +1 -0
  11. package/dist/constants/chatter-message.constants.d.ts.map +1 -1
  12. package/dist/constants/chatter-message.constants.js +3 -1
  13. package/dist/constants/chatter-message.constants.js.map +1 -1
  14. package/dist/constants/draft-publish-fields.d.ts +2 -0
  15. package/dist/constants/draft-publish-fields.d.ts.map +1 -0
  16. package/dist/constants/draft-publish-fields.js +5 -0
  17. package/dist/constants/draft-publish-fields.js.map +1 -0
  18. package/dist/constants/media-file-types.d.ts +9 -0
  19. package/dist/constants/media-file-types.d.ts.map +1 -1
  20. package/dist/constants/media-file-types.js +27 -1
  21. package/dist/constants/media-file-types.js.map +1 -1
  22. package/dist/constants/user.constants.d.ts +2 -0
  23. package/dist/constants/user.constants.d.ts.map +1 -0
  24. package/dist/constants/user.constants.js +5 -0
  25. package/dist/constants/user.constants.js.map +1 -0
  26. package/dist/controllers/action-metadata.controller.d.ts +1 -1
  27. package/dist/controllers/action-metadata.controller.js +1 -1
  28. package/dist/controllers/agent-event.controller.d.ts +1 -1
  29. package/dist/controllers/agent-event.controller.js +1 -1
  30. package/dist/controllers/agent-session.controller.d.ts +1 -1
  31. package/dist/controllers/agent-session.controller.js +1 -1
  32. package/dist/controllers/chatter-message.controller.d.ts +5 -0
  33. package/dist/controllers/chatter-message.controller.d.ts.map +1 -1
  34. package/dist/controllers/chatter-message.controller.js +14 -0
  35. package/dist/controllers/chatter-message.controller.js.map +1 -1
  36. package/dist/controllers/dashboard-user-layout.controller.d.ts +1 -1
  37. package/dist/controllers/dashboard-user-layout.controller.js +1 -1
  38. package/dist/controllers/email-template.controller.d.ts +1 -1
  39. package/dist/controllers/email-template.controller.js +1 -1
  40. package/dist/controllers/export-template.controller.d.ts +1 -1
  41. package/dist/controllers/export-template.controller.d.ts.map +1 -1
  42. package/dist/controllers/export-template.controller.js +6 -4
  43. package/dist/controllers/export-template.controller.js.map +1 -1
  44. package/dist/controllers/export-transaction.controller.d.ts +1 -1
  45. package/dist/controllers/export-transaction.controller.js +1 -1
  46. package/dist/controllers/import-transaction-error-log.controller.d.ts +1 -1
  47. package/dist/controllers/import-transaction-error-log.controller.js +1 -1
  48. package/dist/controllers/import-transaction.controller.d.ts +1 -1
  49. package/dist/controllers/import-transaction.controller.d.ts.map +1 -1
  50. package/dist/controllers/import-transaction.controller.js +7 -7
  51. package/dist/controllers/import-transaction.controller.js.map +1 -1
  52. package/dist/controllers/list-of-values.controller.d.ts +1 -1
  53. package/dist/controllers/list-of-values.controller.js +1 -1
  54. package/dist/controllers/locale.controller.d.ts +1 -1
  55. package/dist/controllers/locale.controller.js +1 -1
  56. package/dist/controllers/mcp-audit-log.controller.d.ts +1 -1
  57. package/dist/controllers/mcp-audit-log.controller.js +1 -1
  58. package/dist/controllers/media.controller.d.ts +2 -2
  59. package/dist/controllers/media.controller.d.ts.map +1 -1
  60. package/dist/controllers/media.controller.js +13 -8
  61. package/dist/controllers/media.controller.js.map +1 -1
  62. package/dist/controllers/menu-item-metadata.controller.d.ts +1 -1
  63. package/dist/controllers/menu-item-metadata.controller.js +1 -1
  64. package/dist/controllers/model-sequence.controller.d.ts +1 -1
  65. package/dist/controllers/model-sequence.controller.js +1 -1
  66. package/dist/controllers/module-package.controller.d.ts.map +1 -1
  67. package/dist/controllers/module-package.controller.js +2 -3
  68. package/dist/controllers/module-package.controller.js.map +1 -1
  69. package/dist/controllers/mq-message-queue.controller.d.ts +1 -1
  70. package/dist/controllers/mq-message-queue.controller.js +1 -1
  71. package/dist/controllers/mq-message.controller.d.ts +1 -1
  72. package/dist/controllers/mq-message.controller.js +1 -1
  73. package/dist/controllers/permission-metadata.controller.d.ts +1 -1
  74. package/dist/controllers/permission-metadata.controller.js +1 -1
  75. package/dist/controllers/role-metadata.controller.d.ts +1 -1
  76. package/dist/controllers/role-metadata.controller.js +1 -1
  77. package/dist/controllers/saved-filters.controller.d.ts +1 -1
  78. package/dist/controllers/saved-filters.controller.js +1 -1
  79. package/dist/controllers/scheduled-job.controller.d.ts +1 -1
  80. package/dist/controllers/scheduled-job.controller.js +1 -1
  81. package/dist/controllers/security-rule.controller.d.ts +1 -1
  82. package/dist/controllers/security-rule.controller.js +1 -1
  83. package/dist/controllers/sms-template.controller.d.ts +1 -1
  84. package/dist/controllers/sms-template.controller.js +1 -1
  85. package/dist/controllers/user-activity-history.controller.d.ts +1 -1
  86. package/dist/controllers/user-activity-history.controller.js +1 -1
  87. package/dist/controllers/user-view-metadata.controller.d.ts +1 -1
  88. package/dist/controllers/user-view-metadata.controller.js +1 -1
  89. package/dist/controllers/user.controller.d.ts +2 -2
  90. package/dist/controllers/user.controller.js +2 -2
  91. package/dist/controllers/view-metadata.controller.d.ts +2 -2
  92. package/dist/controllers/view-metadata.controller.js +1 -1
  93. package/dist/controllers/workflow-definition.controller.d.ts +38 -0
  94. package/dist/controllers/workflow-definition.controller.d.ts.map +1 -0
  95. package/dist/controllers/workflow-definition.controller.js +272 -0
  96. package/dist/controllers/workflow-definition.controller.js.map +1 -0
  97. package/dist/controllers/workflow-execution-artifact.controller.d.ts +24 -0
  98. package/dist/controllers/workflow-execution-artifact.controller.d.ts.map +1 -0
  99. package/dist/controllers/workflow-execution-artifact.controller.js +179 -0
  100. package/dist/controllers/workflow-execution-artifact.controller.js.map +1 -0
  101. package/dist/controllers/workflow-execution-log.controller.d.ts +24 -0
  102. package/dist/controllers/workflow-execution-log.controller.d.ts.map +1 -0
  103. package/dist/controllers/workflow-execution-log.controller.js +179 -0
  104. package/dist/controllers/workflow-execution-log.controller.js.map +1 -0
  105. package/dist/controllers/workflow-execution.controller.d.ts +29 -0
  106. package/dist/controllers/workflow-execution.controller.d.ts.map +1 -0
  107. package/dist/controllers/workflow-execution.controller.js +227 -0
  108. package/dist/controllers/workflow-execution.controller.js.map +1 -0
  109. package/dist/controllers/workflow-secret.controller.d.ts +24 -0
  110. package/dist/controllers/workflow-secret.controller.d.ts.map +1 -0
  111. package/dist/controllers/workflow-secret.controller.js +179 -0
  112. package/dist/controllers/workflow-secret.controller.js.map +1 -0
  113. package/dist/controllers/workflow-step-execution.controller.d.ts +24 -0
  114. package/dist/controllers/workflow-step-execution.controller.d.ts.map +1 -0
  115. package/dist/controllers/workflow-step-execution.controller.js +179 -0
  116. package/dist/controllers/workflow-step-execution.controller.js.map +1 -0
  117. package/dist/controllers/workflow-trigger-execution.controller.d.ts +24 -0
  118. package/dist/controllers/workflow-trigger-execution.controller.d.ts.map +1 -0
  119. package/dist/controllers/workflow-trigger-execution.controller.js +179 -0
  120. package/dist/controllers/workflow-trigger-execution.controller.js.map +1 -0
  121. package/dist/decorators/workflow-node-provider.decorator.d.ts +4 -0
  122. package/dist/decorators/workflow-node-provider.decorator.d.ts.map +1 -0
  123. package/dist/decorators/workflow-node-provider.decorator.js +13 -0
  124. package/dist/decorators/workflow-node-provider.decorator.js.map +1 -0
  125. package/dist/dtos/basic-filters.dto.d.ts +0 -1
  126. package/dist/dtos/basic-filters.dto.d.ts.map +1 -1
  127. package/dist/dtos/basic-filters.dto.js +1 -6
  128. package/dist/dtos/basic-filters.dto.js.map +1 -1
  129. package/dist/dtos/create-workflow-definition.dto.d.ts +14 -0
  130. package/dist/dtos/create-workflow-definition.dto.d.ts.map +1 -0
  131. package/dist/dtos/create-workflow-definition.dto.js +92 -0
  132. package/dist/dtos/create-workflow-definition.dto.js.map +1 -0
  133. package/dist/dtos/create-workflow-execution-artifact.dto.d.ts +22 -0
  134. package/dist/dtos/create-workflow-execution-artifact.dto.d.ts.map +1 -0
  135. package/dist/dtos/create-workflow-execution-artifact.dto.js +139 -0
  136. package/dist/dtos/create-workflow-execution-artifact.dto.js.map +1 -0
  137. package/dist/dtos/create-workflow-execution-log.dto.d.ts +18 -0
  138. package/dist/dtos/create-workflow-execution-log.dto.d.ts.map +1 -0
  139. package/dist/dtos/create-workflow-execution-log.dto.js +116 -0
  140. package/dist/dtos/create-workflow-execution-log.dto.js.map +1 -0
  141. package/dist/dtos/create-workflow-execution.dto.d.ts +33 -0
  142. package/dist/dtos/create-workflow-execution.dto.d.ts.map +1 -0
  143. package/dist/dtos/create-workflow-execution.dto.js +186 -0
  144. package/dist/dtos/create-workflow-execution.dto.js.map +1 -0
  145. package/dist/dtos/create-workflow-secret.dto.d.ts +11 -0
  146. package/dist/dtos/create-workflow-secret.dto.d.ts.map +1 -0
  147. package/dist/dtos/create-workflow-secret.dto.js +74 -0
  148. package/dist/dtos/create-workflow-secret.dto.js.map +1 -0
  149. package/dist/dtos/create-workflow-step-execution.dto.d.ts +27 -0
  150. package/dist/dtos/create-workflow-step-execution.dto.d.ts.map +1 -0
  151. package/dist/dtos/create-workflow-step-execution.dto.js +171 -0
  152. package/dist/dtos/create-workflow-step-execution.dto.js.map +1 -0
  153. package/dist/dtos/create-workflow-trigger-execution.dto.d.ts +25 -0
  154. package/dist/dtos/create-workflow-trigger-execution.dto.d.ts.map +1 -0
  155. package/dist/dtos/create-workflow-trigger-execution.dto.js +158 -0
  156. package/dist/dtos/create-workflow-trigger-execution.dto.js.map +1 -0
  157. package/dist/dtos/execute-workflow.dto.d.ts +7 -0
  158. package/dist/dtos/execute-workflow.dto.d.ts.map +1 -0
  159. package/dist/dtos/execute-workflow.dto.js +11 -0
  160. package/dist/dtos/execute-workflow.dto.js.map +1 -0
  161. package/dist/dtos/update-workflow-definition.dto.d.ts +15 -0
  162. package/dist/dtos/update-workflow-definition.dto.d.ts.map +1 -0
  163. package/dist/dtos/update-workflow-definition.dto.js +97 -0
  164. package/dist/dtos/update-workflow-definition.dto.js.map +1 -0
  165. package/dist/dtos/update-workflow-execution-artifact.dto.d.ts +23 -0
  166. package/dist/dtos/update-workflow-execution-artifact.dto.d.ts.map +1 -0
  167. package/dist/dtos/update-workflow-execution-artifact.dto.js +143 -0
  168. package/dist/dtos/update-workflow-execution-artifact.dto.js.map +1 -0
  169. package/dist/dtos/update-workflow-execution-log.dto.d.ts +19 -0
  170. package/dist/dtos/update-workflow-execution-log.dto.d.ts.map +1 -0
  171. package/dist/dtos/update-workflow-execution-log.dto.js +121 -0
  172. package/dist/dtos/update-workflow-execution-log.dto.js.map +1 -0
  173. package/dist/dtos/update-workflow-execution.dto.d.ts +34 -0
  174. package/dist/dtos/update-workflow-execution.dto.d.ts.map +1 -0
  175. package/dist/dtos/update-workflow-execution.dto.js +190 -0
  176. package/dist/dtos/update-workflow-execution.dto.js.map +1 -0
  177. package/dist/dtos/update-workflow-secret.dto.d.ts +12 -0
  178. package/dist/dtos/update-workflow-secret.dto.d.ts.map +1 -0
  179. package/dist/dtos/update-workflow-secret.dto.js +80 -0
  180. package/dist/dtos/update-workflow-secret.dto.js.map +1 -0
  181. package/dist/dtos/update-workflow-step-execution.dto.d.ts +28 -0
  182. package/dist/dtos/update-workflow-step-execution.dto.d.ts.map +1 -0
  183. package/dist/dtos/update-workflow-step-execution.dto.js +175 -0
  184. package/dist/dtos/update-workflow-step-execution.dto.js.map +1 -0
  185. package/dist/dtos/update-workflow-trigger-execution.dto.d.ts +26 -0
  186. package/dist/dtos/update-workflow-trigger-execution.dto.d.ts.map +1 -0
  187. package/dist/dtos/update-workflow-trigger-execution.dto.js +163 -0
  188. package/dist/dtos/update-workflow-trigger-execution.dto.js.map +1 -0
  189. package/dist/dtos/validate-workflow-definition.dto.d.ts +4 -0
  190. package/dist/dtos/validate-workflow-definition.dto.d.ts.map +1 -0
  191. package/dist/dtos/validate-workflow-definition.dto.js +11 -0
  192. package/dist/dtos/validate-workflow-definition.dto.js.map +1 -0
  193. package/dist/entities/common.entity.d.ts +4 -0
  194. package/dist/entities/common.entity.d.ts.map +1 -1
  195. package/dist/entities/common.entity.js +25 -1
  196. package/dist/entities/common.entity.js.map +1 -1
  197. package/dist/entities/dashboard-user-layout.entity.js +2 -2
  198. package/dist/entities/dashboard-user-layout.entity.js.map +1 -1
  199. package/dist/entities/user.entity.d.ts.map +1 -1
  200. package/dist/entities/user.entity.js +36 -0
  201. package/dist/entities/user.entity.js.map +1 -1
  202. package/dist/entities/view-metadata.entity.js.map +1 -1
  203. package/dist/entities/workflow-definition.entity.d.ts +15 -0
  204. package/dist/entities/workflow-definition.entity.d.ts.map +1 -0
  205. package/dist/entities/workflow-definition.entity.js +77 -0
  206. package/dist/entities/workflow-definition.entity.js.map +1 -0
  207. package/dist/entities/workflow-execution-artifact.entity.d.ts +23 -0
  208. package/dist/entities/workflow-execution-artifact.entity.d.ts.map +1 -0
  209. package/dist/entities/workflow-execution-artifact.entity.js +114 -0
  210. package/dist/entities/workflow-execution-artifact.entity.js.map +1 -0
  211. package/dist/entities/workflow-execution-log.entity.d.ts +19 -0
  212. package/dist/entities/workflow-execution-log.entity.d.ts.map +1 -0
  213. package/dist/entities/workflow-execution-log.entity.js +96 -0
  214. package/dist/entities/workflow-execution-log.entity.js.map +1 -0
  215. package/dist/entities/workflow-execution.entity.d.ts +28 -0
  216. package/dist/entities/workflow-execution.entity.d.ts.map +1 -0
  217. package/dist/entities/workflow-execution.entity.js +125 -0
  218. package/dist/entities/workflow-execution.entity.js.map +1 -0
  219. package/dist/entities/workflow-secret.entity.d.ts +12 -0
  220. package/dist/entities/workflow-secret.entity.d.ts.map +1 -0
  221. package/dist/entities/workflow-secret.entity.js +67 -0
  222. package/dist/entities/workflow-secret.entity.js.map +1 -0
  223. package/dist/entities/workflow-step-execution.entity.d.ts +28 -0
  224. package/dist/entities/workflow-step-execution.entity.d.ts.map +1 -0
  225. package/dist/entities/workflow-step-execution.entity.js +139 -0
  226. package/dist/entities/workflow-step-execution.entity.js.map +1 -0
  227. package/dist/entities/workflow-trigger-execution.entity.d.ts +26 -0
  228. package/dist/entities/workflow-trigger-execution.entity.d.ts.map +1 -0
  229. package/dist/entities/workflow-trigger-execution.entity.js +128 -0
  230. package/dist/entities/workflow-trigger-execution.entity.js.map +1 -0
  231. package/dist/factories/mail.factory.d.ts.map +1 -1
  232. package/dist/factories/mail.factory.js +4 -0
  233. package/dist/factories/mail.factory.js.map +1 -1
  234. package/dist/factories/sms.factory.d.ts.map +1 -1
  235. package/dist/factories/sms.factory.js +4 -1
  236. package/dist/factories/sms.factory.js.map +1 -1
  237. package/dist/helpers/field-crud-managers/MediaFieldCrudManager.d.ts +1 -0
  238. package/dist/helpers/field-crud-managers/MediaFieldCrudManager.d.ts.map +1 -1
  239. package/dist/helpers/field-crud-managers/MediaFieldCrudManager.js +18 -11
  240. package/dist/helpers/field-crud-managers/MediaFieldCrudManager.js.map +1 -1
  241. package/dist/helpers/file-download.helper.d.ts +9 -0
  242. package/dist/helpers/file-download.helper.d.ts.map +1 -0
  243. package/dist/helpers/file-download.helper.js +14 -0
  244. package/dist/helpers/file-download.helper.js.map +1 -0
  245. package/dist/helpers/model-metadata-helper.service.d.ts.map +1 -1
  246. package/dist/helpers/model-metadata-helper.service.js +30 -1
  247. package/dist/helpers/model-metadata-helper.service.js.map +1 -1
  248. package/dist/helpers/solid-registry.js +1 -1
  249. package/dist/helpers/solid-registry.js.map +1 -1
  250. package/dist/helpers/typeorm-db-helper.d.ts.map +1 -1
  251. package/dist/helpers/typeorm-db-helper.js +9 -0
  252. package/dist/helpers/typeorm-db-helper.js.map +1 -1
  253. package/dist/index.d.ts +58 -0
  254. package/dist/index.d.ts.map +1 -1
  255. package/dist/index.js +58 -0
  256. package/dist/index.js.map +1 -1
  257. package/dist/interfaces/workflow-node-handler.interface.d.ts +5 -0
  258. package/dist/interfaces/workflow-node-handler.interface.d.ts.map +1 -0
  259. package/dist/interfaces/workflow-node-handler.interface.js +3 -0
  260. package/dist/interfaces/workflow-node-handler.interface.js.map +1 -0
  261. package/dist/interfaces.d.ts +1 -0
  262. package/dist/interfaces.d.ts.map +1 -1
  263. package/dist/interfaces.js.map +1 -1
  264. package/dist/jobs/database/workflow-execution-publisher-database.service.d.ts +12 -0
  265. package/dist/jobs/database/workflow-execution-publisher-database.service.d.ts.map +1 -0
  266. package/dist/jobs/database/workflow-execution-publisher-database.service.js +39 -0
  267. package/dist/jobs/database/workflow-execution-publisher-database.service.js.map +1 -0
  268. package/dist/jobs/database/workflow-execution-queue-options-database.d.ts +8 -0
  269. package/dist/jobs/database/workflow-execution-queue-options-database.d.ts.map +1 -0
  270. package/dist/jobs/database/workflow-execution-queue-options-database.js +10 -0
  271. package/dist/jobs/database/workflow-execution-queue-options-database.js.map +1 -0
  272. package/dist/jobs/database/workflow-execution-subscriber-database.service.d.ts +19 -0
  273. package/dist/jobs/database/workflow-execution-subscriber-database.service.d.ts.map +1 -0
  274. package/dist/jobs/database/workflow-execution-subscriber-database.service.js +55 -0
  275. package/dist/jobs/database/workflow-execution-subscriber-database.service.js.map +1 -0
  276. package/dist/jobs/rabbitmq/workflow-execution-publisher.service.d.ts +12 -0
  277. package/dist/jobs/rabbitmq/workflow-execution-publisher.service.d.ts.map +1 -0
  278. package/dist/jobs/rabbitmq/workflow-execution-publisher.service.js +39 -0
  279. package/dist/jobs/rabbitmq/workflow-execution-publisher.service.js.map +1 -0
  280. package/dist/jobs/rabbitmq/workflow-execution-queue-options.d.ts +8 -0
  281. package/dist/jobs/rabbitmq/workflow-execution-queue-options.d.ts.map +1 -0
  282. package/dist/jobs/rabbitmq/workflow-execution-queue-options.js +10 -0
  283. package/dist/jobs/rabbitmq/workflow-execution-queue-options.js.map +1 -0
  284. package/dist/jobs/rabbitmq/workflow-execution-subscriber.service.d.ts +17 -0
  285. package/dist/jobs/rabbitmq/workflow-execution-subscriber.service.d.ts.map +1 -0
  286. package/dist/jobs/rabbitmq/workflow-execution-subscriber.service.js +52 -0
  287. package/dist/jobs/rabbitmq/workflow-execution-subscriber.service.js.map +1 -0
  288. package/dist/jobs/redis/workflow-execution-publisher-redis.service.d.ts +12 -0
  289. package/dist/jobs/redis/workflow-execution-publisher-redis.service.d.ts.map +1 -0
  290. package/dist/jobs/redis/workflow-execution-publisher-redis.service.js +39 -0
  291. package/dist/jobs/redis/workflow-execution-publisher-redis.service.js.map +1 -0
  292. package/dist/jobs/redis/workflow-execution-queue-options-redis.d.ts +8 -0
  293. package/dist/jobs/redis/workflow-execution-queue-options-redis.d.ts.map +1 -0
  294. package/dist/jobs/redis/workflow-execution-queue-options-redis.js +10 -0
  295. package/dist/jobs/redis/workflow-execution-queue-options-redis.js.map +1 -0
  296. package/dist/jobs/redis/workflow-execution-subscriber-redis.service.d.ts +17 -0
  297. package/dist/jobs/redis/workflow-execution-subscriber-redis.service.d.ts.map +1 -0
  298. package/dist/jobs/redis/workflow-execution-subscriber-redis.service.js +52 -0
  299. package/dist/jobs/redis/workflow-execution-subscriber-redis.service.js.map +1 -0
  300. package/dist/repository/workflow-definition.repository.d.ts +12 -0
  301. package/dist/repository/workflow-definition.repository.d.ts.map +1 -0
  302. package/dist/repository/workflow-definition.repository.js +39 -0
  303. package/dist/repository/workflow-definition.repository.js.map +1 -0
  304. package/dist/repository/workflow-execution-artifact.repository.d.ts +12 -0
  305. package/dist/repository/workflow-execution-artifact.repository.d.ts.map +1 -0
  306. package/dist/repository/workflow-execution-artifact.repository.js +39 -0
  307. package/dist/repository/workflow-execution-artifact.repository.js.map +1 -0
  308. package/dist/repository/workflow-execution-log.repository.d.ts +12 -0
  309. package/dist/repository/workflow-execution-log.repository.d.ts.map +1 -0
  310. package/dist/repository/workflow-execution-log.repository.js +39 -0
  311. package/dist/repository/workflow-execution-log.repository.js.map +1 -0
  312. package/dist/repository/workflow-execution.repository.d.ts +12 -0
  313. package/dist/repository/workflow-execution.repository.d.ts.map +1 -0
  314. package/dist/repository/workflow-execution.repository.js +39 -0
  315. package/dist/repository/workflow-execution.repository.js.map +1 -0
  316. package/dist/repository/workflow-secret.repository.d.ts +12 -0
  317. package/dist/repository/workflow-secret.repository.d.ts.map +1 -0
  318. package/dist/repository/workflow-secret.repository.js +39 -0
  319. package/dist/repository/workflow-secret.repository.js.map +1 -0
  320. package/dist/repository/workflow-step-execution.repository.d.ts +12 -0
  321. package/dist/repository/workflow-step-execution.repository.d.ts.map +1 -0
  322. package/dist/repository/workflow-step-execution.repository.js +39 -0
  323. package/dist/repository/workflow-step-execution.repository.js.map +1 -0
  324. package/dist/repository/workflow-trigger-execution.repository.d.ts +12 -0
  325. package/dist/repository/workflow-trigger-execution.repository.d.ts.map +1 -0
  326. package/dist/repository/workflow-trigger-execution.repository.js +39 -0
  327. package/dist/repository/workflow-trigger-execution.repository.js.map +1 -0
  328. package/dist/seeders/module-metadata-seeder.service.d.ts +6 -0
  329. package/dist/seeders/module-metadata-seeder.service.d.ts.map +1 -1
  330. package/dist/seeders/module-metadata-seeder.service.js +185 -27
  331. package/dist/seeders/module-metadata-seeder.service.js.map +1 -1
  332. package/dist/seeders/module-test-data.service.d.ts +3 -1
  333. package/dist/seeders/module-test-data.service.d.ts.map +1 -1
  334. package/dist/seeders/module-test-data.service.js +8 -2
  335. package/dist/seeders/module-test-data.service.js.map +1 -1
  336. package/dist/seeders/seed-data/solid-core-metadata.json +11494 -5570
  337. package/dist/services/authentication.service.d.ts +4 -1
  338. package/dist/services/authentication.service.d.ts.map +1 -1
  339. package/dist/services/authentication.service.js +52 -4
  340. package/dist/services/authentication.service.js.map +1 -1
  341. package/dist/services/chatter-message.service.d.ts +11 -0
  342. package/dist/services/chatter-message.service.d.ts.map +1 -1
  343. package/dist/services/chatter-message.service.js +52 -3
  344. package/dist/services/chatter-message.service.js.map +1 -1
  345. package/dist/services/crud-helper.service.d.ts +5 -2
  346. package/dist/services/crud-helper.service.d.ts.map +1 -1
  347. package/dist/services/crud-helper.service.js +30 -32
  348. package/dist/services/crud-helper.service.js.map +1 -1
  349. package/dist/services/crud.service.d.ts +13 -1
  350. package/dist/services/crud.service.d.ts.map +1 -1
  351. package/dist/services/crud.service.js +92 -67
  352. package/dist/services/crud.service.js.map +1 -1
  353. package/dist/services/datasource-introspection.service.d.ts.map +1 -1
  354. package/dist/services/datasource-introspection.service.js.map +1 -1
  355. package/dist/services/draft-publish-helper.service.d.ts +52 -0
  356. package/dist/services/draft-publish-helper.service.d.ts.map +1 -0
  357. package/dist/services/draft-publish-helper.service.js +368 -0
  358. package/dist/services/draft-publish-helper.service.js.map +1 -0
  359. package/dist/services/internationalisation-helper.service.d.ts +19 -0
  360. package/dist/services/internationalisation-helper.service.d.ts.map +1 -0
  361. package/dist/services/internationalisation-helper.service.js +107 -0
  362. package/dist/services/internationalisation-helper.service.js.map +1 -0
  363. package/dist/services/locale.service.d.ts +1 -1
  364. package/dist/services/media.service.d.ts +3 -2
  365. package/dist/services/media.service.d.ts.map +1 -1
  366. package/dist/services/media.service.js +44 -29
  367. package/dist/services/media.service.js.map +1 -1
  368. package/dist/services/metadata-validation.service.d.ts +7 -0
  369. package/dist/services/metadata-validation.service.d.ts.map +1 -0
  370. package/dist/services/metadata-validation.service.js +42 -0
  371. package/dist/services/metadata-validation.service.js.map +1 -0
  372. package/dist/services/model-metadata.service.d.ts.map +1 -1
  373. package/dist/services/model-metadata.service.js +2 -1
  374. package/dist/services/model-metadata.service.js.map +1 -1
  375. package/dist/services/object.utils.d.ts +2 -0
  376. package/dist/services/object.utils.d.ts.map +1 -0
  377. package/dist/services/object.utils.js +11 -0
  378. package/dist/services/object.utils.js.map +1 -0
  379. package/dist/services/settings/default-settings-provider.service.d.ts +46 -6
  380. package/dist/services/settings/default-settings-provider.service.d.ts.map +1 -1
  381. package/dist/services/settings/default-settings-provider.service.js +29 -3
  382. package/dist/services/settings/default-settings-provider.service.js.map +1 -1
  383. package/dist/services/user.service.d.ts +2 -2
  384. package/dist/services/user.service.d.ts.map +1 -1
  385. package/dist/services/user.service.js +9 -3
  386. package/dist/services/user.service.js.map +1 -1
  387. package/dist/services/view-metadata.service.d.ts +1 -2
  388. package/dist/services/view-metadata.service.d.ts.map +1 -1
  389. package/dist/services/view-metadata.service.js +3 -55
  390. package/dist/services/view-metadata.service.js.map +1 -1
  391. package/dist/services/workflow/nodes/execution-fail.node.d.ts +6 -0
  392. package/dist/services/workflow/nodes/execution-fail.node.d.ts.map +1 -0
  393. package/dist/services/workflow/nodes/execution-fail.node.js +81 -0
  394. package/dist/services/workflow/nodes/execution-fail.node.js.map +1 -0
  395. package/dist/services/workflow/nodes/for-each.node.d.ts +8 -0
  396. package/dist/services/workflow/nodes/for-each.node.d.ts.map +1 -0
  397. package/dist/services/workflow/nodes/for-each.node.js +204 -0
  398. package/dist/services/workflow/nodes/for-each.node.js.map +1 -0
  399. package/dist/services/workflow/nodes/http-request.node.d.ts +13 -0
  400. package/dist/services/workflow/nodes/http-request.node.d.ts.map +1 -0
  401. package/dist/services/workflow/nodes/http-request.node.js +549 -0
  402. package/dist/services/workflow/nodes/http-request.node.js.map +1 -0
  403. package/dist/services/workflow/nodes/if.node.d.ts +6 -0
  404. package/dist/services/workflow/nodes/if.node.d.ts.map +1 -0
  405. package/dist/services/workflow/nodes/if.node.js +100 -0
  406. package/dist/services/workflow/nodes/if.node.js.map +1 -0
  407. package/dist/services/workflow/nodes/log-write.node.d.ts +6 -0
  408. package/dist/services/workflow/nodes/log-write.node.d.ts.map +1 -0
  409. package/dist/services/workflow/nodes/log-write.node.js +231 -0
  410. package/dist/services/workflow/nodes/log-write.node.js.map +1 -0
  411. package/dist/services/workflow/nodes/loop-until.node.d.ts +12 -0
  412. package/dist/services/workflow/nodes/loop-until.node.d.ts.map +1 -0
  413. package/dist/services/workflow/nodes/loop-until.node.js +281 -0
  414. package/dist/services/workflow/nodes/loop-until.node.js.map +1 -0
  415. package/dist/services/workflow/nodes/parallel.node.d.ts +6 -0
  416. package/dist/services/workflow/nodes/parallel.node.d.ts.map +1 -0
  417. package/dist/services/workflow/nodes/parallel.node.js +83 -0
  418. package/dist/services/workflow/nodes/parallel.node.js.map +1 -0
  419. package/dist/services/workflow/nodes/runtime-python.node.d.ts +13 -0
  420. package/dist/services/workflow/nodes/runtime-python.node.d.ts.map +1 -0
  421. package/dist/services/workflow/nodes/runtime-python.node.js +522 -0
  422. package/dist/services/workflow/nodes/runtime-python.node.js.map +1 -0
  423. package/dist/services/workflow/nodes/sequential.node.d.ts +6 -0
  424. package/dist/services/workflow/nodes/sequential.node.d.ts.map +1 -0
  425. package/dist/services/workflow/nodes/sequential.node.js +68 -0
  426. package/dist/services/workflow/nodes/sequential.node.js.map +1 -0
  427. package/dist/services/workflow/nodes/solidx-api.helpers.d.ts +25 -0
  428. package/dist/services/workflow/nodes/solidx-api.helpers.d.ts.map +1 -0
  429. package/dist/services/workflow/nodes/solidx-api.helpers.js +143 -0
  430. package/dist/services/workflow/nodes/solidx-api.helpers.js.map +1 -0
  431. package/dist/services/workflow/nodes/solidx-crud.nodes.d.ts +48 -0
  432. package/dist/services/workflow/nodes/solidx-crud.nodes.d.ts.map +1 -0
  433. package/dist/services/workflow/nodes/solidx-crud.nodes.js +475 -0
  434. package/dist/services/workflow/nodes/solidx-crud.nodes.js.map +1 -0
  435. package/dist/services/workflow/nodes/solidx-login.node.d.ts +6 -0
  436. package/dist/services/workflow/nodes/solidx-login.node.d.ts.map +1 -0
  437. package/dist/services/workflow/nodes/solidx-login.node.js +208 -0
  438. package/dist/services/workflow/nodes/solidx-login.node.js.map +1 -0
  439. package/dist/services/workflow/nodes/solidx-send-email.node.d.ts +11 -0
  440. package/dist/services/workflow/nodes/solidx-send-email.node.d.ts.map +1 -0
  441. package/dist/services/workflow/nodes/solidx-send-email.node.js +437 -0
  442. package/dist/services/workflow/nodes/solidx-send-email.node.js.map +1 -0
  443. package/dist/services/workflow/nodes/solidx-send-sms.node.d.ts +10 -0
  444. package/dist/services/workflow/nodes/solidx-send-sms.node.d.ts.map +1 -0
  445. package/dist/services/workflow/nodes/solidx-send-sms.node.js +347 -0
  446. package/dist/services/workflow/nodes/solidx-send-sms.node.js.map +1 -0
  447. package/dist/services/workflow/nodes/switch.node.d.ts +7 -0
  448. package/dist/services/workflow/nodes/switch.node.d.ts.map +1 -0
  449. package/dist/services/workflow/nodes/switch.node.js +120 -0
  450. package/dist/services/workflow/nodes/switch.node.js.map +1 -0
  451. package/dist/services/workflow/workflow-definition-metadata-sync.service.d.ts +19 -0
  452. package/dist/services/workflow/workflow-definition-metadata-sync.service.d.ts.map +1 -0
  453. package/dist/services/workflow/workflow-definition-metadata-sync.service.js +187 -0
  454. package/dist/services/workflow/workflow-definition-metadata-sync.service.js.map +1 -0
  455. package/dist/services/workflow/workflow-definition-validator.service.d.ts +13 -0
  456. package/dist/services/workflow/workflow-definition-validator.service.d.ts.map +1 -0
  457. package/dist/services/workflow/workflow-definition-validator.service.js +166 -0
  458. package/dist/services/workflow/workflow-definition-validator.service.js.map +1 -0
  459. package/dist/services/workflow/workflow-execution-writer.service.d.ts +26 -0
  460. package/dist/services/workflow/workflow-execution-writer.service.d.ts.map +1 -0
  461. package/dist/services/workflow/workflow-execution-writer.service.js +191 -0
  462. package/dist/services/workflow/workflow-execution-writer.service.js.map +1 -0
  463. package/dist/services/workflow/workflow-expression.service.d.ts +14 -0
  464. package/dist/services/workflow/workflow-expression.service.d.ts.map +1 -0
  465. package/dist/services/workflow/workflow-expression.service.js +157 -0
  466. package/dist/services/workflow/workflow-expression.service.js.map +1 -0
  467. package/dist/services/workflow/workflow-invocation.service.d.ts +11 -0
  468. package/dist/services/workflow/workflow-invocation.service.d.ts.map +1 -0
  469. package/dist/services/workflow/workflow-invocation.service.js +37 -0
  470. package/dist/services/workflow/workflow-invocation.service.js.map +1 -0
  471. package/dist/services/workflow/workflow-node-registry.service.d.ts +19 -0
  472. package/dist/services/workflow/workflow-node-registry.service.d.ts.map +1 -0
  473. package/dist/services/workflow/workflow-node-registry.service.js +117 -0
  474. package/dist/services/workflow/workflow-node-registry.service.js.map +1 -0
  475. package/dist/services/workflow/workflow-runtime.service.d.ts +61 -0
  476. package/dist/services/workflow/workflow-runtime.service.d.ts.map +1 -0
  477. package/dist/services/workflow/workflow-runtime.service.js +706 -0
  478. package/dist/services/workflow/workflow-runtime.service.js.map +1 -0
  479. package/dist/services/workflow/workflow-scheduled-trigger.job.d.ts +10 -0
  480. package/dist/services/workflow/workflow-scheduled-trigger.job.d.ts.map +1 -0
  481. package/dist/services/workflow/workflow-scheduled-trigger.job.js +37 -0
  482. package/dist/services/workflow/workflow-scheduled-trigger.job.js.map +1 -0
  483. package/dist/services/workflow-definition.service.d.ts +52 -0
  484. package/dist/services/workflow-definition.service.d.ts.map +1 -0
  485. package/dist/services/workflow-definition.service.js +251 -0
  486. package/dist/services/workflow-definition.service.js.map +1 -0
  487. package/dist/services/workflow-execution-artifact.service.d.ts +12 -0
  488. package/dist/services/workflow-execution-artifact.service.d.ts.map +1 -0
  489. package/dist/services/workflow-execution-artifact.service.js +38 -0
  490. package/dist/services/workflow-execution-artifact.service.js.map +1 -0
  491. package/dist/services/workflow-execution-log.service.d.ts +12 -0
  492. package/dist/services/workflow-execution-log.service.d.ts.map +1 -0
  493. package/dist/services/workflow-execution-log.service.js +38 -0
  494. package/dist/services/workflow-execution-log.service.js.map +1 -0
  495. package/dist/services/workflow-execution.service.d.ts +12 -0
  496. package/dist/services/workflow-execution.service.d.ts.map +1 -0
  497. package/dist/services/workflow-execution.service.js +38 -0
  498. package/dist/services/workflow-execution.service.js.map +1 -0
  499. package/dist/services/workflow-secret.service.d.ts +25 -0
  500. package/dist/services/workflow-secret.service.d.ts.map +1 -0
  501. package/dist/services/workflow-secret.service.js +152 -0
  502. package/dist/services/workflow-secret.service.js.map +1 -0
  503. package/dist/services/workflow-step-execution.service.d.ts +12 -0
  504. package/dist/services/workflow-step-execution.service.d.ts.map +1 -0
  505. package/dist/services/workflow-step-execution.service.js +38 -0
  506. package/dist/services/workflow-step-execution.service.js.map +1 -0
  507. package/dist/services/workflow-trigger-execution.service.d.ts +12 -0
  508. package/dist/services/workflow-trigger-execution.service.d.ts.map +1 -0
  509. package/dist/services/workflow-trigger-execution.service.js +38 -0
  510. package/dist/services/workflow-trigger-execution.service.js.map +1 -0
  511. package/dist/solid-core.module.d.ts.map +1 -1
  512. package/dist/solid-core.module.js +131 -1
  513. package/dist/solid-core.module.js.map +1 -1
  514. package/dist/testing/adapters/ui/playwright-adapter.d.ts +5 -0
  515. package/dist/testing/adapters/ui/playwright-adapter.d.ts.map +1 -1
  516. package/dist/testing/adapters/ui/playwright-adapter.js +17 -1
  517. package/dist/testing/adapters/ui/playwright-adapter.js.map +1 -1
  518. package/dist/testing/adapters/ui/ui.types.d.ts +2 -0
  519. package/dist/testing/adapters/ui/ui.types.d.ts.map +1 -1
  520. package/dist/testing/adapters/ui/ui.types.js.map +1 -1
  521. package/dist/testing/steps/ui/actions.step.d.ts.map +1 -1
  522. package/dist/testing/steps/ui/actions.step.js +6 -2
  523. package/dist/testing/steps/ui/actions.step.js.map +1 -1
  524. package/dist/testing/steps/ui/assertions.step.d.ts.map +1 -1
  525. package/dist/testing/steps/ui/assertions.step.js +11 -3
  526. package/dist/testing/steps/ui/assertions.step.js.map +1 -1
  527. package/dist/testing/steps/ui/form.step.d.ts.map +1 -1
  528. package/dist/testing/steps/ui/form.step.js +9 -3
  529. package/dist/testing/steps/ui/form.step.js.map +1 -1
  530. package/dist/testing/steps/ui/manual.step.js +1 -1
  531. package/dist/testing/steps/ui/manual.step.js.map +1 -1
  532. package/dist/testing/steps/ui/navigation.step.d.ts.map +1 -1
  533. package/dist/testing/steps/ui/navigation.step.js +3 -1
  534. package/dist/testing/steps/ui/navigation.step.js.map +1 -1
  535. package/dist/transformers/empty-string-to-null-transformer.d.ts +4 -0
  536. package/dist/transformers/empty-string-to-null-transformer.d.ts.map +1 -0
  537. package/dist/transformers/empty-string-to-null-transformer.js +12 -0
  538. package/dist/transformers/empty-string-to-null-transformer.js.map +1 -0
  539. package/dist/types/workflow-dsl.types.d.ts +291 -0
  540. package/dist/types/workflow-dsl.types.d.ts.map +1 -0
  541. package/dist/types/workflow-dsl.types.js +3 -0
  542. package/dist/types/workflow-dsl.types.js.map +1 -0
  543. package/dist/types/workflow-execution-queue.types.d.ts +4 -0
  544. package/dist/types/workflow-execution-queue.types.d.ts.map +1 -0
  545. package/dist/types/workflow-execution-queue.types.js +3 -0
  546. package/dist/types/workflow-execution-queue.types.js.map +1 -0
  547. package/dist-tests/api/authenticate.spec.js +119 -0
  548. package/dist-tests/api/authenticate.spec.js.map +1 -0
  549. package/dist-tests/api/crud-service.findOne.cityMaster.spec.js +97 -0
  550. package/dist-tests/api/crud-service.findOne.cityMaster.spec.js.map +1 -0
  551. package/dist-tests/api/ping.spec.js +21 -0
  552. package/dist-tests/api/ping.spec.js.map +1 -0
  553. package/dist-tests/helpers/auth.js +41 -0
  554. package/dist-tests/helpers/auth.js.map +1 -0
  555. package/dist-tests/helpers/env.js +11 -0
  556. package/dist-tests/helpers/env.js.map +1 -0
  557. package/docs/agent-builder/notebook-lm-prompt-for-agent-builder.md +136 -0
  558. package/docs/agent-builder/team-ready-note-agent-builder.md +305 -0
  559. package/docs/agent-hub-grooming.md +301 -0
  560. package/docs/dashboards/AGENTIC_DASHBOARD_IMPLEMENTATION_PLAN.md +438 -0
  561. package/docs/dashboards/dashboard-curl-smoke-tests.txt +146 -0
  562. package/docs/dashboards/delete-legacy-dashboard-metadata.sql +172 -0
  563. package/docs/datasource-introspection-ddl-analysis.md +326 -0
  564. package/docs/datasource-introspection-implementation-plan.md +306 -0
  565. package/docs/grouping-enhancements.md +89 -0
  566. package/docs/java-spring/README.md +3 -0
  567. package/docs/java-spring/solid-core-module-deep-dive-report.md +1317 -0
  568. package/docs/module-package-import-handoff.md +691 -0
  569. package/docs/seed-changes.md +65 -0
  570. package/docs/test-data-workflow.md +200 -0
  571. package/docs/type-declaration-import-issue.md +24 -0
  572. package/docs/workflow/business-automation-example-notes.md +309 -0
  573. package/docs/workflow/control-flow-node-addition-sop.md +324 -0
  574. package/docs/workflow/data-engineering-pipeline-example-notes.md +330 -0
  575. package/docs/workflow/foreach-example-notes.md +187 -0
  576. package/docs/workflow/hello-world-example-notes.md +271 -0
  577. package/docs/workflow/kestra-concepts-plugins-blueprints.md +315 -0
  578. package/docs/workflow/loop-until-example-notes.md +198 -0
  579. package/docs/workflow/microservices-and-apis-example-notes.md +264 -0
  580. package/docs/workflow/samples.md +25 -0
  581. package/docs/workflow/what-is-kestra.md +79 -0
  582. package/docs/workflow/workflow-core-module-handoff-summary.md +191 -0
  583. package/docs/workflow/workflow-module-brd.md +185 -0
  584. package/docs/workflow/workflow-module-domain-model.md +252 -0
  585. package/docs/workflow/workflow-module-metadata-dsl.md +302 -0
  586. package/docs/workflow/workflow-module-technical-spec.md +293 -0
  587. package/docs/workflow/workflow-node-type-contracts.md +635 -0
  588. package/docs/workflow/workflow-node-ui-metadata-contract.md +1262 -0
  589. package/docs/workflow/workflow-solidx-model-field-spec.md +284 -0
  590. package/package.json +3 -2
  591. package/src/commands/run-tests.command.ts +47 -1
  592. package/src/commands/seed.command.ts +19 -0
  593. package/src/constants/chatter-message.constants.ts +12 -0
  594. package/src/constants/draft-publish-fields.ts +5 -0
  595. package/src/constants/media-file-types.ts +50 -0
  596. package/src/constants/user.constants.ts +13 -0
  597. package/src/controllers/chatter-message.controller.ts +8 -0
  598. package/src/controllers/export-template.controller.ts +5 -3
  599. package/src/controllers/import-transaction.controller.ts +6 -6
  600. package/src/controllers/media.controller.ts +17 -6
  601. package/src/controllers/module-package.controller.ts +2 -3
  602. package/src/controllers/workflow-definition.controller.ts +141 -0
  603. package/src/controllers/workflow-execution-artifact.controller.ts +93 -0
  604. package/src/controllers/workflow-execution-log.controller.ts +93 -0
  605. package/src/controllers/workflow-execution.controller.ts +126 -0
  606. package/src/controllers/workflow-secret.controller.ts +90 -0
  607. package/src/controllers/workflow-step-execution.controller.ts +93 -0
  608. package/src/controllers/workflow-trigger-execution.controller.ts +93 -0
  609. package/src/decorators/workflow-node-provider.decorator.ts +14 -0
  610. package/src/dtos/basic-filters.dto.ts +0 -4
  611. package/src/dtos/create-workflow-definition.dto.ts +60 -0
  612. package/src/dtos/create-workflow-execution-artifact.dto.ts +99 -0
  613. package/src/dtos/create-workflow-execution-log.dto.ts +80 -0
  614. package/src/dtos/create-workflow-execution.dto.ts +137 -0
  615. package/src/dtos/create-workflow-secret.dto.ts +44 -0
  616. package/src/dtos/create-workflow-step-execution.dto.ts +123 -0
  617. package/src/dtos/create-workflow-trigger-execution.dto.ts +114 -0
  618. package/src/dtos/execute-workflow.dto.ts +6 -0
  619. package/src/dtos/update-workflow-definition.dto.ts +67 -0
  620. package/src/dtos/update-workflow-execution-artifact.dto.ts +105 -0
  621. package/src/dtos/update-workflow-execution-log.dto.ts +87 -0
  622. package/src/dtos/update-workflow-execution.dto.ts +144 -0
  623. package/src/dtos/update-workflow-secret.dto.ts +53 -0
  624. package/src/dtos/update-workflow-step-execution.dto.ts +132 -0
  625. package/src/dtos/update-workflow-trigger-execution.dto.ts +122 -0
  626. package/src/dtos/validate-workflow-definition.dto.ts +3 -0
  627. package/src/entities/common.entity.ts +24 -0
  628. package/src/entities/dashboard-user-layout.entity.ts +2 -2
  629. package/src/entities/user.entity.ts +53 -36
  630. package/src/entities/view-metadata.entity.ts +2 -2
  631. package/src/entities/workflow-definition.entity.ts +43 -0
  632. package/src/entities/workflow-execution-artifact.entity.ts +73 -0
  633. package/src/entities/workflow-execution-log.entity.ts +59 -0
  634. package/src/entities/workflow-execution.entity.ts +83 -0
  635. package/src/entities/workflow-secret.entity.ts +34 -0
  636. package/src/entities/workflow-step-execution.entity.ts +89 -0
  637. package/src/entities/workflow-trigger-execution.entity.ts +83 -0
  638. package/src/factories/mail.factory.ts +7 -1
  639. package/src/factories/sms.factory.ts +4 -1
  640. package/src/helpers/field-crud-managers/MediaFieldCrudManager.ts +26 -12
  641. package/src/helpers/file-download.helper.ts +31 -0
  642. package/src/helpers/model-metadata-helper.service.ts +32 -1
  643. package/src/helpers/solid-registry.ts +1 -1
  644. package/src/helpers/typeorm-db-helper.ts +12 -1
  645. package/src/index.ts +58 -0
  646. package/src/interfaces/workflow-node-handler.interface.ts +10 -0
  647. package/src/interfaces.ts +1 -0
  648. package/src/jobs/database/workflow-execution-publisher-database.service.ts +24 -0
  649. package/src/jobs/database/workflow-execution-queue-options-database.ts +9 -0
  650. package/src/jobs/database/workflow-execution-subscriber-database.service.ts +44 -0
  651. package/src/jobs/rabbitmq/workflow-execution-publisher.service.ts +24 -0
  652. package/src/jobs/rabbitmq/workflow-execution-queue-options.ts +9 -0
  653. package/src/jobs/rabbitmq/workflow-execution-subscriber.service.ts +42 -0
  654. package/src/jobs/redis/workflow-execution-publisher-redis.service.ts +24 -0
  655. package/src/jobs/redis/workflow-execution-queue-options-redis.ts +9 -0
  656. package/src/jobs/redis/workflow-execution-subscriber-redis.service.ts +42 -0
  657. package/src/repository/workflow-definition.repository.ts +19 -0
  658. package/src/repository/workflow-execution-artifact.repository.ts +19 -0
  659. package/src/repository/workflow-execution-log.repository.ts +19 -0
  660. package/src/repository/workflow-execution.repository.ts +19 -0
  661. package/src/repository/workflow-secret.repository.ts +19 -0
  662. package/src/repository/workflow-step-execution.repository.ts +19 -0
  663. package/src/repository/workflow-trigger-execution.repository.ts +19 -0
  664. package/src/seeders/module-metadata-seeder.service.ts +216 -40
  665. package/src/seeders/module-test-data.service.ts +6 -0
  666. package/src/seeders/seed-data/solid-core-metadata.json +11494 -5570
  667. package/src/services/authentication.service.ts +76 -5
  668. package/src/services/chatter-message.service.ts +102 -4
  669. package/src/services/crud-helper.service.ts +16 -34
  670. package/src/services/crud.service.ts +129 -104
  671. package/src/services/datasource-introspection.service.ts +5 -0
  672. package/src/services/draft-publish-helper.service.ts +529 -0
  673. package/src/services/internationalisation-helper.service.ts +148 -0
  674. package/src/services/media.service.ts +67 -36
  675. package/src/services/metadata-validation.service.ts +39 -0
  676. package/src/services/model-metadata.service.ts +4 -1
  677. package/src/services/object.utils.ts +10 -0
  678. package/src/services/settings/default-settings-provider.service.ts +35 -3
  679. package/src/services/user.service.ts +18 -3
  680. package/src/services/view-metadata.service.ts +5 -145
  681. package/src/services/workflow/nodes/execution-fail.node.ts +82 -0
  682. package/src/services/workflow/nodes/for-each.node.ts +231 -0
  683. package/src/services/workflow/nodes/http-request.node.ts +624 -0
  684. package/src/services/workflow/nodes/if.node.ts +100 -0
  685. package/src/services/workflow/nodes/log-write.node.ts +234 -0
  686. package/src/services/workflow/nodes/loop-until.node.ts +343 -0
  687. package/src/services/workflow/nodes/parallel.node.ts +88 -0
  688. package/src/services/workflow/nodes/runtime-python.node.ts +571 -0
  689. package/src/services/workflow/nodes/sequential.node.ts +65 -0
  690. package/src/services/workflow/nodes/solidx-api.helpers.ts +205 -0
  691. package/src/services/workflow/nodes/solidx-crud.nodes.ts +511 -0
  692. package/src/services/workflow/nodes/solidx-login.node.ts +222 -0
  693. package/src/services/workflow/nodes/solidx-send-email.node.ts +489 -0
  694. package/src/services/workflow/nodes/solidx-send-sms.node.ts +377 -0
  695. package/src/services/workflow/nodes/switch.node.ts +132 -0
  696. package/src/services/workflow/workflow-definition-metadata-sync.service.ts +196 -0
  697. package/src/services/workflow/workflow-definition-validator.service.ts +226 -0
  698. package/src/services/workflow/workflow-execution-writer.service.ts +244 -0
  699. package/src/services/workflow/workflow-expression.service.ts +180 -0
  700. package/src/services/workflow/workflow-invocation.service.ts +39 -0
  701. package/src/services/workflow/workflow-node-registry.service.ts +152 -0
  702. package/src/services/workflow/workflow-runtime.service.ts +934 -0
  703. package/src/services/workflow/workflow-scheduled-trigger.job.ts +33 -0
  704. package/src/services/workflow-definition.service.ts +293 -0
  705. package/src/services/workflow-execution-artifact.service.ts +20 -0
  706. package/src/services/workflow-execution-log.service.ts +20 -0
  707. package/src/services/workflow-execution.service.ts +20 -0
  708. package/src/services/workflow-secret.service.ts +161 -0
  709. package/src/services/workflow-step-execution.service.ts +20 -0
  710. package/src/services/workflow-trigger-execution.service.ts +20 -0
  711. package/src/solid-core.module.ts +144 -3
  712. package/src/testing/README.md +73 -2
  713. package/src/testing/adapters/ui/playwright-adapter.ts +25 -0
  714. package/src/testing/adapters/ui/ui.types.ts +2 -0
  715. package/src/testing/steps/ui/actions.step.ts +8 -4
  716. package/src/testing/steps/ui/assertions.step.ts +18 -5
  717. package/src/testing/steps/ui/form.step.ts +16 -6
  718. package/src/testing/steps/ui/manual.step.ts +1 -1
  719. package/src/testing/steps/ui/navigation.step.ts +4 -2
  720. package/src/transformers/empty-string-to-null-transformer.ts +11 -0
  721. package/src/types/workflow-dsl.types.ts +1030 -0
  722. package/src/types/workflow-execution-queue.types.ts +3 -0
  723. package/.claude/settings.local.json +0 -16
  724. package/CLAUDE.md +0 -26
  725. package/src/services/1.js +0 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,4348 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.13-beta.11] - 2026-07-31
4
+
5
+ ### Added
6
+
7
+ - add viewWidget attribute for fileSize in metadata
8
+ - add configurable UI timeouts for testing steps and update documentation
9
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
10
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
11
+ - add default locale name for internationalised entries in test data seeding
12
+ - implement draft/publish versioning support and refactor related services
13
+ - add DraftPublishHelperService for managing draft and publish workflows
14
+ - add workflow field data provider support and related interfaces
15
+ - add asynchronous execution for workflows and enhance execution status retrieval
16
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
17
+ - enhance workflow definition management and add Python runtime node
18
+ - add SolidX integration nodes for login, email, and SMS
19
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
20
+ - enhance http.request node with query parameters and body modes
21
+ - refactor node structure and add sequential and switch nodes
22
+ - update workflow execution and definition handling
23
+ - implement workflow execution services and nodes
24
+ - implement API key generation for system admin users in ModuleMetadataSeederService
25
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
26
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
27
+ - enhance migration process with build and seed commands
28
+ - enhance datasource introspection with primary key detection and migration support
29
+ - enhance role creation with module linkage and resolve module metadata
30
+ - enhance action, role, and view metadata services with change detection and JSON normalization
31
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
32
+ - add new dashboard controller actions to permissions
33
+ - simplify queue health permissions by consolidating patterns
34
+ - implement explicit widget permissions and unauthorized response handling
35
+ - enhance widget permission checks and add unauthorized response handling
36
+ - add Queue SLA heatmap provider and update metadata
37
+ - update queue health menu item and reorder messages
38
+ - add various dashboard providers and runtime services
39
+ - implement WhatsApp Cloud API integration
40
+ - add gupshup whatsapp provider
41
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
42
+ - add updateCustomNoteMessage action to ChatterMessageController
43
+ - add secure custom-note edit API with attachment add/remove support
44
+ - implemented social media oath for facebook and microsoft
45
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
46
+ - implemented social media oath for facebook and microsoft
47
+ - add Message Tree Action and corresponding view for mqMessage
48
+ - implement processing timeout for RabbitMQ subscriber
49
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
50
+ - Migrate date/time transformers to UtcDateTimeTransformer.
51
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
52
+
53
+ ### Fixed
54
+
55
+ - improve error message for media deletion restriction
56
+ - use transactions entitymanager for all subscribers only for embedded db projects
57
+ - update consuming project name resolution to use parent directory
58
+ - update solidx directory path to include consuming project name
59
+ - correct package name in model generation command and update error handling in module metadata retrieval
60
+ - username
61
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
62
+ - handle null or empty security rule configuration strings in repository
63
+
64
+ ### Changed
65
+
66
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
67
+ - unify datetime column types across entities using helper function
68
+ - remove explicit timestamp type for nullable date columns across entities
69
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
70
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
71
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
72
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
73
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
74
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
75
+ - simplify published version filtering in CRUDService
76
+ - remove handleSeedLocales method to streamline locale seeding process
77
+ - remove legacy dashboard files and add new dashboarding architecture guide
78
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
79
+ - remove redundant null check in resolveSecurityRuleConfig
80
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
81
+ - update legacy entity fields to be nullable and support null types
82
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
83
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
84
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
85
+
86
+ ### Documentation
87
+
88
+ - update expired discord link
89
+
90
+ ### Other
91
+
92
+ - removed indexes on username and mobile since it is a conditional index and it breaks for mssql since multiple nulls are not allowed on unique columns
93
+ - readme changes
94
+ - removed hardcoded type against a boolean type
95
+ - changes to the default testing setting timeout to pick from env as well
96
+ - remove duplicate code
97
+ - refactoring around chatter media security fix
98
+ - add media extension support for post chatter
99
+ - Add media upload action and validation in MediaService
100
+ - add media extension support for post chatter
101
+ - changes to ensure only id and field are returned while populating the user in chatter
102
+ - Update defaultValue types in solid-core-metadata.json to strings
103
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
104
+ - Add getMentionableUsers permission
105
+ - Add endpoint to retrieve mentionable users with search and limit options
106
+ - Add error handling nodes and enhance workflow node definitions
107
+ - Add skipHooks option to seed command and related services
108
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
109
+ - Enhance workflow node definitions and runtime context handling
110
+ - remvoing redundent code
111
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
112
+ - changes
113
+ - changes
114
+ - sql injection vulnerability closed in filter queries
115
+ - Remove LocalPath
116
+ - revert changes
117
+ - revert changes
118
+ - revert changes
119
+ - re revert
120
+ - revert changes
121
+ - private-file-cleanup
122
+ - add downlaodurl
123
+ - changes to allow overriding the is allowed api keys flag thru extension user
124
+ - Revert "user enumeration"
125
+ - remove validation from username and mobile
126
+ - user create validation bugs
127
+ - add normalize for otp based also
128
+ - Disable metadata pruning by default in seed command configuration
129
+ - Update seed command to enable metadata pruning by default
130
+ - handle-case-sensitive-for-email
131
+ - Add delete permissions for ImportTransactionController in solid-core metadata
132
+ - Add permissions for import/export functionality in solid-core metadata
133
+ - Refactor role assignment for admin users to handle capability roles individually
134
+ - discard changes
135
+ - add support for static file
136
+ - Add capability roles for admin users in module metadata seeder
137
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
138
+ - attachment
139
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
140
+ - make isPublic default true
141
+ - changes to show the image inline
142
+ - cleanup againts media's
143
+ - inline role crate false
144
+ - Implement chatter mention notification system with email templates and queue handling
145
+ - Add messageBodyMentions field to chatter message DTOs and entity
146
+ - fix-audit-bug
147
+ - changes to include signed url token for private media
148
+ - Revert "Revert "rename function name""
149
+ - Revert "Revert "add private media support""
150
+ - Add media file type constants and enhance security for media uploads
151
+ - handle technical error messages due to missing resource in static resources folder
152
+ - Revert "add private media support"
153
+ - Revert "rename function name"
154
+ - rename function name
155
+ - add private media support
156
+ - some fixes
157
+ - solidx session invalid changes
158
+ - add validation on get chatter message
159
+ - updatedAt value is updating now
160
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
161
+ - add security against chatter
162
+ - chatter message endpoint made public
163
+ - removed embedded db support
164
+ - Add default sorting by ID if not explicitly specified in order options
165
+ - add icons across all the models in solid core
166
+ - media upload added behind auth
167
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
168
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
169
+ - class serializer interceptor added for impact of Exclude and Expose
170
+ - Enhance datasource introspection with primary key validation and user key resolution
171
+ - Concurrent Login Feature
172
+ - user enumeration
173
+ - add helper text key on settings object .........
174
+ - changes to handle case insenstive filter operations if the values are other than string by casting
175
+ - menus item fix
176
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
177
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
178
+ - display name changed
179
+ - name changed
180
+ - added settings for configure the row click on solid list view
181
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
182
+ - fixed legacy entity files names
183
+ - view metadata type field - selection static and roles required false from menu-item
184
+ - Fix for this issue > stop applying lower for numeric fields.
185
+ - refactor and add migration command
186
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
187
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
188
+ - changes to take in option for seeding with modules in current seed method
189
+ - Fix validation logic to parse string field values as integers before applying validations
190
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
191
+ - ad changes
192
+ - Add locale seeding functionality and enhance locale management
193
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
194
+ - changes to avoid extra module checks before dynamically loading it
195
+ - defaulted to modulemetadataseederservice if no seeder provided
196
+ - Add Date field in Instructions Response
197
+ - ai interaction cleanup changes
198
+ - enabling create,edit,import,export on permission and lov modules
199
+ - added module to rolemetadata list view
200
+ - roles group by module changes
201
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
202
+ - Implement Datasource Management functionality with controller, service, and DTO
203
+ - added index to fields newly added as sortable and searchable
204
+ - Add archiver package to dependencies
205
+ - removed unnecessary seed file
206
+ - Add TypeORM migration helper functions and export in index
207
+ - fixes
208
+ - reverted accidental removal of the layout builder root menu
209
+ - pending cleanup of solid core menu items
210
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
211
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
212
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
213
+ - changes for IAM
214
+ - Add clearPackageRuntime functionality and corresponding metadata action
215
+ - Add archiver dependency and implement module package export functionality
216
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
217
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
218
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
219
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
220
+ - Remove unused database bootstrap service and related SQL cleanup procedures
221
+ - cleanup
222
+ - Add view and action metadata tree views with updated permissions and searchable fields
223
+ - Add view and action metadata tree views with updated permissions and searchable fields
224
+ - menu item model cleanup
225
+ - Add resumable import handling and transaction management in module package service
226
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
227
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
228
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
229
+ - many to one left join issue fixed
230
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
231
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
232
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
233
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
234
+ - Implement module metadata explorer with CRUD operations and search functionality
235
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
236
+ - Bug fixs
237
+ - added frontend base url as well to the default settings
238
+ - minor cleanup
239
+ - changes to cleanup legacy table related fields
240
+ - changes for new dashboards functionality
241
+ - always print server startup line regardless of log level
242
+ - Add field quality checks and fixes checklist for backend validation
243
+ - typeo issue
244
+ - Agent table clean up
245
+ - Add manual interaction step for Playwright and update README
246
+ - provision made to unlink data rather than having to teardown everything
247
+ - provision made to unlink data rather than having to teardown everything
248
+ - changes to colour the server startup line
249
+ - Agent table clean up
250
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
251
+ - removed id command options and retained the singular name option only for consistency purposes
252
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
253
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
254
+ - MCP table solid changes
255
+ - playwrite added as dependency instead
256
+ - changes to the test runner
257
+ - chatter message user resolution chagnes
258
+ - bug fix in chatter message user resolution after we moved to queues.
259
+ - moved back to beta3
260
+ - failed login attempts field added to the json and update dto and exposed in entity
261
+ - removed un-necessary index on newvalue display
262
+ - ts changes error: any
263
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
264
+ - changed model metadata service default form layout to be single column
265
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
266
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
267
+ - normalised @ApiTags
268
+ - enum for passwordless modes
269
+ - bug fix in how alternative actions are rendered
270
+ - queue related bug fixes
271
+ - changes to add a websocket adaptor to the bootstrap server routine
272
+ - license changes
273
+ - type fixes
274
+ - removed min and max from long text mapping
275
+ - bug fix for shortext field mapping
276
+ - changes to post the testing results to a webhook api with a test payload
277
+ - added import multer this fixes un-necessary ts errors in vscode
278
+ - ts errors fixed
279
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
280
+ - formatting changes
281
+ - facebook oauth
282
+ - Status required false
283
+ - updated gitignore
284
+ - dleete un-necessary docs
285
+ - deleted un-necessary files
286
+ - changes related to more grooming
287
+ - api added in cors
288
+ - refactor Oauth strategy
289
+ - Revert "Ft social media login"
290
+ - bug fix
291
+ - bug fix
292
+ - add new api me endpoint and role based settings
293
+ - setting changes for new ui architecture
294
+ - changes for new settings structure
295
+ - chatter task subtype and related changes
296
+ - bug fix
297
+ - fixes
298
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
299
+ - changes to handle import logs as well, thru configured winston log level
300
+ - change isMultiSelect to true in solid-core-metadata.json
301
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
302
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
303
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
304
+ - bug fix: passwordless registration should create a user with active false
305
+ - apikeys attribute was not exposed
306
+ - refactor Oauth strategy
307
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
308
+ - bug fix
309
+ - null check on role
310
+ - made provision to seed custom permissions
311
+ - handled seed scenario too
312
+ - upload File and expectHidden changes
313
+ - extension user cleanup and checks added
314
+ - fixed types for cleanup
315
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
316
+ - fixes bare shell imports with relative imports
317
+ - dynamic import fix
318
+ - removed unnecessary file
319
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
320
+ - removed base abstract class
321
+ - added interface too
322
+ - changes
323
+ - changes to test data seeding & fixed the type for authenticationService.signup method
324
+ - changes to user dto to include the api keys toggle
325
+ - add default role to the user only if there are no roles resolved against a user
326
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
327
+ - Only forward --debug when explicitly enabled.
328
+ - toolOutput field changes to json
329
+ - adding user api key entity to export
330
+ - minor optimisation to how dynamic modules are loaded
331
+ - Add Discord badge to top of README
332
+ - Fix broken BSL license link and add Discord link to README
333
+ - Add BSL 1.1 license and update package.json license field
334
+ - Seed user and roles in testing data
335
+ - removed readme.txt
336
+ - moved type and interfaces in interfaces.ts and refactored accordingly
337
+ - changed to md
338
+ - added readme
339
+ - Ai setting model change
340
+ - changes to allow encrypting setting keys
341
+ - form view clean up
342
+ - Agent table list view changes
343
+ - synchronize false
344
+ - changes to resolve the selection dynamic provider by name and token both
345
+ - changes to bypass swagger urls from csp policy
346
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
347
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
348
+ - changes to implement the sso code and sso exchange use cases
349
+ - removed orm types / exported api key entity
350
+ - added provision to control if api key creation is allowed for the user
351
+ - api key changes for backend
352
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
353
+ - fix to call addRoles only if role names are present
354
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
355
+ - refactor: update legacy entity fields to be nullable and support null types
356
+ - Json structure change
357
+ - Agent table metadata clean up changes
358
+ - longtext
359
+ - longtext changes
360
+ - Agent tables clean up
361
+ - fixes to seed many-to-many relation for tests
362
+ - changes to seed media in testing data
363
+ - Chatter modelUserkey and excel many to one issue
364
+ - keeping the default selectionValueType as string since this is a good default
365
+ - bug fixes around how media is done
366
+ - bug fixes
367
+ - try catch inside logEvent
368
+ - media has card based metadata
369
+ - Refresh token activity
370
+ - changes to implement the sso code and sso exchange use cases
371
+ - cleanup
372
+ - enabled kanban view on mq message
373
+ - Agent table changes
374
+ - changes to disallow deleting a model or module in production
375
+ - changelog version bumped
376
+ - changelog added
377
+ - changes to control the logging using env variables & set appropriate defaults basis environment
378
+ - chnages for logging
379
+ - Chatter queue fixs
380
+ - one more "beta" for ozzy
381
+ - additional loggging in cors helper
382
+ - changes
383
+ - Redis Queue component and rabbitMQ folder changes
384
+ - changes to track old and new fields as part of the delete entity operation
385
+ - optimizations done for audit subcriber
386
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
387
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
388
+ - formatting changes
389
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
390
+ - qs depth config increased
391
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
392
+ - cached model metadata queries
393
+ - changse
394
+ - disabled extra loggign
395
+ - chagnes
396
+ - reduced concurrency in computed fields
397
+ - additional loggign
398
+ - added indexes to mobile & email since those are frequently queries upon
399
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
400
+ - Redis background job changes
401
+ - Chatter Rationalizing
402
+ - changes
403
+ - changes
404
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
405
+ - changes to export bootstrap helpers for server & cli nest applications
406
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
407
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
408
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
409
+ - added index on message id in mq message table
410
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
411
+ - changes to save model sequence id as part of post compute instead of pre compute
412
+ - changse
413
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
414
+ - High concurrency fix for alpha num and sequence num computed fields
415
+ - bug fix in cron evalutaion
416
+ - tighter logging around roles
417
+ - scheduler now supports env based specific jobs starting and others not
418
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
419
+ - revert cross db changes for view-metadata-entity
420
+ - fixes
421
+ - changes to handle cross-db compatibility
422
+ - added type as simple-json
423
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
424
+ - Revert "Merge branch 'media-update' into 'main'"
425
+ - Mysql related changes
426
+ - ts-morph and media storage fix
427
+ - dashboard layout menu item added
428
+ - dashboard changes
429
+ - scheduler bug fix
430
+ - made provision to execute scheduled jobs manually
431
+ - changes
432
+ - cleanup
433
+ - logging related changes and made user activity history tree view
434
+ - changes to return the wall clock time as utc for chatter as well to keep it...
435
+ - changes around dashboard question refactoring
436
+ - default tree view and action added on code generation
437
+ - Date time format changes in audit
438
+ - user activity history on otp login
439
+ - changes
440
+ - changelog added
441
+ - reverted legacy and common entity to use local date time transformer only
442
+ - added changelog
443
+ - made playwright dependency lazy
444
+ - ai interaction table user is nullable now
445
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
446
+ - formatting changes
447
+ - Version info changes
448
+ - dummy otp can now be enabled on a per user basis
449
+ - jwt token optimisation
450
+ - optimised the authentication flow in microservice adapter to cache access token
451
+ - deleted file containing secrets
452
+ - changes
453
+ - optimisation around how dummy otp is managed
454
+ - isSeeded added
455
+ - bug fix for fetch layouts
456
+ - view modes added in layout
457
+ - One to many crud manager fixes
458
+ - one-to-many-crud-manager-fixes
459
+ - Many to many crud field manager fixes
460
+ - patch endpoint added in role controller
461
+ - many-to-many field fixes
462
+ - modelSequenceFormViewChangeHandler added on field change
463
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
464
+ - changes to format group values consistently
465
+ - fixes for normalizing group values
466
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
467
+ - changes to return groupValue in the group meta response as well. groupValue is...
468
+ - changes to return groupValue in the group meta response as well. groupValue is...
469
+ - filter_field_granularity_supported_added_for_date_fields
470
+ - password registration/login cleanup + max failed login attempts checks added
471
+ - removed unsafe inline from CSP
472
+ - removed incorrect comment
473
+ - changes
474
+ - Revert "replaced playwright with lazy dependency"
475
+ - replaced playwright with lazy dependency
476
+ - count and average
477
+ - fixes to solid core metadata configuration
478
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
479
+ - solid seed now prints proper exception stack trace
480
+ - added playwright dependencies as peer dependencies
481
+ - changed playwright import to make it lazy
482
+ - issue fixes
483
+ - formatting changes
484
+ - formatting changes
485
+ - changes for test setup
486
+ - package changes
487
+ - Changes to generate an SA user with the default password for simpler experience during setup
488
+ - more changes to support form data based uploads
489
+ - changes
490
+ - changes around testing workflow
491
+ - unified testing utitlities
492
+ - added comments to the slug code
493
+ - refactored queue namespacign
494
+ - queue namespacing related chanes
495
+ - removed todo
496
+ - queue name related changes
497
+ - cag
498
+ - changrs
499
+ - queues names are now namespaced by service naem
500
+ - enabled logs
501
+ - debug logs
502
+ - testing docs updated
503
+ - changes
504
+ - cleanup
505
+ - removed old testing related fiels
506
+ - testing infra now supports data based interpolation
507
+ - testing changes: now we support fully custom test specs
508
+ - changes for test automation
509
+ - changes to tsconfig for playwright tests
510
+ - exporting typeorm db helper
511
+ - removed the files section
512
+ - changes for playwright testing
513
+ - changes to disable service controller seed method
514
+ - formatting changes
515
+ - oom issue
516
+ - logger added for chatter
517
+ - changed arg to kebab case instead of came case in schematic service
518
+ - default menu icons added
519
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
520
+ - removed un-necessary log
521
+ - fix for handling non existence of fieldNamesForRemoval arg
522
+ - foirmatting canges
523
+ - Archived/solidstarters main
524
+ - version changes
525
+ - changed org : @solidstarters -> @solidxai
526
+ - removed publish script, since it is replaced with solidctl release
527
+ - chanes
528
+ - Revert "@solidstarters namespace changed to @solidx"
529
+ - @solidstarters namespace changed to @solidx
530
+ - file service interface changes
531
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
532
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
533
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
534
+ - test data workflow
535
+ - test-data command
536
+ - seed command updated
537
+ - changes
538
+ - changes
539
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
540
+ - seeding now supports seedData allowing us to seed fixtures for testing.
541
+ - precomputations now skip computation if value is already provided
542
+ - added utility for findOneByUserKey
543
+ - pruning related chagnes
544
+ - changes
545
+ - more changes related to pruning metadata
546
+ - pruen logs added
547
+ - module metadata seeder now does prune also
548
+ - reformatting to improve readability
549
+ - changes
550
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
551
+ - bug fixes
552
+ - changes to cleanup the implementation by having the write method of file service return the url post write
553
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
554
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
555
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
556
+ - file service abstraction cleanup
557
+ - chagnes
558
+ - Dashboard Question Responsive
559
+
560
+ ## [0.1.13-beta.10] - 2026-07-30
561
+
562
+ ### Added
563
+
564
+ - add viewWidget attribute for fileSize in metadata
565
+ - add configurable UI timeouts for testing steps and update documentation
566
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
567
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
568
+ - add default locale name for internationalised entries in test data seeding
569
+ - implement draft/publish versioning support and refactor related services
570
+ - add DraftPublishHelperService for managing draft and publish workflows
571
+ - add workflow field data provider support and related interfaces
572
+ - add asynchronous execution for workflows and enhance execution status retrieval
573
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
574
+ - enhance workflow definition management and add Python runtime node
575
+ - add SolidX integration nodes for login, email, and SMS
576
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
577
+ - enhance http.request node with query parameters and body modes
578
+ - refactor node structure and add sequential and switch nodes
579
+ - update workflow execution and definition handling
580
+ - implement workflow execution services and nodes
581
+ - implement API key generation for system admin users in ModuleMetadataSeederService
582
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
583
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
584
+ - enhance migration process with build and seed commands
585
+ - enhance datasource introspection with primary key detection and migration support
586
+ - enhance role creation with module linkage and resolve module metadata
587
+ - enhance action, role, and view metadata services with change detection and JSON normalization
588
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
589
+ - add new dashboard controller actions to permissions
590
+ - simplify queue health permissions by consolidating patterns
591
+ - implement explicit widget permissions and unauthorized response handling
592
+ - enhance widget permission checks and add unauthorized response handling
593
+ - add Queue SLA heatmap provider and update metadata
594
+ - update queue health menu item and reorder messages
595
+ - add various dashboard providers and runtime services
596
+ - implement WhatsApp Cloud API integration
597
+ - add gupshup whatsapp provider
598
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
599
+ - add updateCustomNoteMessage action to ChatterMessageController
600
+ - add secure custom-note edit API with attachment add/remove support
601
+ - implemented social media oath for facebook and microsoft
602
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
603
+ - implemented social media oath for facebook and microsoft
604
+ - add Message Tree Action and corresponding view for mqMessage
605
+ - implement processing timeout for RabbitMQ subscriber
606
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
607
+ - Migrate date/time transformers to UtcDateTimeTransformer.
608
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
609
+
610
+ ### Fixed
611
+
612
+ - improve error message for media deletion restriction
613
+ - use transactions entitymanager for all subscribers only for embedded db projects
614
+ - update consuming project name resolution to use parent directory
615
+ - update solidx directory path to include consuming project name
616
+ - correct package name in model generation command and update error handling in module metadata retrieval
617
+ - username
618
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
619
+ - handle null or empty security rule configuration strings in repository
620
+
621
+ ### Changed
622
+
623
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
624
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
625
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
626
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
627
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
628
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
629
+ - simplify published version filtering in CRUDService
630
+ - remove handleSeedLocales method to streamline locale seeding process
631
+ - remove legacy dashboard files and add new dashboarding architecture guide
632
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
633
+ - remove redundant null check in resolveSecurityRuleConfig
634
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
635
+ - update legacy entity fields to be nullable and support null types
636
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
637
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
638
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
639
+
640
+ ### Documentation
641
+
642
+ - update expired discord link
643
+
644
+ ### Other
645
+
646
+ - removed indexes on username and mobile since it is a conditional index and it breaks for mssql since multiple nulls are not allowed on unique columns
647
+ - readme changes
648
+ - removed hardcoded type against a boolean type
649
+ - changes to the default testing setting timeout to pick from env as well
650
+ - remove duplicate code
651
+ - refactoring around chatter media security fix
652
+ - add media extension support for post chatter
653
+ - Add media upload action and validation in MediaService
654
+ - add media extension support for post chatter
655
+ - changes to ensure only id and field are returned while populating the user in chatter
656
+ - Update defaultValue types in solid-core-metadata.json to strings
657
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
658
+ - Add getMentionableUsers permission
659
+ - Add endpoint to retrieve mentionable users with search and limit options
660
+ - Add error handling nodes and enhance workflow node definitions
661
+ - Add skipHooks option to seed command and related services
662
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
663
+ - Enhance workflow node definitions and runtime context handling
664
+ - remvoing redundent code
665
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
666
+ - changes
667
+ - changes
668
+ - sql injection vulnerability closed in filter queries
669
+ - Remove LocalPath
670
+ - revert changes
671
+ - revert changes
672
+ - revert changes
673
+ - re revert
674
+ - revert changes
675
+ - private-file-cleanup
676
+ - add downlaodurl
677
+ - changes to allow overriding the is allowed api keys flag thru extension user
678
+ - Revert "user enumeration"
679
+ - remove validation from username and mobile
680
+ - user create validation bugs
681
+ - add normalize for otp based also
682
+ - Disable metadata pruning by default in seed command configuration
683
+ - Update seed command to enable metadata pruning by default
684
+ - handle-case-sensitive-for-email
685
+ - Add delete permissions for ImportTransactionController in solid-core metadata
686
+ - Add permissions for import/export functionality in solid-core metadata
687
+ - Refactor role assignment for admin users to handle capability roles individually
688
+ - discard changes
689
+ - add support for static file
690
+ - Add capability roles for admin users in module metadata seeder
691
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
692
+ - attachment
693
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
694
+ - make isPublic default true
695
+ - changes to show the image inline
696
+ - cleanup againts media's
697
+ - inline role crate false
698
+ - Implement chatter mention notification system with email templates and queue handling
699
+ - Add messageBodyMentions field to chatter message DTOs and entity
700
+ - fix-audit-bug
701
+ - changes to include signed url token for private media
702
+ - Revert "Revert "rename function name""
703
+ - Revert "Revert "add private media support""
704
+ - Add media file type constants and enhance security for media uploads
705
+ - handle technical error messages due to missing resource in static resources folder
706
+ - Revert "add private media support"
707
+ - Revert "rename function name"
708
+ - rename function name
709
+ - add private media support
710
+ - some fixes
711
+ - solidx session invalid changes
712
+ - add validation on get chatter message
713
+ - updatedAt value is updating now
714
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
715
+ - add security against chatter
716
+ - chatter message endpoint made public
717
+ - removed embedded db support
718
+ - Add default sorting by ID if not explicitly specified in order options
719
+ - add icons across all the models in solid core
720
+ - media upload added behind auth
721
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
722
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
723
+ - class serializer interceptor added for impact of Exclude and Expose
724
+ - Enhance datasource introspection with primary key validation and user key resolution
725
+ - Concurrent Login Feature
726
+ - user enumeration
727
+ - add helper text key on settings object .........
728
+ - changes to handle case insenstive filter operations if the values are other than string by casting
729
+ - menus item fix
730
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
731
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
732
+ - display name changed
733
+ - name changed
734
+ - added settings for configure the row click on solid list view
735
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
736
+ - fixed legacy entity files names
737
+ - view metadata type field - selection static and roles required false from menu-item
738
+ - Fix for this issue > stop applying lower for numeric fields.
739
+ - refactor and add migration command
740
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
741
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
742
+ - changes to take in option for seeding with modules in current seed method
743
+ - Fix validation logic to parse string field values as integers before applying validations
744
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
745
+ - ad changes
746
+ - Add locale seeding functionality and enhance locale management
747
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
748
+ - changes to avoid extra module checks before dynamically loading it
749
+ - defaulted to modulemetadataseederservice if no seeder provided
750
+ - Add Date field in Instructions Response
751
+ - ai interaction cleanup changes
752
+ - enabling create,edit,import,export on permission and lov modules
753
+ - added module to rolemetadata list view
754
+ - roles group by module changes
755
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
756
+ - Implement Datasource Management functionality with controller, service, and DTO
757
+ - added index to fields newly added as sortable and searchable
758
+ - Add archiver package to dependencies
759
+ - removed unnecessary seed file
760
+ - Add TypeORM migration helper functions and export in index
761
+ - fixes
762
+ - reverted accidental removal of the layout builder root menu
763
+ - pending cleanup of solid core menu items
764
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
765
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
766
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
767
+ - changes for IAM
768
+ - Add clearPackageRuntime functionality and corresponding metadata action
769
+ - Add archiver dependency and implement module package export functionality
770
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
771
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
772
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
773
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
774
+ - Remove unused database bootstrap service and related SQL cleanup procedures
775
+ - cleanup
776
+ - Add view and action metadata tree views with updated permissions and searchable fields
777
+ - Add view and action metadata tree views with updated permissions and searchable fields
778
+ - menu item model cleanup
779
+ - Add resumable import handling and transaction management in module package service
780
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
781
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
782
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
783
+ - many to one left join issue fixed
784
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
785
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
786
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
787
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
788
+ - Implement module metadata explorer with CRUD operations and search functionality
789
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
790
+ - Bug fixs
791
+ - added frontend base url as well to the default settings
792
+ - minor cleanup
793
+ - changes to cleanup legacy table related fields
794
+ - changes for new dashboards functionality
795
+ - always print server startup line regardless of log level
796
+ - Add field quality checks and fixes checklist for backend validation
797
+ - typeo issue
798
+ - Agent table clean up
799
+ - Add manual interaction step for Playwright and update README
800
+ - provision made to unlink data rather than having to teardown everything
801
+ - provision made to unlink data rather than having to teardown everything
802
+ - changes to colour the server startup line
803
+ - Agent table clean up
804
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
805
+ - removed id command options and retained the singular name option only for consistency purposes
806
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
807
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
808
+ - MCP table solid changes
809
+ - playwrite added as dependency instead
810
+ - changes to the test runner
811
+ - chatter message user resolution chagnes
812
+ - bug fix in chatter message user resolution after we moved to queues.
813
+ - moved back to beta3
814
+ - failed login attempts field added to the json and update dto and exposed in entity
815
+ - removed un-necessary index on newvalue display
816
+ - ts changes error: any
817
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
818
+ - changed model metadata service default form layout to be single column
819
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
820
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
821
+ - normalised @ApiTags
822
+ - enum for passwordless modes
823
+ - bug fix in how alternative actions are rendered
824
+ - queue related bug fixes
825
+ - changes to add a websocket adaptor to the bootstrap server routine
826
+ - license changes
827
+ - type fixes
828
+ - removed min and max from long text mapping
829
+ - bug fix for shortext field mapping
830
+ - changes to post the testing results to a webhook api with a test payload
831
+ - added import multer this fixes un-necessary ts errors in vscode
832
+ - ts errors fixed
833
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
834
+ - formatting changes
835
+ - facebook oauth
836
+ - Status required false
837
+ - updated gitignore
838
+ - dleete un-necessary docs
839
+ - deleted un-necessary files
840
+ - changes related to more grooming
841
+ - api added in cors
842
+ - refactor Oauth strategy
843
+ - Revert "Ft social media login"
844
+ - bug fix
845
+ - bug fix
846
+ - add new api me endpoint and role based settings
847
+ - setting changes for new ui architecture
848
+ - changes for new settings structure
849
+ - chatter task subtype and related changes
850
+ - bug fix
851
+ - fixes
852
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
853
+ - changes to handle import logs as well, thru configured winston log level
854
+ - change isMultiSelect to true in solid-core-metadata.json
855
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
856
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
857
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
858
+ - bug fix: passwordless registration should create a user with active false
859
+ - apikeys attribute was not exposed
860
+ - refactor Oauth strategy
861
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
862
+ - bug fix
863
+ - null check on role
864
+ - made provision to seed custom permissions
865
+ - handled seed scenario too
866
+ - upload File and expectHidden changes
867
+ - extension user cleanup and checks added
868
+ - fixed types for cleanup
869
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
870
+ - fixes bare shell imports with relative imports
871
+ - dynamic import fix
872
+ - removed unnecessary file
873
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
874
+ - removed base abstract class
875
+ - added interface too
876
+ - changes
877
+ - changes to test data seeding & fixed the type for authenticationService.signup method
878
+ - changes to user dto to include the api keys toggle
879
+ - add default role to the user only if there are no roles resolved against a user
880
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
881
+ - Only forward --debug when explicitly enabled.
882
+ - toolOutput field changes to json
883
+ - adding user api key entity to export
884
+ - minor optimisation to how dynamic modules are loaded
885
+ - Add Discord badge to top of README
886
+ - Fix broken BSL license link and add Discord link to README
887
+ - Add BSL 1.1 license and update package.json license field
888
+ - Seed user and roles in testing data
889
+ - removed readme.txt
890
+ - moved type and interfaces in interfaces.ts and refactored accordingly
891
+ - changed to md
892
+ - added readme
893
+ - Ai setting model change
894
+ - changes to allow encrypting setting keys
895
+ - form view clean up
896
+ - Agent table list view changes
897
+ - synchronize false
898
+ - changes to resolve the selection dynamic provider by name and token both
899
+ - changes to bypass swagger urls from csp policy
900
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
901
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
902
+ - changes to implement the sso code and sso exchange use cases
903
+ - removed orm types / exported api key entity
904
+ - added provision to control if api key creation is allowed for the user
905
+ - api key changes for backend
906
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
907
+ - fix to call addRoles only if role names are present
908
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
909
+ - refactor: update legacy entity fields to be nullable and support null types
910
+ - Json structure change
911
+ - Agent table metadata clean up changes
912
+ - longtext
913
+ - longtext changes
914
+ - Agent tables clean up
915
+ - fixes to seed many-to-many relation for tests
916
+ - changes to seed media in testing data
917
+ - Chatter modelUserkey and excel many to one issue
918
+ - keeping the default selectionValueType as string since this is a good default
919
+ - bug fixes around how media is done
920
+ - bug fixes
921
+ - try catch inside logEvent
922
+ - media has card based metadata
923
+ - Refresh token activity
924
+ - changes to implement the sso code and sso exchange use cases
925
+ - cleanup
926
+ - enabled kanban view on mq message
927
+ - Agent table changes
928
+ - changes to disallow deleting a model or module in production
929
+ - changelog version bumped
930
+ - changelog added
931
+ - changes to control the logging using env variables & set appropriate defaults basis environment
932
+ - chnages for logging
933
+ - Chatter queue fixs
934
+ - one more "beta" for ozzy
935
+ - additional loggging in cors helper
936
+ - changes
937
+ - Redis Queue component and rabbitMQ folder changes
938
+ - changes to track old and new fields as part of the delete entity operation
939
+ - optimizations done for audit subcriber
940
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
941
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
942
+ - formatting changes
943
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
944
+ - qs depth config increased
945
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
946
+ - cached model metadata queries
947
+ - changse
948
+ - disabled extra loggign
949
+ - chagnes
950
+ - reduced concurrency in computed fields
951
+ - additional loggign
952
+ - added indexes to mobile & email since those are frequently queries upon
953
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
954
+ - Redis background job changes
955
+ - Chatter Rationalizing
956
+ - changes
957
+ - changes
958
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
959
+ - changes to export bootstrap helpers for server & cli nest applications
960
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
961
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
962
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
963
+ - added index on message id in mq message table
964
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
965
+ - changes to save model sequence id as part of post compute instead of pre compute
966
+ - changse
967
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
968
+ - High concurrency fix for alpha num and sequence num computed fields
969
+ - bug fix in cron evalutaion
970
+ - tighter logging around roles
971
+ - scheduler now supports env based specific jobs starting and others not
972
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
973
+ - revert cross db changes for view-metadata-entity
974
+ - fixes
975
+ - changes to handle cross-db compatibility
976
+ - added type as simple-json
977
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
978
+ - Revert "Merge branch 'media-update' into 'main'"
979
+ - Mysql related changes
980
+ - ts-morph and media storage fix
981
+ - dashboard layout menu item added
982
+ - dashboard changes
983
+ - scheduler bug fix
984
+ - made provision to execute scheduled jobs manually
985
+ - changes
986
+ - cleanup
987
+ - logging related changes and made user activity history tree view
988
+ - changes to return the wall clock time as utc for chatter as well to keep it...
989
+ - changes around dashboard question refactoring
990
+ - default tree view and action added on code generation
991
+ - Date time format changes in audit
992
+ - user activity history on otp login
993
+ - changes
994
+ - changelog added
995
+ - reverted legacy and common entity to use local date time transformer only
996
+ - added changelog
997
+ - made playwright dependency lazy
998
+ - ai interaction table user is nullable now
999
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
1000
+ - formatting changes
1001
+ - Version info changes
1002
+ - dummy otp can now be enabled on a per user basis
1003
+ - jwt token optimisation
1004
+ - optimised the authentication flow in microservice adapter to cache access token
1005
+ - deleted file containing secrets
1006
+ - changes
1007
+ - optimisation around how dummy otp is managed
1008
+ - isSeeded added
1009
+ - bug fix for fetch layouts
1010
+ - view modes added in layout
1011
+ - One to many crud manager fixes
1012
+ - one-to-many-crud-manager-fixes
1013
+ - Many to many crud field manager fixes
1014
+ - patch endpoint added in role controller
1015
+ - many-to-many field fixes
1016
+ - modelSequenceFormViewChangeHandler added on field change
1017
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
1018
+ - changes to format group values consistently
1019
+ - fixes for normalizing group values
1020
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
1021
+ - changes to return groupValue in the group meta response as well. groupValue is...
1022
+ - changes to return groupValue in the group meta response as well. groupValue is...
1023
+ - filter_field_granularity_supported_added_for_date_fields
1024
+ - password registration/login cleanup + max failed login attempts checks added
1025
+ - removed unsafe inline from CSP
1026
+ - removed incorrect comment
1027
+ - changes
1028
+ - Revert "replaced playwright with lazy dependency"
1029
+ - replaced playwright with lazy dependency
1030
+ - count and average
1031
+ - fixes to solid core metadata configuration
1032
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
1033
+ - solid seed now prints proper exception stack trace
1034
+ - added playwright dependencies as peer dependencies
1035
+ - changed playwright import to make it lazy
1036
+ - issue fixes
1037
+ - formatting changes
1038
+ - formatting changes
1039
+ - changes for test setup
1040
+ - package changes
1041
+ - Changes to generate an SA user with the default password for simpler experience during setup
1042
+ - more changes to support form data based uploads
1043
+ - changes
1044
+ - changes around testing workflow
1045
+ - unified testing utitlities
1046
+ - added comments to the slug code
1047
+ - refactored queue namespacign
1048
+ - queue namespacing related chanes
1049
+ - removed todo
1050
+ - queue name related changes
1051
+ - cag
1052
+ - changrs
1053
+ - queues names are now namespaced by service naem
1054
+ - enabled logs
1055
+ - debug logs
1056
+ - testing docs updated
1057
+ - changes
1058
+ - cleanup
1059
+ - removed old testing related fiels
1060
+ - testing infra now supports data based interpolation
1061
+ - testing changes: now we support fully custom test specs
1062
+ - changes for test automation
1063
+ - changes to tsconfig for playwright tests
1064
+ - exporting typeorm db helper
1065
+ - removed the files section
1066
+ - changes for playwright testing
1067
+ - changes to disable service controller seed method
1068
+ - formatting changes
1069
+ - oom issue
1070
+ - logger added for chatter
1071
+ - changed arg to kebab case instead of came case in schematic service
1072
+ - default menu icons added
1073
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
1074
+ - removed un-necessary log
1075
+ - fix for handling non existence of fieldNamesForRemoval arg
1076
+ - foirmatting canges
1077
+ - Archived/solidstarters main
1078
+ - version changes
1079
+ - changed org : @solidstarters -> @solidxai
1080
+ - removed publish script, since it is replaced with solidctl release
1081
+ - chanes
1082
+ - Revert "@solidstarters namespace changed to @solidx"
1083
+ - @solidstarters namespace changed to @solidx
1084
+ - file service interface changes
1085
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
1086
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
1087
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
1088
+ - test data workflow
1089
+ - test-data command
1090
+ - seed command updated
1091
+ - changes
1092
+ - changes
1093
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
1094
+ - seeding now supports seedData allowing us to seed fixtures for testing.
1095
+ - precomputations now skip computation if value is already provided
1096
+ - added utility for findOneByUserKey
1097
+ - pruning related chagnes
1098
+ - changes
1099
+ - more changes related to pruning metadata
1100
+ - pruen logs added
1101
+ - module metadata seeder now does prune also
1102
+ - reformatting to improve readability
1103
+ - changes
1104
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
1105
+ - bug fixes
1106
+ - changes to cleanup the implementation by having the write method of file service return the url post write
1107
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
1108
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
1109
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
1110
+ - file service abstraction cleanup
1111
+ - chagnes
1112
+ - Dashboard Question Responsive
1113
+
1114
+ ## [0.1.13-beta.9] - 2026-07-29
1115
+
1116
+ ### Added
1117
+
1118
+ - add configurable UI timeouts for testing steps and update documentation
1119
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
1120
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
1121
+ - add default locale name for internationalised entries in test data seeding
1122
+ - implement draft/publish versioning support and refactor related services
1123
+ - add DraftPublishHelperService for managing draft and publish workflows
1124
+ - add workflow field data provider support and related interfaces
1125
+ - add asynchronous execution for workflows and enhance execution status retrieval
1126
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
1127
+ - enhance workflow definition management and add Python runtime node
1128
+ - add SolidX integration nodes for login, email, and SMS
1129
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
1130
+ - enhance http.request node with query parameters and body modes
1131
+ - refactor node structure and add sequential and switch nodes
1132
+ - update workflow execution and definition handling
1133
+ - implement workflow execution services and nodes
1134
+ - implement API key generation for system admin users in ModuleMetadataSeederService
1135
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
1136
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
1137
+ - enhance migration process with build and seed commands
1138
+ - enhance datasource introspection with primary key detection and migration support
1139
+ - enhance role creation with module linkage and resolve module metadata
1140
+ - enhance action, role, and view metadata services with change detection and JSON normalization
1141
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
1142
+ - add new dashboard controller actions to permissions
1143
+ - simplify queue health permissions by consolidating patterns
1144
+ - implement explicit widget permissions and unauthorized response handling
1145
+ - enhance widget permission checks and add unauthorized response handling
1146
+ - add Queue SLA heatmap provider and update metadata
1147
+ - update queue health menu item and reorder messages
1148
+ - add various dashboard providers and runtime services
1149
+ - implement WhatsApp Cloud API integration
1150
+ - add gupshup whatsapp provider
1151
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
1152
+ - add updateCustomNoteMessage action to ChatterMessageController
1153
+ - add secure custom-note edit API with attachment add/remove support
1154
+ - implemented social media oath for facebook and microsoft
1155
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
1156
+ - implemented social media oath for facebook and microsoft
1157
+ - add Message Tree Action and corresponding view for mqMessage
1158
+ - implement processing timeout for RabbitMQ subscriber
1159
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
1160
+ - Migrate date/time transformers to UtcDateTimeTransformer.
1161
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
1162
+
1163
+ ### Fixed
1164
+
1165
+ - improve error message for media deletion restriction
1166
+ - use transactions entitymanager for all subscribers only for embedded db projects
1167
+ - update consuming project name resolution to use parent directory
1168
+ - update solidx directory path to include consuming project name
1169
+ - correct package name in model generation command and update error handling in module metadata retrieval
1170
+ - username
1171
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
1172
+ - handle null or empty security rule configuration strings in repository
1173
+
1174
+ ### Changed
1175
+
1176
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
1177
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
1178
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
1179
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
1180
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
1181
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
1182
+ - simplify published version filtering in CRUDService
1183
+ - remove handleSeedLocales method to streamline locale seeding process
1184
+ - remove legacy dashboard files and add new dashboarding architecture guide
1185
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
1186
+ - remove redundant null check in resolveSecurityRuleConfig
1187
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
1188
+ - update legacy entity fields to be nullable and support null types
1189
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
1190
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
1191
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
1192
+
1193
+ ### Documentation
1194
+
1195
+ - update expired discord link
1196
+
1197
+ ### Other
1198
+
1199
+ - readme changes
1200
+ - removed hardcoded type against a boolean type
1201
+ - changes to the default testing setting timeout to pick from env as well
1202
+ - remove duplicate code
1203
+ - refactoring around chatter media security fix
1204
+ - add media extension support for post chatter
1205
+ - Add media upload action and validation in MediaService
1206
+ - add media extension support for post chatter
1207
+ - changes to ensure only id and field are returned while populating the user in chatter
1208
+ - Update defaultValue types in solid-core-metadata.json to strings
1209
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
1210
+ - Add getMentionableUsers permission
1211
+ - Add endpoint to retrieve mentionable users with search and limit options
1212
+ - Add error handling nodes and enhance workflow node definitions
1213
+ - Add skipHooks option to seed command and related services
1214
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
1215
+ - Enhance workflow node definitions and runtime context handling
1216
+ - remvoing redundent code
1217
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
1218
+ - changes
1219
+ - changes
1220
+ - sql injection vulnerability closed in filter queries
1221
+ - Remove LocalPath
1222
+ - revert changes
1223
+ - revert changes
1224
+ - revert changes
1225
+ - re revert
1226
+ - revert changes
1227
+ - private-file-cleanup
1228
+ - add downlaodurl
1229
+ - changes to allow overriding the is allowed api keys flag thru extension user
1230
+ - Revert "user enumeration"
1231
+ - remove validation from username and mobile
1232
+ - user create validation bugs
1233
+ - add normalize for otp based also
1234
+ - Disable metadata pruning by default in seed command configuration
1235
+ - Update seed command to enable metadata pruning by default
1236
+ - handle-case-sensitive-for-email
1237
+ - Add delete permissions for ImportTransactionController in solid-core metadata
1238
+ - Add permissions for import/export functionality in solid-core metadata
1239
+ - Refactor role assignment for admin users to handle capability roles individually
1240
+ - discard changes
1241
+ - add support for static file
1242
+ - Add capability roles for admin users in module metadata seeder
1243
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
1244
+ - attachment
1245
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
1246
+ - make isPublic default true
1247
+ - changes to show the image inline
1248
+ - cleanup againts media's
1249
+ - inline role crate false
1250
+ - Implement chatter mention notification system with email templates and queue handling
1251
+ - Add messageBodyMentions field to chatter message DTOs and entity
1252
+ - fix-audit-bug
1253
+ - changes to include signed url token for private media
1254
+ - Revert "Revert "rename function name""
1255
+ - Revert "Revert "add private media support""
1256
+ - Add media file type constants and enhance security for media uploads
1257
+ - handle technical error messages due to missing resource in static resources folder
1258
+ - Revert "add private media support"
1259
+ - Revert "rename function name"
1260
+ - rename function name
1261
+ - add private media support
1262
+ - some fixes
1263
+ - solidx session invalid changes
1264
+ - add validation on get chatter message
1265
+ - updatedAt value is updating now
1266
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
1267
+ - add security against chatter
1268
+ - chatter message endpoint made public
1269
+ - removed embedded db support
1270
+ - Add default sorting by ID if not explicitly specified in order options
1271
+ - add icons across all the models in solid core
1272
+ - media upload added behind auth
1273
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
1274
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
1275
+ - class serializer interceptor added for impact of Exclude and Expose
1276
+ - Enhance datasource introspection with primary key validation and user key resolution
1277
+ - Concurrent Login Feature
1278
+ - user enumeration
1279
+ - add helper text key on settings object .........
1280
+ - changes to handle case insenstive filter operations if the values are other than string by casting
1281
+ - menus item fix
1282
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
1283
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
1284
+ - display name changed
1285
+ - name changed
1286
+ - added settings for configure the row click on solid list view
1287
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
1288
+ - fixed legacy entity files names
1289
+ - view metadata type field - selection static and roles required false from menu-item
1290
+ - Fix for this issue > stop applying lower for numeric fields.
1291
+ - refactor and add migration command
1292
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
1293
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
1294
+ - changes to take in option for seeding with modules in current seed method
1295
+ - Fix validation logic to parse string field values as integers before applying validations
1296
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
1297
+ - ad changes
1298
+ - Add locale seeding functionality and enhance locale management
1299
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
1300
+ - changes to avoid extra module checks before dynamically loading it
1301
+ - defaulted to modulemetadataseederservice if no seeder provided
1302
+ - Add Date field in Instructions Response
1303
+ - ai interaction cleanup changes
1304
+ - enabling create,edit,import,export on permission and lov modules
1305
+ - added module to rolemetadata list view
1306
+ - roles group by module changes
1307
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
1308
+ - Implement Datasource Management functionality with controller, service, and DTO
1309
+ - added index to fields newly added as sortable and searchable
1310
+ - Add archiver package to dependencies
1311
+ - removed unnecessary seed file
1312
+ - Add TypeORM migration helper functions and export in index
1313
+ - fixes
1314
+ - reverted accidental removal of the layout builder root menu
1315
+ - pending cleanup of solid core menu items
1316
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
1317
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
1318
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
1319
+ - changes for IAM
1320
+ - Add clearPackageRuntime functionality and corresponding metadata action
1321
+ - Add archiver dependency and implement module package export functionality
1322
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
1323
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
1324
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
1325
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
1326
+ - Remove unused database bootstrap service and related SQL cleanup procedures
1327
+ - cleanup
1328
+ - Add view and action metadata tree views with updated permissions and searchable fields
1329
+ - Add view and action metadata tree views with updated permissions and searchable fields
1330
+ - menu item model cleanup
1331
+ - Add resumable import handling and transaction management in module package service
1332
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
1333
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
1334
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
1335
+ - many to one left join issue fixed
1336
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
1337
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
1338
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
1339
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
1340
+ - Implement module metadata explorer with CRUD operations and search functionality
1341
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
1342
+ - Bug fixs
1343
+ - added frontend base url as well to the default settings
1344
+ - minor cleanup
1345
+ - changes to cleanup legacy table related fields
1346
+ - changes for new dashboards functionality
1347
+ - always print server startup line regardless of log level
1348
+ - Add field quality checks and fixes checklist for backend validation
1349
+ - typeo issue
1350
+ - Agent table clean up
1351
+ - Add manual interaction step for Playwright and update README
1352
+ - provision made to unlink data rather than having to teardown everything
1353
+ - provision made to unlink data rather than having to teardown everything
1354
+ - changes to colour the server startup line
1355
+ - Agent table clean up
1356
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
1357
+ - removed id command options and retained the singular name option only for consistency purposes
1358
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
1359
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
1360
+ - MCP table solid changes
1361
+ - playwrite added as dependency instead
1362
+ - changes to the test runner
1363
+ - chatter message user resolution chagnes
1364
+ - bug fix in chatter message user resolution after we moved to queues.
1365
+ - moved back to beta3
1366
+ - failed login attempts field added to the json and update dto and exposed in entity
1367
+ - removed un-necessary index on newvalue display
1368
+ - ts changes error: any
1369
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
1370
+ - changed model metadata service default form layout to be single column
1371
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1372
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1373
+ - normalised @ApiTags
1374
+ - enum for passwordless modes
1375
+ - bug fix in how alternative actions are rendered
1376
+ - queue related bug fixes
1377
+ - changes to add a websocket adaptor to the bootstrap server routine
1378
+ - license changes
1379
+ - type fixes
1380
+ - removed min and max from long text mapping
1381
+ - bug fix for shortext field mapping
1382
+ - changes to post the testing results to a webhook api with a test payload
1383
+ - added import multer this fixes un-necessary ts errors in vscode
1384
+ - ts errors fixed
1385
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
1386
+ - formatting changes
1387
+ - facebook oauth
1388
+ - Status required false
1389
+ - updated gitignore
1390
+ - dleete un-necessary docs
1391
+ - deleted un-necessary files
1392
+ - changes related to more grooming
1393
+ - api added in cors
1394
+ - refactor Oauth strategy
1395
+ - Revert "Ft social media login"
1396
+ - bug fix
1397
+ - bug fix
1398
+ - add new api me endpoint and role based settings
1399
+ - setting changes for new ui architecture
1400
+ - changes for new settings structure
1401
+ - chatter task subtype and related changes
1402
+ - bug fix
1403
+ - fixes
1404
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
1405
+ - changes to handle import logs as well, thru configured winston log level
1406
+ - change isMultiSelect to true in solid-core-metadata.json
1407
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
1408
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
1409
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
1410
+ - bug fix: passwordless registration should create a user with active false
1411
+ - apikeys attribute was not exposed
1412
+ - refactor Oauth strategy
1413
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
1414
+ - bug fix
1415
+ - null check on role
1416
+ - made provision to seed custom permissions
1417
+ - handled seed scenario too
1418
+ - upload File and expectHidden changes
1419
+ - extension user cleanup and checks added
1420
+ - fixed types for cleanup
1421
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
1422
+ - fixes bare shell imports with relative imports
1423
+ - dynamic import fix
1424
+ - removed unnecessary file
1425
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
1426
+ - removed base abstract class
1427
+ - added interface too
1428
+ - changes
1429
+ - changes to test data seeding & fixed the type for authenticationService.signup method
1430
+ - changes to user dto to include the api keys toggle
1431
+ - add default role to the user only if there are no roles resolved against a user
1432
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
1433
+ - Only forward --debug when explicitly enabled.
1434
+ - toolOutput field changes to json
1435
+ - adding user api key entity to export
1436
+ - minor optimisation to how dynamic modules are loaded
1437
+ - Add Discord badge to top of README
1438
+ - Fix broken BSL license link and add Discord link to README
1439
+ - Add BSL 1.1 license and update package.json license field
1440
+ - Seed user and roles in testing data
1441
+ - removed readme.txt
1442
+ - moved type and interfaces in interfaces.ts and refactored accordingly
1443
+ - changed to md
1444
+ - added readme
1445
+ - Ai setting model change
1446
+ - changes to allow encrypting setting keys
1447
+ - form view clean up
1448
+ - Agent table list view changes
1449
+ - synchronize false
1450
+ - changes to resolve the selection dynamic provider by name and token both
1451
+ - changes to bypass swagger urls from csp policy
1452
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
1453
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
1454
+ - changes to implement the sso code and sso exchange use cases
1455
+ - removed orm types / exported api key entity
1456
+ - added provision to control if api key creation is allowed for the user
1457
+ - api key changes for backend
1458
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
1459
+ - fix to call addRoles only if role names are present
1460
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
1461
+ - refactor: update legacy entity fields to be nullable and support null types
1462
+ - Json structure change
1463
+ - Agent table metadata clean up changes
1464
+ - longtext
1465
+ - longtext changes
1466
+ - Agent tables clean up
1467
+ - fixes to seed many-to-many relation for tests
1468
+ - changes to seed media in testing data
1469
+ - Chatter modelUserkey and excel many to one issue
1470
+ - keeping the default selectionValueType as string since this is a good default
1471
+ - bug fixes around how media is done
1472
+ - bug fixes
1473
+ - try catch inside logEvent
1474
+ - media has card based metadata
1475
+ - Refresh token activity
1476
+ - changes to implement the sso code and sso exchange use cases
1477
+ - cleanup
1478
+ - enabled kanban view on mq message
1479
+ - Agent table changes
1480
+ - changes to disallow deleting a model or module in production
1481
+ - changelog version bumped
1482
+ - changelog added
1483
+ - changes to control the logging using env variables & set appropriate defaults basis environment
1484
+ - chnages for logging
1485
+ - Chatter queue fixs
1486
+ - one more "beta" for ozzy
1487
+ - additional loggging in cors helper
1488
+ - changes
1489
+ - Redis Queue component and rabbitMQ folder changes
1490
+ - changes to track old and new fields as part of the delete entity operation
1491
+ - optimizations done for audit subcriber
1492
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
1493
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
1494
+ - formatting changes
1495
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
1496
+ - qs depth config increased
1497
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
1498
+ - cached model metadata queries
1499
+ - changse
1500
+ - disabled extra loggign
1501
+ - chagnes
1502
+ - reduced concurrency in computed fields
1503
+ - additional loggign
1504
+ - added indexes to mobile & email since those are frequently queries upon
1505
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
1506
+ - Redis background job changes
1507
+ - Chatter Rationalizing
1508
+ - changes
1509
+ - changes
1510
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
1511
+ - changes to export bootstrap helpers for server & cli nest applications
1512
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
1513
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
1514
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
1515
+ - added index on message id in mq message table
1516
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
1517
+ - changes to save model sequence id as part of post compute instead of pre compute
1518
+ - changse
1519
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
1520
+ - High concurrency fix for alpha num and sequence num computed fields
1521
+ - bug fix in cron evalutaion
1522
+ - tighter logging around roles
1523
+ - scheduler now supports env based specific jobs starting and others not
1524
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
1525
+ - revert cross db changes for view-metadata-entity
1526
+ - fixes
1527
+ - changes to handle cross-db compatibility
1528
+ - added type as simple-json
1529
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
1530
+ - Revert "Merge branch 'media-update' into 'main'"
1531
+ - Mysql related changes
1532
+ - ts-morph and media storage fix
1533
+ - dashboard layout menu item added
1534
+ - dashboard changes
1535
+ - scheduler bug fix
1536
+ - made provision to execute scheduled jobs manually
1537
+ - changes
1538
+ - cleanup
1539
+ - logging related changes and made user activity history tree view
1540
+ - changes to return the wall clock time as utc for chatter as well to keep it...
1541
+ - changes around dashboard question refactoring
1542
+ - default tree view and action added on code generation
1543
+ - Date time format changes in audit
1544
+ - user activity history on otp login
1545
+ - changes
1546
+ - changelog added
1547
+ - reverted legacy and common entity to use local date time transformer only
1548
+ - added changelog
1549
+ - made playwright dependency lazy
1550
+ - ai interaction table user is nullable now
1551
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
1552
+ - formatting changes
1553
+ - Version info changes
1554
+ - dummy otp can now be enabled on a per user basis
1555
+ - jwt token optimisation
1556
+ - optimised the authentication flow in microservice adapter to cache access token
1557
+ - deleted file containing secrets
1558
+ - changes
1559
+ - optimisation around how dummy otp is managed
1560
+ - isSeeded added
1561
+ - bug fix for fetch layouts
1562
+ - view modes added in layout
1563
+ - One to many crud manager fixes
1564
+ - one-to-many-crud-manager-fixes
1565
+ - Many to many crud field manager fixes
1566
+ - patch endpoint added in role controller
1567
+ - many-to-many field fixes
1568
+ - modelSequenceFormViewChangeHandler added on field change
1569
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
1570
+ - changes to format group values consistently
1571
+ - fixes for normalizing group values
1572
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
1573
+ - changes to return groupValue in the group meta response as well. groupValue is...
1574
+ - changes to return groupValue in the group meta response as well. groupValue is...
1575
+ - filter_field_granularity_supported_added_for_date_fields
1576
+ - password registration/login cleanup + max failed login attempts checks added
1577
+ - removed unsafe inline from CSP
1578
+ - removed incorrect comment
1579
+ - changes
1580
+ - Revert "replaced playwright with lazy dependency"
1581
+ - replaced playwright with lazy dependency
1582
+ - count and average
1583
+ - fixes to solid core metadata configuration
1584
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
1585
+ - solid seed now prints proper exception stack trace
1586
+ - added playwright dependencies as peer dependencies
1587
+ - changed playwright import to make it lazy
1588
+ - issue fixes
1589
+ - formatting changes
1590
+ - formatting changes
1591
+ - changes for test setup
1592
+ - package changes
1593
+ - Changes to generate an SA user with the default password for simpler experience during setup
1594
+ - more changes to support form data based uploads
1595
+ - changes
1596
+ - changes around testing workflow
1597
+ - unified testing utitlities
1598
+ - added comments to the slug code
1599
+ - refactored queue namespacign
1600
+ - queue namespacing related chanes
1601
+ - removed todo
1602
+ - queue name related changes
1603
+ - cag
1604
+ - changrs
1605
+ - queues names are now namespaced by service naem
1606
+ - enabled logs
1607
+ - debug logs
1608
+ - testing docs updated
1609
+ - changes
1610
+ - cleanup
1611
+ - removed old testing related fiels
1612
+ - testing infra now supports data based interpolation
1613
+ - testing changes: now we support fully custom test specs
1614
+ - changes for test automation
1615
+ - changes to tsconfig for playwright tests
1616
+ - exporting typeorm db helper
1617
+ - removed the files section
1618
+ - changes for playwright testing
1619
+ - changes to disable service controller seed method
1620
+ - formatting changes
1621
+ - oom issue
1622
+ - logger added for chatter
1623
+ - changed arg to kebab case instead of came case in schematic service
1624
+ - default menu icons added
1625
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
1626
+ - removed un-necessary log
1627
+ - fix for handling non existence of fieldNamesForRemoval arg
1628
+ - foirmatting canges
1629
+ - Archived/solidstarters main
1630
+ - version changes
1631
+ - changed org : @solidstarters -> @solidxai
1632
+ - removed publish script, since it is replaced with solidctl release
1633
+ - chanes
1634
+ - Revert "@solidstarters namespace changed to @solidx"
1635
+ - @solidstarters namespace changed to @solidx
1636
+ - file service interface changes
1637
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
1638
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
1639
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
1640
+ - test data workflow
1641
+ - test-data command
1642
+ - seed command updated
1643
+ - changes
1644
+ - changes
1645
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
1646
+ - seeding now supports seedData allowing us to seed fixtures for testing.
1647
+ - precomputations now skip computation if value is already provided
1648
+ - added utility for findOneByUserKey
1649
+ - pruning related chagnes
1650
+ - changes
1651
+ - more changes related to pruning metadata
1652
+ - pruen logs added
1653
+ - module metadata seeder now does prune also
1654
+ - reformatting to improve readability
1655
+ - changes
1656
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
1657
+ - bug fixes
1658
+ - changes to cleanup the implementation by having the write method of file service return the url post write
1659
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
1660
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
1661
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
1662
+ - file service abstraction cleanup
1663
+ - chagnes
1664
+ - Dashboard Question Responsive
1665
+
1666
+ ## [0.1.13-beta.9] - 2026-07-29
1667
+
1668
+ ### Added
1669
+
1670
+ - add configurable UI timeouts for testing steps and update documentation
1671
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
1672
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
1673
+ - add default locale name for internationalised entries in test data seeding
1674
+ - implement draft/publish versioning support and refactor related services
1675
+ - add DraftPublishHelperService for managing draft and publish workflows
1676
+ - add workflow field data provider support and related interfaces
1677
+ - add asynchronous execution for workflows and enhance execution status retrieval
1678
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
1679
+ - enhance workflow definition management and add Python runtime node
1680
+ - add SolidX integration nodes for login, email, and SMS
1681
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
1682
+ - enhance http.request node with query parameters and body modes
1683
+ - refactor node structure and add sequential and switch nodes
1684
+ - update workflow execution and definition handling
1685
+ - implement workflow execution services and nodes
1686
+ - implement API key generation for system admin users in ModuleMetadataSeederService
1687
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
1688
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
1689
+ - enhance migration process with build and seed commands
1690
+ - enhance datasource introspection with primary key detection and migration support
1691
+ - enhance role creation with module linkage and resolve module metadata
1692
+ - enhance action, role, and view metadata services with change detection and JSON normalization
1693
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
1694
+ - add new dashboard controller actions to permissions
1695
+ - simplify queue health permissions by consolidating patterns
1696
+ - implement explicit widget permissions and unauthorized response handling
1697
+ - enhance widget permission checks and add unauthorized response handling
1698
+ - add Queue SLA heatmap provider and update metadata
1699
+ - update queue health menu item and reorder messages
1700
+ - add various dashboard providers and runtime services
1701
+ - implement WhatsApp Cloud API integration
1702
+ - add gupshup whatsapp provider
1703
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
1704
+ - add updateCustomNoteMessage action to ChatterMessageController
1705
+ - add secure custom-note edit API with attachment add/remove support
1706
+ - implemented social media oath for facebook and microsoft
1707
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
1708
+ - implemented social media oath for facebook and microsoft
1709
+ - add Message Tree Action and corresponding view for mqMessage
1710
+ - implement processing timeout for RabbitMQ subscriber
1711
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
1712
+ - Migrate date/time transformers to UtcDateTimeTransformer.
1713
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
1714
+
1715
+ ### Fixed
1716
+
1717
+ - improve error message for media deletion restriction
1718
+ - use transactions entitymanager for all subscribers only for embedded db projects
1719
+ - update consuming project name resolution to use parent directory
1720
+ - update solidx directory path to include consuming project name
1721
+ - correct package name in model generation command and update error handling in module metadata retrieval
1722
+ - username
1723
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
1724
+ - handle null or empty security rule configuration strings in repository
1725
+
1726
+ ### Changed
1727
+
1728
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
1729
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
1730
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
1731
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
1732
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
1733
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
1734
+ - simplify published version filtering in CRUDService
1735
+ - remove handleSeedLocales method to streamline locale seeding process
1736
+ - remove legacy dashboard files and add new dashboarding architecture guide
1737
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
1738
+ - remove redundant null check in resolveSecurityRuleConfig
1739
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
1740
+ - update legacy entity fields to be nullable and support null types
1741
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
1742
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
1743
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
1744
+
1745
+ ### Documentation
1746
+
1747
+ - update expired discord link
1748
+
1749
+ ### Other
1750
+
1751
+ - removed hardcoded type against a boolean type
1752
+ - changes to the default testing setting timeout to pick from env as well
1753
+ - remove duplicate code
1754
+ - refactoring around chatter media security fix
1755
+ - add media extension support for post chatter
1756
+ - Add media upload action and validation in MediaService
1757
+ - add media extension support for post chatter
1758
+ - changes to ensure only id and field are returned while populating the user in chatter
1759
+ - Update defaultValue types in solid-core-metadata.json to strings
1760
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
1761
+ - Add getMentionableUsers permission
1762
+ - Add endpoint to retrieve mentionable users with search and limit options
1763
+ - Add error handling nodes and enhance workflow node definitions
1764
+ - Add skipHooks option to seed command and related services
1765
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
1766
+ - Enhance workflow node definitions and runtime context handling
1767
+ - remvoing redundent code
1768
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
1769
+ - changes
1770
+ - changes
1771
+ - sql injection vulnerability closed in filter queries
1772
+ - Remove LocalPath
1773
+ - revert changes
1774
+ - revert changes
1775
+ - revert changes
1776
+ - re revert
1777
+ - revert changes
1778
+ - private-file-cleanup
1779
+ - add downlaodurl
1780
+ - changes to allow overriding the is allowed api keys flag thru extension user
1781
+ - Revert "user enumeration"
1782
+ - remove validation from username and mobile
1783
+ - user create validation bugs
1784
+ - add normalize for otp based also
1785
+ - Disable metadata pruning by default in seed command configuration
1786
+ - Update seed command to enable metadata pruning by default
1787
+ - handle-case-sensitive-for-email
1788
+ - Add delete permissions for ImportTransactionController in solid-core metadata
1789
+ - Add permissions for import/export functionality in solid-core metadata
1790
+ - Refactor role assignment for admin users to handle capability roles individually
1791
+ - discard changes
1792
+ - add support for static file
1793
+ - Add capability roles for admin users in module metadata seeder
1794
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
1795
+ - attachment
1796
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
1797
+ - make isPublic default true
1798
+ - changes to show the image inline
1799
+ - cleanup againts media's
1800
+ - inline role crate false
1801
+ - Implement chatter mention notification system with email templates and queue handling
1802
+ - Add messageBodyMentions field to chatter message DTOs and entity
1803
+ - fix-audit-bug
1804
+ - changes to include signed url token for private media
1805
+ - Revert "Revert "rename function name""
1806
+ - Revert "Revert "add private media support""
1807
+ - Add media file type constants and enhance security for media uploads
1808
+ - handle technical error messages due to missing resource in static resources folder
1809
+ - Revert "add private media support"
1810
+ - Revert "rename function name"
1811
+ - rename function name
1812
+ - add private media support
1813
+ - some fixes
1814
+ - solidx session invalid changes
1815
+ - add validation on get chatter message
1816
+ - updatedAt value is updating now
1817
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
1818
+ - add security against chatter
1819
+ - chatter message endpoint made public
1820
+ - removed embedded db support
1821
+ - Add default sorting by ID if not explicitly specified in order options
1822
+ - add icons across all the models in solid core
1823
+ - media upload added behind auth
1824
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
1825
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
1826
+ - class serializer interceptor added for impact of Exclude and Expose
1827
+ - Enhance datasource introspection with primary key validation and user key resolution
1828
+ - Concurrent Login Feature
1829
+ - user enumeration
1830
+ - add helper text key on settings object .........
1831
+ - changes to handle case insenstive filter operations if the values are other than string by casting
1832
+ - menus item fix
1833
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
1834
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
1835
+ - display name changed
1836
+ - name changed
1837
+ - added settings for configure the row click on solid list view
1838
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
1839
+ - fixed legacy entity files names
1840
+ - view metadata type field - selection static and roles required false from menu-item
1841
+ - Fix for this issue > stop applying lower for numeric fields.
1842
+ - refactor and add migration command
1843
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
1844
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
1845
+ - changes to take in option for seeding with modules in current seed method
1846
+ - Fix validation logic to parse string field values as integers before applying validations
1847
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
1848
+ - ad changes
1849
+ - Add locale seeding functionality and enhance locale management
1850
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
1851
+ - changes to avoid extra module checks before dynamically loading it
1852
+ - defaulted to modulemetadataseederservice if no seeder provided
1853
+ - Add Date field in Instructions Response
1854
+ - ai interaction cleanup changes
1855
+ - enabling create,edit,import,export on permission and lov modules
1856
+ - added module to rolemetadata list view
1857
+ - roles group by module changes
1858
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
1859
+ - Implement Datasource Management functionality with controller, service, and DTO
1860
+ - added index to fields newly added as sortable and searchable
1861
+ - Add archiver package to dependencies
1862
+ - removed unnecessary seed file
1863
+ - Add TypeORM migration helper functions and export in index
1864
+ - fixes
1865
+ - reverted accidental removal of the layout builder root menu
1866
+ - pending cleanup of solid core menu items
1867
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
1868
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
1869
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
1870
+ - changes for IAM
1871
+ - Add clearPackageRuntime functionality and corresponding metadata action
1872
+ - Add archiver dependency and implement module package export functionality
1873
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
1874
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
1875
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
1876
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
1877
+ - Remove unused database bootstrap service and related SQL cleanup procedures
1878
+ - cleanup
1879
+ - Add view and action metadata tree views with updated permissions and searchable fields
1880
+ - Add view and action metadata tree views with updated permissions and searchable fields
1881
+ - menu item model cleanup
1882
+ - Add resumable import handling and transaction management in module package service
1883
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
1884
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
1885
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
1886
+ - many to one left join issue fixed
1887
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
1888
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
1889
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
1890
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
1891
+ - Implement module metadata explorer with CRUD operations and search functionality
1892
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
1893
+ - Bug fixs
1894
+ - added frontend base url as well to the default settings
1895
+ - minor cleanup
1896
+ - changes to cleanup legacy table related fields
1897
+ - changes for new dashboards functionality
1898
+ - always print server startup line regardless of log level
1899
+ - Add field quality checks and fixes checklist for backend validation
1900
+ - typeo issue
1901
+ - Agent table clean up
1902
+ - Add manual interaction step for Playwright and update README
1903
+ - provision made to unlink data rather than having to teardown everything
1904
+ - provision made to unlink data rather than having to teardown everything
1905
+ - changes to colour the server startup line
1906
+ - Agent table clean up
1907
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
1908
+ - removed id command options and retained the singular name option only for consistency purposes
1909
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
1910
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
1911
+ - MCP table solid changes
1912
+ - playwrite added as dependency instead
1913
+ - changes to the test runner
1914
+ - chatter message user resolution chagnes
1915
+ - bug fix in chatter message user resolution after we moved to queues.
1916
+ - moved back to beta3
1917
+ - failed login attempts field added to the json and update dto and exposed in entity
1918
+ - removed un-necessary index on newvalue display
1919
+ - ts changes error: any
1920
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
1921
+ - changed model metadata service default form layout to be single column
1922
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1923
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1924
+ - normalised @ApiTags
1925
+ - enum for passwordless modes
1926
+ - bug fix in how alternative actions are rendered
1927
+ - queue related bug fixes
1928
+ - changes to add a websocket adaptor to the bootstrap server routine
1929
+ - license changes
1930
+ - type fixes
1931
+ - removed min and max from long text mapping
1932
+ - bug fix for shortext field mapping
1933
+ - changes to post the testing results to a webhook api with a test payload
1934
+ - added import multer this fixes un-necessary ts errors in vscode
1935
+ - ts errors fixed
1936
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
1937
+ - formatting changes
1938
+ - facebook oauth
1939
+ - Status required false
1940
+ - updated gitignore
1941
+ - dleete un-necessary docs
1942
+ - deleted un-necessary files
1943
+ - changes related to more grooming
1944
+ - api added in cors
1945
+ - refactor Oauth strategy
1946
+ - Revert "Ft social media login"
1947
+ - bug fix
1948
+ - bug fix
1949
+ - add new api me endpoint and role based settings
1950
+ - setting changes for new ui architecture
1951
+ - changes for new settings structure
1952
+ - chatter task subtype and related changes
1953
+ - bug fix
1954
+ - fixes
1955
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
1956
+ - changes to handle import logs as well, thru configured winston log level
1957
+ - change isMultiSelect to true in solid-core-metadata.json
1958
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
1959
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
1960
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
1961
+ - bug fix: passwordless registration should create a user with active false
1962
+ - apikeys attribute was not exposed
1963
+ - refactor Oauth strategy
1964
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
1965
+ - bug fix
1966
+ - null check on role
1967
+ - made provision to seed custom permissions
1968
+ - handled seed scenario too
1969
+ - upload File and expectHidden changes
1970
+ - extension user cleanup and checks added
1971
+ - fixed types for cleanup
1972
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
1973
+ - fixes bare shell imports with relative imports
1974
+ - dynamic import fix
1975
+ - removed unnecessary file
1976
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
1977
+ - removed base abstract class
1978
+ - added interface too
1979
+ - changes
1980
+ - changes to test data seeding & fixed the type for authenticationService.signup method
1981
+ - changes to user dto to include the api keys toggle
1982
+ - add default role to the user only if there are no roles resolved against a user
1983
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
1984
+ - Only forward --debug when explicitly enabled.
1985
+ - toolOutput field changes to json
1986
+ - adding user api key entity to export
1987
+ - minor optimisation to how dynamic modules are loaded
1988
+ - Add Discord badge to top of README
1989
+ - Fix broken BSL license link and add Discord link to README
1990
+ - Add BSL 1.1 license and update package.json license field
1991
+ - Seed user and roles in testing data
1992
+ - removed readme.txt
1993
+ - moved type and interfaces in interfaces.ts and refactored accordingly
1994
+ - changed to md
1995
+ - added readme
1996
+ - Ai setting model change
1997
+ - changes to allow encrypting setting keys
1998
+ - form view clean up
1999
+ - Agent table list view changes
2000
+ - synchronize false
2001
+ - changes to resolve the selection dynamic provider by name and token both
2002
+ - changes to bypass swagger urls from csp policy
2003
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
2004
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
2005
+ - changes to implement the sso code and sso exchange use cases
2006
+ - removed orm types / exported api key entity
2007
+ - added provision to control if api key creation is allowed for the user
2008
+ - api key changes for backend
2009
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
2010
+ - fix to call addRoles only if role names are present
2011
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
2012
+ - refactor: update legacy entity fields to be nullable and support null types
2013
+ - Json structure change
2014
+ - Agent table metadata clean up changes
2015
+ - longtext
2016
+ - longtext changes
2017
+ - Agent tables clean up
2018
+ - fixes to seed many-to-many relation for tests
2019
+ - changes to seed media in testing data
2020
+ - Chatter modelUserkey and excel many to one issue
2021
+ - keeping the default selectionValueType as string since this is a good default
2022
+ - bug fixes around how media is done
2023
+ - bug fixes
2024
+ - try catch inside logEvent
2025
+ - media has card based metadata
2026
+ - Refresh token activity
2027
+ - changes to implement the sso code and sso exchange use cases
2028
+ - cleanup
2029
+ - enabled kanban view on mq message
2030
+ - Agent table changes
2031
+ - changes to disallow deleting a model or module in production
2032
+ - changelog version bumped
2033
+ - changelog added
2034
+ - changes to control the logging using env variables & set appropriate defaults basis environment
2035
+ - chnages for logging
2036
+ - Chatter queue fixs
2037
+ - one more "beta" for ozzy
2038
+ - additional loggging in cors helper
2039
+ - changes
2040
+ - Redis Queue component and rabbitMQ folder changes
2041
+ - changes to track old and new fields as part of the delete entity operation
2042
+ - optimizations done for audit subcriber
2043
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
2044
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
2045
+ - formatting changes
2046
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
2047
+ - qs depth config increased
2048
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
2049
+ - cached model metadata queries
2050
+ - changse
2051
+ - disabled extra loggign
2052
+ - chagnes
2053
+ - reduced concurrency in computed fields
2054
+ - additional loggign
2055
+ - added indexes to mobile & email since those are frequently queries upon
2056
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
2057
+ - Redis background job changes
2058
+ - Chatter Rationalizing
2059
+ - changes
2060
+ - changes
2061
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
2062
+ - changes to export bootstrap helpers for server & cli nest applications
2063
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
2064
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
2065
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
2066
+ - added index on message id in mq message table
2067
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
2068
+ - changes to save model sequence id as part of post compute instead of pre compute
2069
+ - changse
2070
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
2071
+ - High concurrency fix for alpha num and sequence num computed fields
2072
+ - bug fix in cron evalutaion
2073
+ - tighter logging around roles
2074
+ - scheduler now supports env based specific jobs starting and others not
2075
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
2076
+ - revert cross db changes for view-metadata-entity
2077
+ - fixes
2078
+ - changes to handle cross-db compatibility
2079
+ - added type as simple-json
2080
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
2081
+ - Revert "Merge branch 'media-update' into 'main'"
2082
+ - Mysql related changes
2083
+ - ts-morph and media storage fix
2084
+ - dashboard layout menu item added
2085
+ - dashboard changes
2086
+ - scheduler bug fix
2087
+ - made provision to execute scheduled jobs manually
2088
+ - changes
2089
+ - cleanup
2090
+ - logging related changes and made user activity history tree view
2091
+ - changes to return the wall clock time as utc for chatter as well to keep it...
2092
+ - changes around dashboard question refactoring
2093
+ - default tree view and action added on code generation
2094
+ - Date time format changes in audit
2095
+ - user activity history on otp login
2096
+ - changes
2097
+ - changelog added
2098
+ - reverted legacy and common entity to use local date time transformer only
2099
+ - added changelog
2100
+ - made playwright dependency lazy
2101
+ - ai interaction table user is nullable now
2102
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
2103
+ - formatting changes
2104
+ - Version info changes
2105
+ - dummy otp can now be enabled on a per user basis
2106
+ - jwt token optimisation
2107
+ - optimised the authentication flow in microservice adapter to cache access token
2108
+ - deleted file containing secrets
2109
+ - changes
2110
+ - optimisation around how dummy otp is managed
2111
+ - isSeeded added
2112
+ - bug fix for fetch layouts
2113
+ - view modes added in layout
2114
+ - One to many crud manager fixes
2115
+ - one-to-many-crud-manager-fixes
2116
+ - Many to many crud field manager fixes
2117
+ - patch endpoint added in role controller
2118
+ - many-to-many field fixes
2119
+ - modelSequenceFormViewChangeHandler added on field change
2120
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
2121
+ - changes to format group values consistently
2122
+ - fixes for normalizing group values
2123
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
2124
+ - changes to return groupValue in the group meta response as well. groupValue is...
2125
+ - changes to return groupValue in the group meta response as well. groupValue is...
2126
+ - filter_field_granularity_supported_added_for_date_fields
2127
+ - password registration/login cleanup + max failed login attempts checks added
2128
+ - removed unsafe inline from CSP
2129
+ - removed incorrect comment
2130
+ - changes
2131
+ - Revert "replaced playwright with lazy dependency"
2132
+ - replaced playwright with lazy dependency
2133
+ - count and average
2134
+ - fixes to solid core metadata configuration
2135
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
2136
+ - solid seed now prints proper exception stack trace
2137
+ - added playwright dependencies as peer dependencies
2138
+ - changed playwright import to make it lazy
2139
+ - issue fixes
2140
+ - formatting changes
2141
+ - formatting changes
2142
+ - changes for test setup
2143
+ - package changes
2144
+ - Changes to generate an SA user with the default password for simpler experience during setup
2145
+ - more changes to support form data based uploads
2146
+ - changes
2147
+ - changes around testing workflow
2148
+ - unified testing utitlities
2149
+ - added comments to the slug code
2150
+ - refactored queue namespacign
2151
+ - queue namespacing related chanes
2152
+ - removed todo
2153
+ - queue name related changes
2154
+ - cag
2155
+ - changrs
2156
+ - queues names are now namespaced by service naem
2157
+ - enabled logs
2158
+ - debug logs
2159
+ - testing docs updated
2160
+ - changes
2161
+ - cleanup
2162
+ - removed old testing related fiels
2163
+ - testing infra now supports data based interpolation
2164
+ - testing changes: now we support fully custom test specs
2165
+ - changes for test automation
2166
+ - changes to tsconfig for playwright tests
2167
+ - exporting typeorm db helper
2168
+ - removed the files section
2169
+ - changes for playwright testing
2170
+ - changes to disable service controller seed method
2171
+ - formatting changes
2172
+ - oom issue
2173
+ - logger added for chatter
2174
+ - changed arg to kebab case instead of came case in schematic service
2175
+ - default menu icons added
2176
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
2177
+ - removed un-necessary log
2178
+ - fix for handling non existence of fieldNamesForRemoval arg
2179
+ - foirmatting canges
2180
+ - Archived/solidstarters main
2181
+ - version changes
2182
+ - changed org : @solidstarters -> @solidxai
2183
+ - removed publish script, since it is replaced with solidctl release
2184
+ - chanes
2185
+ - Revert "@solidstarters namespace changed to @solidx"
2186
+ - @solidstarters namespace changed to @solidx
2187
+ - file service interface changes
2188
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
2189
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
2190
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
2191
+ - test data workflow
2192
+ - test-data command
2193
+ - seed command updated
2194
+ - changes
2195
+ - changes
2196
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
2197
+ - seeding now supports seedData allowing us to seed fixtures for testing.
2198
+ - precomputations now skip computation if value is already provided
2199
+ - added utility for findOneByUserKey
2200
+ - pruning related chagnes
2201
+ - changes
2202
+ - more changes related to pruning metadata
2203
+ - pruen logs added
2204
+ - module metadata seeder now does prune also
2205
+ - reformatting to improve readability
2206
+ - changes
2207
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
2208
+ - bug fixes
2209
+ - changes to cleanup the implementation by having the write method of file service return the url post write
2210
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
2211
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
2212
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
2213
+ - file service abstraction cleanup
2214
+ - chagnes
2215
+ - Dashboard Question Responsive
2216
+
2217
+ ## [0.1.13-beta.8] - 2026-07-29
2218
+
2219
+ ### Added
2220
+
2221
+ - add configurable UI timeouts for testing steps and update documentation
2222
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
2223
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
2224
+ - add default locale name for internationalised entries in test data seeding
2225
+ - implement draft/publish versioning support and refactor related services
2226
+ - add DraftPublishHelperService for managing draft and publish workflows
2227
+ - add workflow field data provider support and related interfaces
2228
+ - add asynchronous execution for workflows and enhance execution status retrieval
2229
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
2230
+ - enhance workflow definition management and add Python runtime node
2231
+ - add SolidX integration nodes for login, email, and SMS
2232
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
2233
+ - enhance http.request node with query parameters and body modes
2234
+ - refactor node structure and add sequential and switch nodes
2235
+ - update workflow execution and definition handling
2236
+ - implement workflow execution services and nodes
2237
+ - implement API key generation for system admin users in ModuleMetadataSeederService
2238
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
2239
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
2240
+ - enhance migration process with build and seed commands
2241
+ - enhance datasource introspection with primary key detection and migration support
2242
+ - enhance role creation with module linkage and resolve module metadata
2243
+ - enhance action, role, and view metadata services with change detection and JSON normalization
2244
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
2245
+ - add new dashboard controller actions to permissions
2246
+ - simplify queue health permissions by consolidating patterns
2247
+ - implement explicit widget permissions and unauthorized response handling
2248
+ - enhance widget permission checks and add unauthorized response handling
2249
+ - add Queue SLA heatmap provider and update metadata
2250
+ - update queue health menu item and reorder messages
2251
+ - add various dashboard providers and runtime services
2252
+ - implement WhatsApp Cloud API integration
2253
+ - add gupshup whatsapp provider
2254
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
2255
+ - add updateCustomNoteMessage action to ChatterMessageController
2256
+ - add secure custom-note edit API with attachment add/remove support
2257
+ - implemented social media oath for facebook and microsoft
2258
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
2259
+ - implemented social media oath for facebook and microsoft
2260
+ - add Message Tree Action and corresponding view for mqMessage
2261
+ - implement processing timeout for RabbitMQ subscriber
2262
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
2263
+ - Migrate date/time transformers to UtcDateTimeTransformer.
2264
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
2265
+
2266
+ ### Fixed
2267
+
2268
+ - improve error message for media deletion restriction
2269
+ - use transactions entitymanager for all subscribers only for embedded db projects
2270
+ - update consuming project name resolution to use parent directory
2271
+ - update solidx directory path to include consuming project name
2272
+ - correct package name in model generation command and update error handling in module metadata retrieval
2273
+ - username
2274
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
2275
+ - handle null or empty security rule configuration strings in repository
2276
+
2277
+ ### Changed
2278
+
2279
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
2280
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
2281
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
2282
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
2283
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
2284
+ - simplify published version filtering in CRUDService
2285
+ - remove handleSeedLocales method to streamline locale seeding process
2286
+ - remove legacy dashboard files and add new dashboarding architecture guide
2287
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
2288
+ - remove redundant null check in resolveSecurityRuleConfig
2289
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
2290
+ - update legacy entity fields to be nullable and support null types
2291
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
2292
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
2293
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
2294
+
2295
+ ### Documentation
2296
+
2297
+ - update expired discord link
2298
+
2299
+ ### Other
2300
+
2301
+ - remove duplicate code
2302
+ - refactoring around chatter media security fix
2303
+ - add media extension support for post chatter
2304
+ - Add media upload action and validation in MediaService
2305
+ - add media extension support for post chatter
2306
+ - changes to ensure only id and field are returned while populating the user in chatter
2307
+ - Update defaultValue types in solid-core-metadata.json to strings
2308
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
2309
+ - Add getMentionableUsers permission
2310
+ - Add endpoint to retrieve mentionable users with search and limit options
2311
+ - Add error handling nodes and enhance workflow node definitions
2312
+ - Add skipHooks option to seed command and related services
2313
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
2314
+ - Enhance workflow node definitions and runtime context handling
2315
+ - remvoing redundent code
2316
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
2317
+ - changes
2318
+ - changes
2319
+ - sql injection vulnerability closed in filter queries
2320
+ - Remove LocalPath
2321
+ - revert changes
2322
+ - revert changes
2323
+ - revert changes
2324
+ - re revert
2325
+ - revert changes
2326
+ - private-file-cleanup
2327
+ - add downlaodurl
2328
+ - changes to allow overriding the is allowed api keys flag thru extension user
2329
+ - Revert "user enumeration"
2330
+ - remove validation from username and mobile
2331
+ - user create validation bugs
2332
+ - add normalize for otp based also
2333
+ - Disable metadata pruning by default in seed command configuration
2334
+ - Update seed command to enable metadata pruning by default
2335
+ - handle-case-sensitive-for-email
2336
+ - Add delete permissions for ImportTransactionController in solid-core metadata
2337
+ - Add permissions for import/export functionality in solid-core metadata
2338
+ - Refactor role assignment for admin users to handle capability roles individually
2339
+ - discard changes
2340
+ - add support for static file
2341
+ - Add capability roles for admin users in module metadata seeder
2342
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
2343
+ - attachment
2344
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
2345
+ - make isPublic default true
2346
+ - changes to show the image inline
2347
+ - cleanup againts media's
2348
+ - inline role crate false
2349
+ - Implement chatter mention notification system with email templates and queue handling
2350
+ - Add messageBodyMentions field to chatter message DTOs and entity
2351
+ - fix-audit-bug
2352
+ - changes to include signed url token for private media
2353
+ - Revert "Revert "rename function name""
2354
+ - Revert "Revert "add private media support""
2355
+ - Add media file type constants and enhance security for media uploads
2356
+ - handle technical error messages due to missing resource in static resources folder
2357
+ - Revert "add private media support"
2358
+ - Revert "rename function name"
2359
+ - rename function name
2360
+ - add private media support
2361
+ - some fixes
2362
+ - solidx session invalid changes
2363
+ - add validation on get chatter message
2364
+ - updatedAt value is updating now
2365
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
2366
+ - add security against chatter
2367
+ - chatter message endpoint made public
2368
+ - removed embedded db support
2369
+ - Add default sorting by ID if not explicitly specified in order options
2370
+ - add icons across all the models in solid core
2371
+ - media upload added behind auth
2372
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
2373
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
2374
+ - class serializer interceptor added for impact of Exclude and Expose
2375
+ - Enhance datasource introspection with primary key validation and user key resolution
2376
+ - Concurrent Login Feature
2377
+ - user enumeration
2378
+ - add helper text key on settings object .........
2379
+ - changes to handle case insenstive filter operations if the values are other than string by casting
2380
+ - menus item fix
2381
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
2382
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
2383
+ - display name changed
2384
+ - name changed
2385
+ - added settings for configure the row click on solid list view
2386
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
2387
+ - fixed legacy entity files names
2388
+ - view metadata type field - selection static and roles required false from menu-item
2389
+ - Fix for this issue > stop applying lower for numeric fields.
2390
+ - refactor and add migration command
2391
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
2392
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
2393
+ - changes to take in option for seeding with modules in current seed method
2394
+ - Fix validation logic to parse string field values as integers before applying validations
2395
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
2396
+ - ad changes
2397
+ - Add locale seeding functionality and enhance locale management
2398
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
2399
+ - changes to avoid extra module checks before dynamically loading it
2400
+ - defaulted to modulemetadataseederservice if no seeder provided
2401
+ - Add Date field in Instructions Response
2402
+ - ai interaction cleanup changes
2403
+ - enabling create,edit,import,export on permission and lov modules
2404
+ - added module to rolemetadata list view
2405
+ - roles group by module changes
2406
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
2407
+ - Implement Datasource Management functionality with controller, service, and DTO
2408
+ - added index to fields newly added as sortable and searchable
2409
+ - Add archiver package to dependencies
2410
+ - removed unnecessary seed file
2411
+ - Add TypeORM migration helper functions and export in index
2412
+ - fixes
2413
+ - reverted accidental removal of the layout builder root menu
2414
+ - pending cleanup of solid core menu items
2415
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
2416
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
2417
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
2418
+ - changes for IAM
2419
+ - Add clearPackageRuntime functionality and corresponding metadata action
2420
+ - Add archiver dependency and implement module package export functionality
2421
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
2422
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
2423
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
2424
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
2425
+ - Remove unused database bootstrap service and related SQL cleanup procedures
2426
+ - cleanup
2427
+ - Add view and action metadata tree views with updated permissions and searchable fields
2428
+ - Add view and action metadata tree views with updated permissions and searchable fields
2429
+ - menu item model cleanup
2430
+ - Add resumable import handling and transaction management in module package service
2431
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
2432
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
2433
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
2434
+ - many to one left join issue fixed
2435
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
2436
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
2437
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
2438
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
2439
+ - Implement module metadata explorer with CRUD operations and search functionality
2440
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
2441
+ - Bug fixs
2442
+ - added frontend base url as well to the default settings
2443
+ - minor cleanup
2444
+ - changes to cleanup legacy table related fields
2445
+ - changes for new dashboards functionality
2446
+ - always print server startup line regardless of log level
2447
+ - Add field quality checks and fixes checklist for backend validation
2448
+ - typeo issue
2449
+ - Agent table clean up
2450
+ - Add manual interaction step for Playwright and update README
2451
+ - provision made to unlink data rather than having to teardown everything
2452
+ - provision made to unlink data rather than having to teardown everything
2453
+ - changes to colour the server startup line
2454
+ - Agent table clean up
2455
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
2456
+ - removed id command options and retained the singular name option only for consistency purposes
2457
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
2458
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
2459
+ - MCP table solid changes
2460
+ - playwrite added as dependency instead
2461
+ - changes to the test runner
2462
+ - chatter message user resolution chagnes
2463
+ - bug fix in chatter message user resolution after we moved to queues.
2464
+ - moved back to beta3
2465
+ - failed login attempts field added to the json and update dto and exposed in entity
2466
+ - removed un-necessary index on newvalue display
2467
+ - ts changes error: any
2468
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
2469
+ - changed model metadata service default form layout to be single column
2470
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
2471
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
2472
+ - normalised @ApiTags
2473
+ - enum for passwordless modes
2474
+ - bug fix in how alternative actions are rendered
2475
+ - queue related bug fixes
2476
+ - changes to add a websocket adaptor to the bootstrap server routine
2477
+ - license changes
2478
+ - type fixes
2479
+ - removed min and max from long text mapping
2480
+ - bug fix for shortext field mapping
2481
+ - changes to post the testing results to a webhook api with a test payload
2482
+ - added import multer this fixes un-necessary ts errors in vscode
2483
+ - ts errors fixed
2484
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
2485
+ - formatting changes
2486
+ - facebook oauth
2487
+ - Status required false
2488
+ - updated gitignore
2489
+ - dleete un-necessary docs
2490
+ - deleted un-necessary files
2491
+ - changes related to more grooming
2492
+ - api added in cors
2493
+ - refactor Oauth strategy
2494
+ - Revert "Ft social media login"
2495
+ - bug fix
2496
+ - bug fix
2497
+ - add new api me endpoint and role based settings
2498
+ - setting changes for new ui architecture
2499
+ - changes for new settings structure
2500
+ - chatter task subtype and related changes
2501
+ - bug fix
2502
+ - fixes
2503
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
2504
+ - changes to handle import logs as well, thru configured winston log level
2505
+ - change isMultiSelect to true in solid-core-metadata.json
2506
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
2507
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
2508
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
2509
+ - bug fix: passwordless registration should create a user with active false
2510
+ - apikeys attribute was not exposed
2511
+ - refactor Oauth strategy
2512
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
2513
+ - bug fix
2514
+ - null check on role
2515
+ - made provision to seed custom permissions
2516
+ - handled seed scenario too
2517
+ - upload File and expectHidden changes
2518
+ - extension user cleanup and checks added
2519
+ - fixed types for cleanup
2520
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
2521
+ - fixes bare shell imports with relative imports
2522
+ - dynamic import fix
2523
+ - removed unnecessary file
2524
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
2525
+ - removed base abstract class
2526
+ - added interface too
2527
+ - changes
2528
+ - changes to test data seeding & fixed the type for authenticationService.signup method
2529
+ - changes to user dto to include the api keys toggle
2530
+ - add default role to the user only if there are no roles resolved against a user
2531
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
2532
+ - Only forward --debug when explicitly enabled.
2533
+ - toolOutput field changes to json
2534
+ - adding user api key entity to export
2535
+ - minor optimisation to how dynamic modules are loaded
2536
+ - Add Discord badge to top of README
2537
+ - Fix broken BSL license link and add Discord link to README
2538
+ - Add BSL 1.1 license and update package.json license field
2539
+ - Seed user and roles in testing data
2540
+ - removed readme.txt
2541
+ - moved type and interfaces in interfaces.ts and refactored accordingly
2542
+ - changed to md
2543
+ - added readme
2544
+ - Ai setting model change
2545
+ - changes to allow encrypting setting keys
2546
+ - form view clean up
2547
+ - Agent table list view changes
2548
+ - synchronize false
2549
+ - changes to resolve the selection dynamic provider by name and token both
2550
+ - changes to bypass swagger urls from csp policy
2551
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
2552
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
2553
+ - changes to implement the sso code and sso exchange use cases
2554
+ - removed orm types / exported api key entity
2555
+ - added provision to control if api key creation is allowed for the user
2556
+ - api key changes for backend
2557
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
2558
+ - fix to call addRoles only if role names are present
2559
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
2560
+ - refactor: update legacy entity fields to be nullable and support null types
2561
+ - Json structure change
2562
+ - Agent table metadata clean up changes
2563
+ - longtext
2564
+ - longtext changes
2565
+ - Agent tables clean up
2566
+ - fixes to seed many-to-many relation for tests
2567
+ - changes to seed media in testing data
2568
+ - Chatter modelUserkey and excel many to one issue
2569
+ - keeping the default selectionValueType as string since this is a good default
2570
+ - bug fixes around how media is done
2571
+ - bug fixes
2572
+ - try catch inside logEvent
2573
+ - media has card based metadata
2574
+ - Refresh token activity
2575
+ - changes to implement the sso code and sso exchange use cases
2576
+ - cleanup
2577
+ - enabled kanban view on mq message
2578
+ - Agent table changes
2579
+ - changes to disallow deleting a model or module in production
2580
+ - changelog version bumped
2581
+ - changelog added
2582
+ - changes to control the logging using env variables & set appropriate defaults basis environment
2583
+ - chnages for logging
2584
+ - Chatter queue fixs
2585
+ - one more "beta" for ozzy
2586
+ - additional loggging in cors helper
2587
+ - changes
2588
+ - Redis Queue component and rabbitMQ folder changes
2589
+ - changes to track old and new fields as part of the delete entity operation
2590
+ - optimizations done for audit subcriber
2591
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
2592
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
2593
+ - formatting changes
2594
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
2595
+ - qs depth config increased
2596
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
2597
+ - cached model metadata queries
2598
+ - changse
2599
+ - disabled extra loggign
2600
+ - chagnes
2601
+ - reduced concurrency in computed fields
2602
+ - additional loggign
2603
+ - added indexes to mobile & email since those are frequently queries upon
2604
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
2605
+ - Redis background job changes
2606
+ - Chatter Rationalizing
2607
+ - changes
2608
+ - changes
2609
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
2610
+ - changes to export bootstrap helpers for server & cli nest applications
2611
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
2612
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
2613
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
2614
+ - added index on message id in mq message table
2615
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
2616
+ - changes to save model sequence id as part of post compute instead of pre compute
2617
+ - changse
2618
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
2619
+ - High concurrency fix for alpha num and sequence num computed fields
2620
+ - bug fix in cron evalutaion
2621
+ - tighter logging around roles
2622
+ - scheduler now supports env based specific jobs starting and others not
2623
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
2624
+ - revert cross db changes for view-metadata-entity
2625
+ - fixes
2626
+ - changes to handle cross-db compatibility
2627
+ - added type as simple-json
2628
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
2629
+ - Revert "Merge branch 'media-update' into 'main'"
2630
+ - Mysql related changes
2631
+ - ts-morph and media storage fix
2632
+ - dashboard layout menu item added
2633
+ - dashboard changes
2634
+ - scheduler bug fix
2635
+ - made provision to execute scheduled jobs manually
2636
+ - changes
2637
+ - cleanup
2638
+ - logging related changes and made user activity history tree view
2639
+ - changes to return the wall clock time as utc for chatter as well to keep it...
2640
+ - changes around dashboard question refactoring
2641
+ - default tree view and action added on code generation
2642
+ - Date time format changes in audit
2643
+ - user activity history on otp login
2644
+ - changes
2645
+ - changelog added
2646
+ - reverted legacy and common entity to use local date time transformer only
2647
+ - added changelog
2648
+ - made playwright dependency lazy
2649
+ - ai interaction table user is nullable now
2650
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
2651
+ - formatting changes
2652
+ - Version info changes
2653
+ - dummy otp can now be enabled on a per user basis
2654
+ - jwt token optimisation
2655
+ - optimised the authentication flow in microservice adapter to cache access token
2656
+ - deleted file containing secrets
2657
+ - changes
2658
+ - optimisation around how dummy otp is managed
2659
+ - isSeeded added
2660
+ - bug fix for fetch layouts
2661
+ - view modes added in layout
2662
+ - One to many crud manager fixes
2663
+ - one-to-many-crud-manager-fixes
2664
+ - Many to many crud field manager fixes
2665
+ - patch endpoint added in role controller
2666
+ - many-to-many field fixes
2667
+ - modelSequenceFormViewChangeHandler added on field change
2668
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
2669
+ - changes to format group values consistently
2670
+ - fixes for normalizing group values
2671
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
2672
+ - changes to return groupValue in the group meta response as well. groupValue is...
2673
+ - changes to return groupValue in the group meta response as well. groupValue is...
2674
+ - filter_field_granularity_supported_added_for_date_fields
2675
+ - password registration/login cleanup + max failed login attempts checks added
2676
+ - removed unsafe inline from CSP
2677
+ - removed incorrect comment
2678
+ - changes
2679
+ - Revert "replaced playwright with lazy dependency"
2680
+ - replaced playwright with lazy dependency
2681
+ - count and average
2682
+ - fixes to solid core metadata configuration
2683
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
2684
+ - solid seed now prints proper exception stack trace
2685
+ - added playwright dependencies as peer dependencies
2686
+ - changed playwright import to make it lazy
2687
+ - issue fixes
2688
+ - formatting changes
2689
+ - formatting changes
2690
+ - changes for test setup
2691
+ - package changes
2692
+ - Changes to generate an SA user with the default password for simpler experience during setup
2693
+ - more changes to support form data based uploads
2694
+ - changes
2695
+ - changes around testing workflow
2696
+ - unified testing utitlities
2697
+ - added comments to the slug code
2698
+ - refactored queue namespacign
2699
+ - queue namespacing related chanes
2700
+ - removed todo
2701
+ - queue name related changes
2702
+ - cag
2703
+ - changrs
2704
+ - queues names are now namespaced by service naem
2705
+ - enabled logs
2706
+ - debug logs
2707
+ - testing docs updated
2708
+ - changes
2709
+ - cleanup
2710
+ - removed old testing related fiels
2711
+ - testing infra now supports data based interpolation
2712
+ - testing changes: now we support fully custom test specs
2713
+ - changes for test automation
2714
+ - changes to tsconfig for playwright tests
2715
+ - exporting typeorm db helper
2716
+ - removed the files section
2717
+ - changes for playwright testing
2718
+ - changes to disable service controller seed method
2719
+ - formatting changes
2720
+ - oom issue
2721
+ - logger added for chatter
2722
+ - changed arg to kebab case instead of came case in schematic service
2723
+ - default menu icons added
2724
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
2725
+ - removed un-necessary log
2726
+ - fix for handling non existence of fieldNamesForRemoval arg
2727
+ - foirmatting canges
2728
+ - Archived/solidstarters main
2729
+ - version changes
2730
+ - changed org : @solidstarters -> @solidxai
2731
+ - removed publish script, since it is replaced with solidctl release
2732
+ - chanes
2733
+ - Revert "@solidstarters namespace changed to @solidx"
2734
+ - @solidstarters namespace changed to @solidx
2735
+ - file service interface changes
2736
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
2737
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
2738
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
2739
+ - test data workflow
2740
+ - test-data command
2741
+ - seed command updated
2742
+ - changes
2743
+ - changes
2744
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
2745
+ - seeding now supports seedData allowing us to seed fixtures for testing.
2746
+ - precomputations now skip computation if value is already provided
2747
+ - added utility for findOneByUserKey
2748
+ - pruning related chagnes
2749
+ - changes
2750
+ - more changes related to pruning metadata
2751
+ - pruen logs added
2752
+ - module metadata seeder now does prune also
2753
+ - reformatting to improve readability
2754
+ - changes
2755
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
2756
+ - bug fixes
2757
+ - changes to cleanup the implementation by having the write method of file service return the url post write
2758
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
2759
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
2760
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
2761
+ - file service abstraction cleanup
2762
+ - chagnes
2763
+ - Dashboard Question Responsive
2764
+
2765
+ ## [0.1.13-beta.7] - 2026-07-29
2766
+
2767
+ ### Added
2768
+
2769
+ - add configurable UI timeouts for testing steps and update documentation
2770
+ - add workflow field data provider support and related interfaces
2771
+ - add asynchronous execution for workflows and enhance execution status retrieval
2772
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
2773
+ - enhance workflow definition management and add Python runtime node
2774
+ - add SolidX integration nodes for login, email, and SMS
2775
+ - enhance http.request node with query parameters and body modes
2776
+ - refactor node structure and add sequential and switch nodes
2777
+ - update workflow execution and definition handling
2778
+ - implement workflow execution services and nodes
2779
+ - implement API key generation for system admin users in ModuleMetadataSeederService
2780
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
2781
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
2782
+ - enhance migration process with build and seed commands
2783
+ - enhance datasource introspection with primary key detection and migration support
2784
+ - enhance role creation with module linkage and resolve module metadata
2785
+ - enhance action, role, and view metadata services with change detection and JSON normalization
2786
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
2787
+ - add new dashboard controller actions to permissions
2788
+ - simplify queue health permissions by consolidating patterns
2789
+ - implement explicit widget permissions and unauthorized response handling
2790
+ - enhance widget permission checks and add unauthorized response handling
2791
+ - add Queue SLA heatmap provider and update metadata
2792
+ - update queue health menu item and reorder messages
2793
+ - add various dashboard providers and runtime services
2794
+ - implement WhatsApp Cloud API integration
2795
+ - add gupshup whatsapp provider
2796
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
2797
+ - add updateCustomNoteMessage action to ChatterMessageController
2798
+ - add secure custom-note edit API with attachment add/remove support
2799
+ - implemented social media oath for facebook and microsoft
2800
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
2801
+ - implemented social media oath for facebook and microsoft
2802
+ - add Message Tree Action and corresponding view for mqMessage
2803
+ - implement processing timeout for RabbitMQ subscriber
2804
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
2805
+ - Migrate date/time transformers to UtcDateTimeTransformer.
2806
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
2807
+
2808
+ ### Fixed
2809
+
2810
+ - use transactions entitymanager for all subscribers only for embedded db projects
2811
+ - update consuming project name resolution to use parent directory
2812
+ - update solidx directory path to include consuming project name
2813
+ - correct package name in model generation command and update error handling in module metadata retrieval
2814
+ - username
2815
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
2816
+ - handle null or empty security rule configuration strings in repository
2817
+
2818
+ ### Changed
2819
+
2820
+ - remove handleSeedLocales method to streamline locale seeding process
2821
+ - remove legacy dashboard files and add new dashboarding architecture guide
2822
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
2823
+ - remove redundant null check in resolveSecurityRuleConfig
2824
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
2825
+ - update legacy entity fields to be nullable and support null types
2826
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
2827
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
2828
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
2829
+
2830
+ ### Documentation
2831
+
2832
+ - update expired discord link
2833
+
2834
+ ### Other
2835
+
2836
+ - Add media upload action and validation in MediaService
2837
+ - changes to ensure only id and field are returned while populating the user in chatter
2838
+ - Update defaultValue types in solid-core-metadata.json to strings
2839
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
2840
+ - Add getMentionableUsers permission
2841
+ - Add endpoint to retrieve mentionable users with search and limit options
2842
+ - Add error handling nodes and enhance workflow node definitions
2843
+ - Add skipHooks option to seed command and related services
2844
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
2845
+ - Enhance workflow node definitions and runtime context handling
2846
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
2847
+ - changes
2848
+ - changes
2849
+ - sql injection vulnerability closed in filter queries
2850
+ - Remove LocalPath
2851
+ - revert changes
2852
+ - revert changes
2853
+ - revert changes
2854
+ - re revert
2855
+ - revert changes
2856
+ - private-file-cleanup
2857
+ - add downlaodurl
2858
+ - changes to allow overriding the is allowed api keys flag thru extension user
2859
+ - Revert "user enumeration"
2860
+ - add normalize for otp based also
2861
+ - Disable metadata pruning by default in seed command configuration
2862
+ - Update seed command to enable metadata pruning by default
2863
+ - handle-case-sensitive-for-email
2864
+ - Add delete permissions for ImportTransactionController in solid-core metadata
2865
+ - Add permissions for import/export functionality in solid-core metadata
2866
+ - Refactor role assignment for admin users to handle capability roles individually
2867
+ - discard changes
2868
+ - add support for static file
2869
+ - Add capability roles for admin users in module metadata seeder
2870
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
2871
+ - attachment
2872
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
2873
+ - make isPublic default true
2874
+ - changes to show the image inline
2875
+ - cleanup againts media's
2876
+ - inline role crate false
2877
+ - Implement chatter mention notification system with email templates and queue handling
2878
+ - Add messageBodyMentions field to chatter message DTOs and entity
2879
+ - fix-audit-bug
2880
+ - changes to include signed url token for private media
2881
+ - Revert "Revert "rename function name""
2882
+ - Revert "Revert "add private media support""
2883
+ - Add media file type constants and enhance security for media uploads
2884
+ - handle technical error messages due to missing resource in static resources folder
2885
+ - Revert "add private media support"
2886
+ - Revert "rename function name"
2887
+ - rename function name
2888
+ - add private media support
2889
+ - some fixes
2890
+ - solidx session invalid changes
2891
+ - add validation on get chatter message
2892
+ - updatedAt value is updating now
2893
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
2894
+ - add security against chatter
2895
+ - chatter message endpoint made public
2896
+ - removed embedded db support
2897
+ - Add default sorting by ID if not explicitly specified in order options
2898
+ - add icons across all the models in solid core
2899
+ - media upload added behind auth
2900
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
2901
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
2902
+ - class serializer interceptor added for impact of Exclude and Expose
2903
+ - Enhance datasource introspection with primary key validation and user key resolution
2904
+ - Concurrent Login Feature
2905
+ - user enumeration
2906
+ - add helper text key on settings object .........
2907
+ - changes to handle case insenstive filter operations if the values are other than string by casting
2908
+ - menus item fix
2909
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
2910
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
2911
+ - display name changed
2912
+ - name changed
2913
+ - added settings for configure the row click on solid list view
2914
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
2915
+ - fixed legacy entity files names
2916
+ - view metadata type field - selection static and roles required false from menu-item
2917
+ - Fix for this issue > stop applying lower for numeric fields.
2918
+ - refactor and add migration command
2919
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
2920
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
2921
+ - changes to take in option for seeding with modules in current seed method
2922
+ - Fix validation logic to parse string field values as integers before applying validations
2923
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
2924
+ - ad changes
2925
+ - Add locale seeding functionality and enhance locale management
2926
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
2927
+ - changes to avoid extra module checks before dynamically loading it
2928
+ - defaulted to modulemetadataseederservice if no seeder provided
2929
+ - Add Date field in Instructions Response
2930
+ - ai interaction cleanup changes
2931
+ - enabling create,edit,import,export on permission and lov modules
2932
+ - added module to rolemetadata list view
2933
+ - roles group by module changes
2934
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
2935
+ - Implement Datasource Management functionality with controller, service, and DTO
2936
+ - added index to fields newly added as sortable and searchable
2937
+ - Add archiver package to dependencies
2938
+ - removed unnecessary seed file
2939
+ - Add TypeORM migration helper functions and export in index
2940
+ - fixes
2941
+ - reverted accidental removal of the layout builder root menu
2942
+ - pending cleanup of solid core menu items
2943
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
2944
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
2945
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
2946
+ - changes for IAM
2947
+ - Add clearPackageRuntime functionality and corresponding metadata action
2948
+ - Add archiver dependency and implement module package export functionality
2949
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
2950
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
2951
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
2952
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
2953
+ - Remove unused database bootstrap service and related SQL cleanup procedures
2954
+ - cleanup
2955
+ - Add view and action metadata tree views with updated permissions and searchable fields
2956
+ - Add view and action metadata tree views with updated permissions and searchable fields
2957
+ - menu item model cleanup
2958
+ - Add resumable import handling and transaction management in module package service
2959
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
2960
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
2961
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
2962
+ - many to one left join issue fixed
2963
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
2964
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
2965
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
2966
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
2967
+ - Implement module metadata explorer with CRUD operations and search functionality
2968
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
2969
+ - Bug fixs
2970
+ - added frontend base url as well to the default settings
2971
+ - minor cleanup
2972
+ - changes to cleanup legacy table related fields
2973
+ - changes for new dashboards functionality
2974
+ - always print server startup line regardless of log level
2975
+ - Add field quality checks and fixes checklist for backend validation
2976
+ - typeo issue
2977
+ - Agent table clean up
2978
+ - Add manual interaction step for Playwright and update README
2979
+ - provision made to unlink data rather than having to teardown everything
2980
+ - provision made to unlink data rather than having to teardown everything
2981
+ - changes to colour the server startup line
2982
+ - Agent table clean up
2983
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
2984
+ - removed id command options and retained the singular name option only for consistency purposes
2985
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
2986
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
2987
+ - MCP table solid changes
2988
+ - playwrite added as dependency instead
2989
+ - changes to the test runner
2990
+ - chatter message user resolution chagnes
2991
+ - bug fix in chatter message user resolution after we moved to queues.
2992
+ - moved back to beta3
2993
+ - failed login attempts field added to the json and update dto and exposed in entity
2994
+ - removed un-necessary index on newvalue display
2995
+ - ts changes error: any
2996
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
2997
+ - changed model metadata service default form layout to be single column
2998
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
2999
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
3000
+ - normalised @ApiTags
3001
+ - enum for passwordless modes
3002
+ - bug fix in how alternative actions are rendered
3003
+ - queue related bug fixes
3004
+ - changes to add a websocket adaptor to the bootstrap server routine
3005
+ - license changes
3006
+ - type fixes
3007
+ - removed min and max from long text mapping
3008
+ - bug fix for shortext field mapping
3009
+ - changes to post the testing results to a webhook api with a test payload
3010
+ - added import multer this fixes un-necessary ts errors in vscode
3011
+ - ts errors fixed
3012
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
3013
+ - formatting changes
3014
+ - facebook oauth
3015
+ - Status required false
3016
+ - updated gitignore
3017
+ - dleete un-necessary docs
3018
+ - deleted un-necessary files
3019
+ - changes related to more grooming
3020
+ - api added in cors
3021
+ - refactor Oauth strategy
3022
+ - Revert "Ft social media login"
3023
+ - bug fix
3024
+ - bug fix
3025
+ - add new api me endpoint and role based settings
3026
+ - setting changes for new ui architecture
3027
+ - changes for new settings structure
3028
+ - chatter task subtype and related changes
3029
+ - bug fix
3030
+ - fixes
3031
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
3032
+ - changes to handle import logs as well, thru configured winston log level
3033
+ - change isMultiSelect to true in solid-core-metadata.json
3034
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
3035
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
3036
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
3037
+ - bug fix: passwordless registration should create a user with active false
3038
+ - apikeys attribute was not exposed
3039
+ - refactor Oauth strategy
3040
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
3041
+ - bug fix
3042
+ - null check on role
3043
+ - made provision to seed custom permissions
3044
+ - handled seed scenario too
3045
+ - upload File and expectHidden changes
3046
+ - extension user cleanup and checks added
3047
+ - fixed types for cleanup
3048
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
3049
+ - fixes bare shell imports with relative imports
3050
+ - dynamic import fix
3051
+ - removed unnecessary file
3052
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
3053
+ - removed base abstract class
3054
+ - added interface too
3055
+ - changes
3056
+ - changes to test data seeding & fixed the type for authenticationService.signup method
3057
+ - changes to user dto to include the api keys toggle
3058
+ - add default role to the user only if there are no roles resolved against a user
3059
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
3060
+ - Only forward --debug when explicitly enabled.
3061
+ - toolOutput field changes to json
3062
+ - adding user api key entity to export
3063
+ - minor optimisation to how dynamic modules are loaded
3064
+ - Add Discord badge to top of README
3065
+ - Fix broken BSL license link and add Discord link to README
3066
+ - Add BSL 1.1 license and update package.json license field
3067
+ - Seed user and roles in testing data
3068
+ - removed readme.txt
3069
+ - moved type and interfaces in interfaces.ts and refactored accordingly
3070
+ - changed to md
3071
+ - added readme
3072
+ - Ai setting model change
3073
+ - changes to allow encrypting setting keys
3074
+ - form view clean up
3075
+ - Agent table list view changes
3076
+ - synchronize false
3077
+ - changes to resolve the selection dynamic provider by name and token both
3078
+ - changes to bypass swagger urls from csp policy
3079
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
3080
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
3081
+ - changes to implement the sso code and sso exchange use cases
3082
+ - removed orm types / exported api key entity
3083
+ - added provision to control if api key creation is allowed for the user
3084
+ - api key changes for backend
3085
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
3086
+ - fix to call addRoles only if role names are present
3087
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
3088
+ - refactor: update legacy entity fields to be nullable and support null types
3089
+ - Json structure change
3090
+ - Agent table metadata clean up changes
3091
+ - longtext
3092
+ - longtext changes
3093
+ - Agent tables clean up
3094
+ - fixes to seed many-to-many relation for tests
3095
+ - changes to seed media in testing data
3096
+ - Chatter modelUserkey and excel many to one issue
3097
+ - keeping the default selectionValueType as string since this is a good default
3098
+ - bug fixes around how media is done
3099
+ - bug fixes
3100
+ - try catch inside logEvent
3101
+ - media has card based metadata
3102
+ - Refresh token activity
3103
+ - changes to implement the sso code and sso exchange use cases
3104
+ - cleanup
3105
+ - enabled kanban view on mq message
3106
+ - Agent table changes
3107
+ - changes to disallow deleting a model or module in production
3108
+ - changelog version bumped
3109
+ - changelog added
3110
+ - changes to control the logging using env variables & set appropriate defaults basis environment
3111
+ - chnages for logging
3112
+ - Chatter queue fixs
3113
+ - one more "beta" for ozzy
3114
+ - additional loggging in cors helper
3115
+ - changes
3116
+ - Redis Queue component and rabbitMQ folder changes
3117
+ - changes to track old and new fields as part of the delete entity operation
3118
+ - optimizations done for audit subcriber
3119
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
3120
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
3121
+ - formatting changes
3122
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
3123
+ - qs depth config increased
3124
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
3125
+ - cached model metadata queries
3126
+ - changse
3127
+ - disabled extra loggign
3128
+ - chagnes
3129
+ - reduced concurrency in computed fields
3130
+ - additional loggign
3131
+ - added indexes to mobile & email since those are frequently queries upon
3132
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
3133
+ - Redis background job changes
3134
+ - Chatter Rationalizing
3135
+ - changes
3136
+ - changes
3137
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
3138
+ - changes to export bootstrap helpers for server & cli nest applications
3139
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
3140
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
3141
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
3142
+ - added index on message id in mq message table
3143
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
3144
+ - changes to save model sequence id as part of post compute instead of pre compute
3145
+ - changse
3146
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
3147
+ - High concurrency fix for alpha num and sequence num computed fields
3148
+ - bug fix in cron evalutaion
3149
+ - tighter logging around roles
3150
+ - scheduler now supports env based specific jobs starting and others not
3151
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
3152
+ - revert cross db changes for view-metadata-entity
3153
+ - fixes
3154
+ - changes to handle cross-db compatibility
3155
+ - added type as simple-json
3156
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
3157
+ - Revert "Merge branch 'media-update' into 'main'"
3158
+ - Mysql related changes
3159
+ - ts-morph and media storage fix
3160
+ - dashboard layout menu item added
3161
+ - dashboard changes
3162
+ - scheduler bug fix
3163
+ - made provision to execute scheduled jobs manually
3164
+ - changes
3165
+ - cleanup
3166
+ - logging related changes and made user activity history tree view
3167
+ - changes to return the wall clock time as utc for chatter as well to keep it...
3168
+ - changes around dashboard question refactoring
3169
+ - default tree view and action added on code generation
3170
+ - Date time format changes in audit
3171
+ - user activity history on otp login
3172
+ - changes
3173
+ - changelog added
3174
+ - reverted legacy and common entity to use local date time transformer only
3175
+ - added changelog
3176
+ - made playwright dependency lazy
3177
+ - ai interaction table user is nullable now
3178
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
3179
+ - formatting changes
3180
+ - Version info changes
3181
+ - dummy otp can now be enabled on a per user basis
3182
+ - jwt token optimisation
3183
+ - optimised the authentication flow in microservice adapter to cache access token
3184
+ - deleted file containing secrets
3185
+ - changes
3186
+ - optimisation around how dummy otp is managed
3187
+ - isSeeded added
3188
+ - bug fix for fetch layouts
3189
+ - view modes added in layout
3190
+ - One to many crud manager fixes
3191
+ - one-to-many-crud-manager-fixes
3192
+ - Many to many crud field manager fixes
3193
+ - patch endpoint added in role controller
3194
+ - many-to-many field fixes
3195
+ - modelSequenceFormViewChangeHandler added on field change
3196
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
3197
+ - changes to format group values consistently
3198
+ - fixes for normalizing group values
3199
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
3200
+ - changes to return groupValue in the group meta response as well. groupValue is...
3201
+ - changes to return groupValue in the group meta response as well. groupValue is...
3202
+ - filter_field_granularity_supported_added_for_date_fields
3203
+ - password registration/login cleanup + max failed login attempts checks added
3204
+ - removed unsafe inline from CSP
3205
+ - removed incorrect comment
3206
+ - changes
3207
+ - Revert "replaced playwright with lazy dependency"
3208
+ - replaced playwright with lazy dependency
3209
+ - count and average
3210
+ - fixes to solid core metadata configuration
3211
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
3212
+ - solid seed now prints proper exception stack trace
3213
+ - added playwright dependencies as peer dependencies
3214
+ - changed playwright import to make it lazy
3215
+ - issue fixes
3216
+ - formatting changes
3217
+ - formatting changes
3218
+ - changes for test setup
3219
+ - package changes
3220
+ - Changes to generate an SA user with the default password for simpler experience during setup
3221
+ - more changes to support form data based uploads
3222
+ - changes
3223
+ - changes around testing workflow
3224
+ - unified testing utitlities
3225
+ - added comments to the slug code
3226
+ - refactored queue namespacign
3227
+ - queue namespacing related chanes
3228
+ - removed todo
3229
+ - queue name related changes
3230
+ - cag
3231
+ - changrs
3232
+ - queues names are now namespaced by service naem
3233
+ - enabled logs
3234
+ - debug logs
3235
+ - testing docs updated
3236
+ - changes
3237
+ - cleanup
3238
+ - removed old testing related fiels
3239
+ - testing infra now supports data based interpolation
3240
+ - testing changes: now we support fully custom test specs
3241
+ - changes for test automation
3242
+ - changes to tsconfig for playwright tests
3243
+ - exporting typeorm db helper
3244
+ - removed the files section
3245
+ - changes for playwright testing
3246
+ - changes to disable service controller seed method
3247
+ - formatting changes
3248
+ - oom issue
3249
+ - logger added for chatter
3250
+ - changed arg to kebab case instead of came case in schematic service
3251
+ - default menu icons added
3252
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
3253
+ - removed un-necessary log
3254
+ - fix for handling non existence of fieldNamesForRemoval arg
3255
+ - foirmatting canges
3256
+ - Archived/solidstarters main
3257
+ - version changes
3258
+ - changed org : @solidstarters -> @solidxai
3259
+ - removed publish script, since it is replaced with solidctl release
3260
+ - chanes
3261
+ - Revert "@solidstarters namespace changed to @solidx"
3262
+ - @solidstarters namespace changed to @solidx
3263
+ - file service interface changes
3264
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
3265
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
3266
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
3267
+ - test data workflow
3268
+ - test-data command
3269
+ - seed command updated
3270
+ - changes
3271
+ - changes
3272
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
3273
+ - seeding now supports seedData allowing us to seed fixtures for testing.
3274
+ - precomputations now skip computation if value is already provided
3275
+ - added utility for findOneByUserKey
3276
+ - pruning related chagnes
3277
+ - changes
3278
+ - more changes related to pruning metadata
3279
+ - pruen logs added
3280
+ - module metadata seeder now does prune also
3281
+ - reformatting to improve readability
3282
+ - changes
3283
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
3284
+ - bug fixes
3285
+ - changes to cleanup the implementation by having the write method of file service return the url post write
3286
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
3287
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
3288
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
3289
+ - file service abstraction cleanup
3290
+ - chagnes
3291
+ - Dashboard Question Responsive
3292
+
3293
+ ## [0.1.13-beta.6] - 2026-07-29
3294
+
3295
+ ### Added
3296
+
3297
+ - add configurable UI timeouts for testing steps and update documentation
3298
+ - add workflow field data provider support and related interfaces
3299
+ - add asynchronous execution for workflows and enhance execution status retrieval
3300
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
3301
+ - enhance workflow definition management and add Python runtime node
3302
+ - add SolidX integration nodes for login, email, and SMS
3303
+ - enhance http.request node with query parameters and body modes
3304
+ - refactor node structure and add sequential and switch nodes
3305
+ - update workflow execution and definition handling
3306
+ - implement workflow execution services and nodes
3307
+ - implement API key generation for system admin users in ModuleMetadataSeederService
3308
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
3309
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
3310
+ - enhance migration process with build and seed commands
3311
+ - enhance datasource introspection with primary key detection and migration support
3312
+ - enhance role creation with module linkage and resolve module metadata
3313
+ - enhance action, role, and view metadata services with change detection and JSON normalization
3314
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
3315
+ - add new dashboard controller actions to permissions
3316
+ - simplify queue health permissions by consolidating patterns
3317
+ - implement explicit widget permissions and unauthorized response handling
3318
+ - enhance widget permission checks and add unauthorized response handling
3319
+ - add Queue SLA heatmap provider and update metadata
3320
+ - update queue health menu item and reorder messages
3321
+ - add various dashboard providers and runtime services
3322
+ - implement WhatsApp Cloud API integration
3323
+ - add gupshup whatsapp provider
3324
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
3325
+ - add updateCustomNoteMessage action to ChatterMessageController
3326
+ - add secure custom-note edit API with attachment add/remove support
3327
+ - implemented social media oath for facebook and microsoft
3328
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
3329
+ - implemented social media oath for facebook and microsoft
3330
+ - add Message Tree Action and corresponding view for mqMessage
3331
+ - implement processing timeout for RabbitMQ subscriber
3332
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
3333
+ - Migrate date/time transformers to UtcDateTimeTransformer.
3334
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
3335
+
3336
+ ### Fixed
3337
+
3338
+ - use transactions entitymanager for all subscribers only for embedded db projects
3339
+ - update consuming project name resolution to use parent directory
3340
+ - update solidx directory path to include consuming project name
3341
+ - correct package name in model generation command and update error handling in module metadata retrieval
3342
+ - username
3343
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
3344
+ - handle null or empty security rule configuration strings in repository
3345
+
3346
+ ### Changed
3347
+
3348
+ - remove handleSeedLocales method to streamline locale seeding process
3349
+ - remove legacy dashboard files and add new dashboarding architecture guide
3350
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
3351
+ - remove redundant null check in resolveSecurityRuleConfig
3352
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
3353
+ - update legacy entity fields to be nullable and support null types
3354
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
3355
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
3356
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
3357
+
3358
+ ### Documentation
3359
+
3360
+ - update expired discord link
3361
+
3362
+ ### Other
3363
+
3364
+ - changes to ensure only id and field are returned while populating the user in chatter
3365
+ - Update defaultValue types in solid-core-metadata.json to strings
3366
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
3367
+ - Add getMentionableUsers permission
3368
+ - Add endpoint to retrieve mentionable users with search and limit options
3369
+ - Add error handling nodes and enhance workflow node definitions
3370
+ - Add skipHooks option to seed command and related services
3371
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
3372
+ - Enhance workflow node definitions and runtime context handling
3373
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
3374
+ - changes
3375
+ - changes
3376
+ - sql injection vulnerability closed in filter queries
3377
+ - Remove LocalPath
3378
+ - revert changes
3379
+ - revert changes
3380
+ - revert changes
3381
+ - re revert
3382
+ - revert changes
3383
+ - private-file-cleanup
3384
+ - add downlaodurl
3385
+ - changes to allow overriding the is allowed api keys flag thru extension user
3386
+ - Revert "user enumeration"
3387
+ - add normalize for otp based also
3388
+ - Disable metadata pruning by default in seed command configuration
3389
+ - Update seed command to enable metadata pruning by default
3390
+ - handle-case-sensitive-for-email
3391
+ - Add delete permissions for ImportTransactionController in solid-core metadata
3392
+ - Add permissions for import/export functionality in solid-core metadata
3393
+ - Refactor role assignment for admin users to handle capability roles individually
3394
+ - discard changes
3395
+ - add support for static file
3396
+ - Add capability roles for admin users in module metadata seeder
3397
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
3398
+ - attachment
3399
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
3400
+ - make isPublic default true
3401
+ - changes to show the image inline
3402
+ - cleanup againts media's
3403
+ - inline role crate false
3404
+ - Implement chatter mention notification system with email templates and queue handling
3405
+ - Add messageBodyMentions field to chatter message DTOs and entity
3406
+ - fix-audit-bug
3407
+ - changes to include signed url token for private media
3408
+ - Revert "Revert "rename function name""
3409
+ - Revert "Revert "add private media support""
3410
+ - Add media file type constants and enhance security for media uploads
3411
+ - handle technical error messages due to missing resource in static resources folder
3412
+ - Revert "add private media support"
3413
+ - Revert "rename function name"
3414
+ - rename function name
3415
+ - add private media support
3416
+ - some fixes
3417
+ - solidx session invalid changes
3418
+ - add validation on get chatter message
3419
+ - updatedAt value is updating now
3420
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
3421
+ - add security against chatter
3422
+ - chatter message endpoint made public
3423
+ - removed embedded db support
3424
+ - Add default sorting by ID if not explicitly specified in order options
3425
+ - add icons across all the models in solid core
3426
+ - media upload added behind auth
3427
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
3428
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
3429
+ - class serializer interceptor added for impact of Exclude and Expose
3430
+ - Enhance datasource introspection with primary key validation and user key resolution
3431
+ - Concurrent Login Feature
3432
+ - user enumeration
3433
+ - add helper text key on settings object .........
3434
+ - changes to handle case insenstive filter operations if the values are other than string by casting
3435
+ - menus item fix
3436
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
3437
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
3438
+ - display name changed
3439
+ - name changed
3440
+ - added settings for configure the row click on solid list view
3441
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
3442
+ - fixed legacy entity files names
3443
+ - view metadata type field - selection static and roles required false from menu-item
3444
+ - Fix for this issue > stop applying lower for numeric fields.
3445
+ - refactor and add migration command
3446
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
3447
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
3448
+ - changes to take in option for seeding with modules in current seed method
3449
+ - Fix validation logic to parse string field values as integers before applying validations
3450
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
3451
+ - ad changes
3452
+ - Add locale seeding functionality and enhance locale management
3453
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
3454
+ - changes to avoid extra module checks before dynamically loading it
3455
+ - defaulted to modulemetadataseederservice if no seeder provided
3456
+ - Add Date field in Instructions Response
3457
+ - ai interaction cleanup changes
3458
+ - enabling create,edit,import,export on permission and lov modules
3459
+ - added module to rolemetadata list view
3460
+ - roles group by module changes
3461
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
3462
+ - Implement Datasource Management functionality with controller, service, and DTO
3463
+ - added index to fields newly added as sortable and searchable
3464
+ - Add archiver package to dependencies
3465
+ - removed unnecessary seed file
3466
+ - Add TypeORM migration helper functions and export in index
3467
+ - fixes
3468
+ - reverted accidental removal of the layout builder root menu
3469
+ - pending cleanup of solid core menu items
3470
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
3471
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
3472
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
3473
+ - changes for IAM
3474
+ - Add clearPackageRuntime functionality and corresponding metadata action
3475
+ - Add archiver dependency and implement module package export functionality
3476
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
3477
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
3478
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
3479
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
3480
+ - Remove unused database bootstrap service and related SQL cleanup procedures
3481
+ - cleanup
3482
+ - Add view and action metadata tree views with updated permissions and searchable fields
3483
+ - Add view and action metadata tree views with updated permissions and searchable fields
3484
+ - menu item model cleanup
3485
+ - Add resumable import handling and transaction management in module package service
3486
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
3487
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
3488
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
3489
+ - many to one left join issue fixed
3490
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
3491
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
3492
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
3493
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
3494
+ - Implement module metadata explorer with CRUD operations and search functionality
3495
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
3496
+ - Bug fixs
3497
+ - added frontend base url as well to the default settings
3498
+ - minor cleanup
3499
+ - changes to cleanup legacy table related fields
3500
+ - changes for new dashboards functionality
3501
+ - always print server startup line regardless of log level
3502
+ - Add field quality checks and fixes checklist for backend validation
3503
+ - typeo issue
3504
+ - Agent table clean up
3505
+ - Add manual interaction step for Playwright and update README
3506
+ - provision made to unlink data rather than having to teardown everything
3507
+ - provision made to unlink data rather than having to teardown everything
3508
+ - changes to colour the server startup line
3509
+ - Agent table clean up
3510
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
3511
+ - removed id command options and retained the singular name option only for consistency purposes
3512
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
3513
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
3514
+ - MCP table solid changes
3515
+ - playwrite added as dependency instead
3516
+ - changes to the test runner
3517
+ - chatter message user resolution chagnes
3518
+ - bug fix in chatter message user resolution after we moved to queues.
3519
+ - moved back to beta3
3520
+ - failed login attempts field added to the json and update dto and exposed in entity
3521
+ - removed un-necessary index on newvalue display
3522
+ - ts changes error: any
3523
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
3524
+ - changed model metadata service default form layout to be single column
3525
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
3526
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
3527
+ - normalised @ApiTags
3528
+ - enum for passwordless modes
3529
+ - bug fix in how alternative actions are rendered
3530
+ - queue related bug fixes
3531
+ - changes to add a websocket adaptor to the bootstrap server routine
3532
+ - license changes
3533
+ - type fixes
3534
+ - removed min and max from long text mapping
3535
+ - bug fix for shortext field mapping
3536
+ - changes to post the testing results to a webhook api with a test payload
3537
+ - added import multer this fixes un-necessary ts errors in vscode
3538
+ - ts errors fixed
3539
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
3540
+ - formatting changes
3541
+ - facebook oauth
3542
+ - Status required false
3543
+ - updated gitignore
3544
+ - dleete un-necessary docs
3545
+ - deleted un-necessary files
3546
+ - changes related to more grooming
3547
+ - api added in cors
3548
+ - refactor Oauth strategy
3549
+ - Revert "Ft social media login"
3550
+ - bug fix
3551
+ - bug fix
3552
+ - add new api me endpoint and role based settings
3553
+ - setting changes for new ui architecture
3554
+ - changes for new settings structure
3555
+ - chatter task subtype and related changes
3556
+ - bug fix
3557
+ - fixes
3558
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
3559
+ - changes to handle import logs as well, thru configured winston log level
3560
+ - change isMultiSelect to true in solid-core-metadata.json
3561
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
3562
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
3563
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
3564
+ - bug fix: passwordless registration should create a user with active false
3565
+ - apikeys attribute was not exposed
3566
+ - refactor Oauth strategy
3567
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
3568
+ - bug fix
3569
+ - null check on role
3570
+ - made provision to seed custom permissions
3571
+ - handled seed scenario too
3572
+ - upload File and expectHidden changes
3573
+ - extension user cleanup and checks added
3574
+ - fixed types for cleanup
3575
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
3576
+ - fixes bare shell imports with relative imports
3577
+ - dynamic import fix
3578
+ - removed unnecessary file
3579
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
3580
+ - removed base abstract class
3581
+ - added interface too
3582
+ - changes
3583
+ - changes to test data seeding & fixed the type for authenticationService.signup method
3584
+ - changes to user dto to include the api keys toggle
3585
+ - add default role to the user only if there are no roles resolved against a user
3586
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
3587
+ - Only forward --debug when explicitly enabled.
3588
+ - toolOutput field changes to json
3589
+ - adding user api key entity to export
3590
+ - minor optimisation to how dynamic modules are loaded
3591
+ - Add Discord badge to top of README
3592
+ - Fix broken BSL license link and add Discord link to README
3593
+ - Add BSL 1.1 license and update package.json license field
3594
+ - Seed user and roles in testing data
3595
+ - removed readme.txt
3596
+ - moved type and interfaces in interfaces.ts and refactored accordingly
3597
+ - changed to md
3598
+ - added readme
3599
+ - Ai setting model change
3600
+ - changes to allow encrypting setting keys
3601
+ - form view clean up
3602
+ - Agent table list view changes
3603
+ - synchronize false
3604
+ - changes to resolve the selection dynamic provider by name and token both
3605
+ - changes to bypass swagger urls from csp policy
3606
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
3607
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
3608
+ - changes to implement the sso code and sso exchange use cases
3609
+ - removed orm types / exported api key entity
3610
+ - added provision to control if api key creation is allowed for the user
3611
+ - api key changes for backend
3612
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
3613
+ - fix to call addRoles only if role names are present
3614
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
3615
+ - refactor: update legacy entity fields to be nullable and support null types
3616
+ - Json structure change
3617
+ - Agent table metadata clean up changes
3618
+ - longtext
3619
+ - longtext changes
3620
+ - Agent tables clean up
3621
+ - fixes to seed many-to-many relation for tests
3622
+ - changes to seed media in testing data
3623
+ - Chatter modelUserkey and excel many to one issue
3624
+ - keeping the default selectionValueType as string since this is a good default
3625
+ - bug fixes around how media is done
3626
+ - bug fixes
3627
+ - try catch inside logEvent
3628
+ - media has card based metadata
3629
+ - Refresh token activity
3630
+ - changes to implement the sso code and sso exchange use cases
3631
+ - cleanup
3632
+ - enabled kanban view on mq message
3633
+ - Agent table changes
3634
+ - changes to disallow deleting a model or module in production
3635
+ - changelog version bumped
3636
+ - changelog added
3637
+ - changes to control the logging using env variables & set appropriate defaults basis environment
3638
+ - chnages for logging
3639
+ - Chatter queue fixs
3640
+ - one more "beta" for ozzy
3641
+ - additional loggging in cors helper
3642
+ - changes
3643
+ - Redis Queue component and rabbitMQ folder changes
3644
+ - changes to track old and new fields as part of the delete entity operation
3645
+ - optimizations done for audit subcriber
3646
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
3647
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
3648
+ - formatting changes
3649
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
3650
+ - qs depth config increased
3651
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
3652
+ - cached model metadata queries
3653
+ - changse
3654
+ - disabled extra loggign
3655
+ - chagnes
3656
+ - reduced concurrency in computed fields
3657
+ - additional loggign
3658
+ - added indexes to mobile & email since those are frequently queries upon
3659
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
3660
+ - Redis background job changes
3661
+ - Chatter Rationalizing
3662
+ - changes
3663
+ - changes
3664
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
3665
+ - changes to export bootstrap helpers for server & cli nest applications
3666
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
3667
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
3668
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
3669
+ - added index on message id in mq message table
3670
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
3671
+ - changes to save model sequence id as part of post compute instead of pre compute
3672
+ - changse
3673
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
3674
+ - High concurrency fix for alpha num and sequence num computed fields
3675
+ - bug fix in cron evalutaion
3676
+ - tighter logging around roles
3677
+ - scheduler now supports env based specific jobs starting and others not
3678
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
3679
+ - revert cross db changes for view-metadata-entity
3680
+ - fixes
3681
+ - changes to handle cross-db compatibility
3682
+ - added type as simple-json
3683
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
3684
+ - Revert "Merge branch 'media-update' into 'main'"
3685
+ - Mysql related changes
3686
+ - ts-morph and media storage fix
3687
+ - dashboard layout menu item added
3688
+ - dashboard changes
3689
+ - scheduler bug fix
3690
+ - made provision to execute scheduled jobs manually
3691
+ - changes
3692
+ - cleanup
3693
+ - logging related changes and made user activity history tree view
3694
+ - changes to return the wall clock time as utc for chatter as well to keep it...
3695
+ - changes around dashboard question refactoring
3696
+ - default tree view and action added on code generation
3697
+ - Date time format changes in audit
3698
+ - user activity history on otp login
3699
+ - changes
3700
+ - changelog added
3701
+ - reverted legacy and common entity to use local date time transformer only
3702
+ - added changelog
3703
+ - made playwright dependency lazy
3704
+ - ai interaction table user is nullable now
3705
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
3706
+ - formatting changes
3707
+ - Version info changes
3708
+ - dummy otp can now be enabled on a per user basis
3709
+ - jwt token optimisation
3710
+ - optimised the authentication flow in microservice adapter to cache access token
3711
+ - deleted file containing secrets
3712
+ - changes
3713
+ - optimisation around how dummy otp is managed
3714
+ - isSeeded added
3715
+ - bug fix for fetch layouts
3716
+ - view modes added in layout
3717
+ - One to many crud manager fixes
3718
+ - one-to-many-crud-manager-fixes
3719
+ - Many to many crud field manager fixes
3720
+ - patch endpoint added in role controller
3721
+ - many-to-many field fixes
3722
+ - modelSequenceFormViewChangeHandler added on field change
3723
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
3724
+ - changes to format group values consistently
3725
+ - fixes for normalizing group values
3726
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
3727
+ - changes to return groupValue in the group meta response as well. groupValue is...
3728
+ - changes to return groupValue in the group meta response as well. groupValue is...
3729
+ - filter_field_granularity_supported_added_for_date_fields
3730
+ - password registration/login cleanup + max failed login attempts checks added
3731
+ - removed unsafe inline from CSP
3732
+ - removed incorrect comment
3733
+ - changes
3734
+ - Revert "replaced playwright with lazy dependency"
3735
+ - replaced playwright with lazy dependency
3736
+ - count and average
3737
+ - fixes to solid core metadata configuration
3738
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
3739
+ - solid seed now prints proper exception stack trace
3740
+ - added playwright dependencies as peer dependencies
3741
+ - changed playwright import to make it lazy
3742
+ - issue fixes
3743
+ - formatting changes
3744
+ - formatting changes
3745
+ - changes for test setup
3746
+ - package changes
3747
+ - Changes to generate an SA user with the default password for simpler experience during setup
3748
+ - more changes to support form data based uploads
3749
+ - changes
3750
+ - changes around testing workflow
3751
+ - unified testing utitlities
3752
+ - added comments to the slug code
3753
+ - refactored queue namespacign
3754
+ - queue namespacing related chanes
3755
+ - removed todo
3756
+ - queue name related changes
3757
+ - cag
3758
+ - changrs
3759
+ - queues names are now namespaced by service naem
3760
+ - enabled logs
3761
+ - debug logs
3762
+ - testing docs updated
3763
+ - changes
3764
+ - cleanup
3765
+ - removed old testing related fiels
3766
+ - testing infra now supports data based interpolation
3767
+ - testing changes: now we support fully custom test specs
3768
+ - changes for test automation
3769
+ - changes to tsconfig for playwright tests
3770
+ - exporting typeorm db helper
3771
+ - removed the files section
3772
+ - changes for playwright testing
3773
+ - changes to disable service controller seed method
3774
+ - formatting changes
3775
+ - oom issue
3776
+ - logger added for chatter
3777
+ - changed arg to kebab case instead of came case in schematic service
3778
+ - default menu icons added
3779
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
3780
+ - removed un-necessary log
3781
+ - fix for handling non existence of fieldNamesForRemoval arg
3782
+ - foirmatting canges
3783
+ - Archived/solidstarters main
3784
+ - version changes
3785
+ - changed org : @solidstarters -> @solidxai
3786
+ - removed publish script, since it is replaced with solidctl release
3787
+ - chanes
3788
+ - Revert "@solidstarters namespace changed to @solidx"
3789
+ - @solidstarters namespace changed to @solidx
3790
+ - file service interface changes
3791
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
3792
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
3793
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
3794
+ - test data workflow
3795
+ - test-data command
3796
+ - seed command updated
3797
+ - changes
3798
+ - changes
3799
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
3800
+ - seeding now supports seedData allowing us to seed fixtures for testing.
3801
+ - precomputations now skip computation if value is already provided
3802
+ - added utility for findOneByUserKey
3803
+ - pruning related chagnes
3804
+ - changes
3805
+ - more changes related to pruning metadata
3806
+ - pruen logs added
3807
+ - module metadata seeder now does prune also
3808
+ - reformatting to improve readability
3809
+ - changes
3810
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
3811
+ - bug fixes
3812
+ - changes to cleanup the implementation by having the write method of file service return the url post write
3813
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
3814
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
3815
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
3816
+ - file service abstraction cleanup
3817
+ - chagnes
3818
+ - Dashboard Question Responsive
3819
+
3820
+ ## [0.1.13--tests-only.0] - 2026-07-29
3821
+
3822
+ ### Added
3823
+
3824
+ - add workflow field data provider support and related interfaces
3825
+ - add asynchronous execution for workflows and enhance execution status retrieval
3826
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
3827
+ - enhance workflow definition management and add Python runtime node
3828
+ - add SolidX integration nodes for login, email, and SMS
3829
+ - enhance http.request node with query parameters and body modes
3830
+ - refactor node structure and add sequential and switch nodes
3831
+ - update workflow execution and definition handling
3832
+ - implement workflow execution services and nodes
3833
+ - implement API key generation for system admin users in ModuleMetadataSeederService
3834
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
3835
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
3836
+ - enhance migration process with build and seed commands
3837
+ - enhance datasource introspection with primary key detection and migration support
3838
+ - enhance role creation with module linkage and resolve module metadata
3839
+ - enhance action, role, and view metadata services with change detection and JSON normalization
3840
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
3841
+ - add new dashboard controller actions to permissions
3842
+ - simplify queue health permissions by consolidating patterns
3843
+ - implement explicit widget permissions and unauthorized response handling
3844
+ - enhance widget permission checks and add unauthorized response handling
3845
+ - add Queue SLA heatmap provider and update metadata
3846
+ - update queue health menu item and reorder messages
3847
+ - add various dashboard providers and runtime services
3848
+ - implement WhatsApp Cloud API integration
3849
+ - add gupshup whatsapp provider
3850
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
3851
+ - add updateCustomNoteMessage action to ChatterMessageController
3852
+ - add secure custom-note edit API with attachment add/remove support
3853
+ - implemented social media oath for facebook and microsoft
3854
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
3855
+ - implemented social media oath for facebook and microsoft
3856
+ - add Message Tree Action and corresponding view for mqMessage
3857
+ - implement processing timeout for RabbitMQ subscriber
3858
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
3859
+ - Migrate date/time transformers to UtcDateTimeTransformer.
3860
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
3861
+
3862
+ ### Fixed
3863
+
3864
+ - use transactions entitymanager for all subscribers only for embedded db projects
3865
+ - update consuming project name resolution to use parent directory
3866
+ - update solidx directory path to include consuming project name
3867
+ - correct package name in model generation command and update error handling in module metadata retrieval
3868
+ - username
3869
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
3870
+ - handle null or empty security rule configuration strings in repository
3871
+
3872
+ ### Changed
3873
+
3874
+ - remove handleSeedLocales method to streamline locale seeding process
3875
+ - remove legacy dashboard files and add new dashboarding architecture guide
3876
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
3877
+ - remove redundant null check in resolveSecurityRuleConfig
3878
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
3879
+ - update legacy entity fields to be nullable and support null types
3880
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
3881
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
3882
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
3883
+
3884
+ ### Documentation
3885
+
3886
+ - update expired discord link
3887
+
3888
+ ### Other
3889
+
3890
+ - changes to ensure only id and field are returned while populating the user in chatter
3891
+ - Update defaultValue types in solid-core-metadata.json to strings
3892
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
3893
+ - Add getMentionableUsers permission
3894
+ - Add endpoint to retrieve mentionable users with search and limit options
3895
+ - Add error handling nodes and enhance workflow node definitions
3896
+ - Add skipHooks option to seed command and related services
3897
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
3898
+ - Enhance workflow node definitions and runtime context handling
3899
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
3900
+ - changes
3901
+ - changes
3902
+ - sql injection vulnerability closed in filter queries
3903
+ - Remove LocalPath
3904
+ - revert changes
3905
+ - revert changes
3906
+ - revert changes
3907
+ - re revert
3908
+ - revert changes
3909
+ - private-file-cleanup
3910
+ - add downlaodurl
3911
+ - changes to allow overriding the is allowed api keys flag thru extension user
3912
+ - Revert "user enumeration"
3913
+ - add normalize for otp based also
3914
+ - Disable metadata pruning by default in seed command configuration
3915
+ - Update seed command to enable metadata pruning by default
3916
+ - handle-case-sensitive-for-email
3917
+ - Add delete permissions for ImportTransactionController in solid-core metadata
3918
+ - Add permissions for import/export functionality in solid-core metadata
3919
+ - Refactor role assignment for admin users to handle capability roles individually
3920
+ - discard changes
3921
+ - add support for static file
3922
+ - Add capability roles for admin users in module metadata seeder
3923
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
3924
+ - attachment
3925
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
3926
+ - make isPublic default true
3927
+ - changes to show the image inline
3928
+ - cleanup againts media's
3929
+ - inline role crate false
3930
+ - Implement chatter mention notification system with email templates and queue handling
3931
+ - Add messageBodyMentions field to chatter message DTOs and entity
3932
+ - fix-audit-bug
3933
+ - changes to include signed url token for private media
3934
+ - Revert "Revert "rename function name""
3935
+ - Revert "Revert "add private media support""
3936
+ - Add media file type constants and enhance security for media uploads
3937
+ - handle technical error messages due to missing resource in static resources folder
3938
+ - Revert "add private media support"
3939
+ - Revert "rename function name"
3940
+ - rename function name
3941
+ - add private media support
3942
+ - some fixes
3943
+ - solidx session invalid changes
3944
+ - add validation on get chatter message
3945
+ - updatedAt value is updating now
3946
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
3947
+ - add security against chatter
3948
+ - chatter message endpoint made public
3949
+ - removed embedded db support
3950
+ - Add default sorting by ID if not explicitly specified in order options
3951
+ - add icons across all the models in solid core
3952
+ - media upload added behind auth
3953
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
3954
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
3955
+ - class serializer interceptor added for impact of Exclude and Expose
3956
+ - Enhance datasource introspection with primary key validation and user key resolution
3957
+ - Concurrent Login Feature
3958
+ - user enumeration
3959
+ - add helper text key on settings object .........
3960
+ - changes to handle case insenstive filter operations if the values are other than string by casting
3961
+ - menus item fix
3962
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
3963
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
3964
+ - display name changed
3965
+ - name changed
3966
+ - added settings for configure the row click on solid list view
3967
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
3968
+ - fixed legacy entity files names
3969
+ - view metadata type field - selection static and roles required false from menu-item
3970
+ - Fix for this issue > stop applying lower for numeric fields.
3971
+ - refactor and add migration command
3972
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
3973
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
3974
+ - changes to take in option for seeding with modules in current seed method
3975
+ - Fix validation logic to parse string field values as integers before applying validations
3976
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
3977
+ - ad changes
3978
+ - Add locale seeding functionality and enhance locale management
3979
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
3980
+ - changes to avoid extra module checks before dynamically loading it
3981
+ - defaulted to modulemetadataseederservice if no seeder provided
3982
+ - Add Date field in Instructions Response
3983
+ - ai interaction cleanup changes
3984
+ - enabling create,edit,import,export on permission and lov modules
3985
+ - added module to rolemetadata list view
3986
+ - roles group by module changes
3987
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
3988
+ - Implement Datasource Management functionality with controller, service, and DTO
3989
+ - added index to fields newly added as sortable and searchable
3990
+ - Add archiver package to dependencies
3991
+ - removed unnecessary seed file
3992
+ - Add TypeORM migration helper functions and export in index
3993
+ - fixes
3994
+ - reverted accidental removal of the layout builder root menu
3995
+ - pending cleanup of solid core menu items
3996
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
3997
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
3998
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
3999
+ - changes for IAM
4000
+ - Add clearPackageRuntime functionality and corresponding metadata action
4001
+ - Add archiver dependency and implement module package export functionality
4002
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
4003
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
4004
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
4005
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
4006
+ - Remove unused database bootstrap service and related SQL cleanup procedures
4007
+ - cleanup
4008
+ - Add view and action metadata tree views with updated permissions and searchable fields
4009
+ - Add view and action metadata tree views with updated permissions and searchable fields
4010
+ - menu item model cleanup
4011
+ - Add resumable import handling and transaction management in module package service
4012
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
4013
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
4014
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
4015
+ - many to one left join issue fixed
4016
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
4017
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
4018
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
4019
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
4020
+ - Implement module metadata explorer with CRUD operations and search functionality
4021
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
4022
+ - Bug fixs
4023
+ - added frontend base url as well to the default settings
4024
+ - minor cleanup
4025
+ - changes to cleanup legacy table related fields
4026
+ - changes for new dashboards functionality
4027
+ - always print server startup line regardless of log level
4028
+ - Add field quality checks and fixes checklist for backend validation
4029
+ - typeo issue
4030
+ - Agent table clean up
4031
+ - Add manual interaction step for Playwright and update README
4032
+ - provision made to unlink data rather than having to teardown everything
4033
+ - provision made to unlink data rather than having to teardown everything
4034
+ - changes to colour the server startup line
4035
+ - Agent table clean up
4036
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
4037
+ - removed id command options and retained the singular name option only for consistency purposes
4038
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
4039
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
4040
+ - MCP table solid changes
4041
+ - playwrite added as dependency instead
4042
+ - changes to the test runner
4043
+ - chatter message user resolution chagnes
4044
+ - bug fix in chatter message user resolution after we moved to queues.
4045
+ - moved back to beta3
4046
+ - failed login attempts field added to the json and update dto and exposed in entity
4047
+ - removed un-necessary index on newvalue display
4048
+ - ts changes error: any
4049
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
4050
+ - changed model metadata service default form layout to be single column
4051
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
4052
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
4053
+ - normalised @ApiTags
4054
+ - enum for passwordless modes
4055
+ - bug fix in how alternative actions are rendered
4056
+ - queue related bug fixes
4057
+ - changes to add a websocket adaptor to the bootstrap server routine
4058
+ - license changes
4059
+ - type fixes
4060
+ - removed min and max from long text mapping
4061
+ - bug fix for shortext field mapping
4062
+ - changes to post the testing results to a webhook api with a test payload
4063
+ - added import multer this fixes un-necessary ts errors in vscode
4064
+ - ts errors fixed
4065
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
4066
+ - formatting changes
4067
+ - facebook oauth
4068
+ - Status required false
4069
+ - updated gitignore
4070
+ - dleete un-necessary docs
4071
+ - deleted un-necessary files
4072
+ - changes related to more grooming
4073
+ - api added in cors
4074
+ - refactor Oauth strategy
4075
+ - Revert "Ft social media login"
4076
+ - bug fix
4077
+ - bug fix
4078
+ - add new api me endpoint and role based settings
4079
+ - setting changes for new ui architecture
4080
+ - changes for new settings structure
4081
+ - chatter task subtype and related changes
4082
+ - bug fix
4083
+ - fixes
4084
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
4085
+ - changes to handle import logs as well, thru configured winston log level
4086
+ - change isMultiSelect to true in solid-core-metadata.json
4087
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
4088
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
4089
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
4090
+ - bug fix: passwordless registration should create a user with active false
4091
+ - apikeys attribute was not exposed
4092
+ - refactor Oauth strategy
4093
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
4094
+ - bug fix
4095
+ - null check on role
4096
+ - made provision to seed custom permissions
4097
+ - handled seed scenario too
4098
+ - upload File and expectHidden changes
4099
+ - extension user cleanup and checks added
4100
+ - fixed types for cleanup
4101
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
4102
+ - fixes bare shell imports with relative imports
4103
+ - dynamic import fix
4104
+ - removed unnecessary file
4105
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
4106
+ - removed base abstract class
4107
+ - added interface too
4108
+ - changes
4109
+ - changes to test data seeding & fixed the type for authenticationService.signup method
4110
+ - changes to user dto to include the api keys toggle
4111
+ - add default role to the user only if there are no roles resolved against a user
4112
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
4113
+ - Only forward --debug when explicitly enabled.
4114
+ - toolOutput field changes to json
4115
+ - adding user api key entity to export
4116
+ - minor optimisation to how dynamic modules are loaded
4117
+ - Add Discord badge to top of README
4118
+ - Fix broken BSL license link and add Discord link to README
4119
+ - Add BSL 1.1 license and update package.json license field
4120
+ - Seed user and roles in testing data
4121
+ - removed readme.txt
4122
+ - moved type and interfaces in interfaces.ts and refactored accordingly
4123
+ - changed to md
4124
+ - added readme
4125
+ - Ai setting model change
4126
+ - changes to allow encrypting setting keys
4127
+ - form view clean up
4128
+ - Agent table list view changes
4129
+ - synchronize false
4130
+ - changes to resolve the selection dynamic provider by name and token both
4131
+ - changes to bypass swagger urls from csp policy
4132
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
4133
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
4134
+ - changes to implement the sso code and sso exchange use cases
4135
+ - removed orm types / exported api key entity
4136
+ - added provision to control if api key creation is allowed for the user
4137
+ - api key changes for backend
4138
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
4139
+ - fix to call addRoles only if role names are present
4140
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
4141
+ - refactor: update legacy entity fields to be nullable and support null types
4142
+ - Json structure change
4143
+ - Agent table metadata clean up changes
4144
+ - longtext
4145
+ - longtext changes
4146
+ - Agent tables clean up
4147
+ - fixes to seed many-to-many relation for tests
4148
+ - changes to seed media in testing data
4149
+ - Chatter modelUserkey and excel many to one issue
4150
+ - keeping the default selectionValueType as string since this is a good default
4151
+ - bug fixes around how media is done
4152
+ - bug fixes
4153
+ - try catch inside logEvent
4154
+ - media has card based metadata
4155
+ - Refresh token activity
4156
+ - changes to implement the sso code and sso exchange use cases
4157
+ - cleanup
4158
+ - enabled kanban view on mq message
4159
+ - Agent table changes
4160
+ - changes to disallow deleting a model or module in production
4161
+ - changelog version bumped
4162
+ - changelog added
4163
+ - changes to control the logging using env variables & set appropriate defaults basis environment
4164
+ - chnages for logging
4165
+ - Chatter queue fixs
4166
+ - one more "beta" for ozzy
4167
+ - additional loggging in cors helper
4168
+ - changes
4169
+ - Redis Queue component and rabbitMQ folder changes
4170
+ - changes to track old and new fields as part of the delete entity operation
4171
+ - optimizations done for audit subcriber
4172
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
4173
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
4174
+ - formatting changes
4175
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
4176
+ - qs depth config increased
4177
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
4178
+ - cached model metadata queries
4179
+ - changse
4180
+ - disabled extra loggign
4181
+ - chagnes
4182
+ - reduced concurrency in computed fields
4183
+ - additional loggign
4184
+ - added indexes to mobile & email since those are frequently queries upon
4185
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
4186
+ - Redis background job changes
4187
+ - Chatter Rationalizing
4188
+ - changes
4189
+ - changes
4190
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
4191
+ - changes to export bootstrap helpers for server & cli nest applications
4192
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
4193
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
4194
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
4195
+ - added index on message id in mq message table
4196
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
4197
+ - changes to save model sequence id as part of post compute instead of pre compute
4198
+ - changse
4199
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
4200
+ - High concurrency fix for alpha num and sequence num computed fields
4201
+ - bug fix in cron evalutaion
4202
+ - tighter logging around roles
4203
+ - scheduler now supports env based specific jobs starting and others not
4204
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
4205
+ - revert cross db changes for view-metadata-entity
4206
+ - fixes
4207
+ - changes to handle cross-db compatibility
4208
+ - added type as simple-json
4209
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
4210
+ - Revert "Merge branch 'media-update' into 'main'"
4211
+ - Mysql related changes
4212
+ - ts-morph and media storage fix
4213
+ - dashboard layout menu item added
4214
+ - dashboard changes
4215
+ - scheduler bug fix
4216
+ - made provision to execute scheduled jobs manually
4217
+ - changes
4218
+ - cleanup
4219
+ - logging related changes and made user activity history tree view
4220
+ - changes to return the wall clock time as utc for chatter as well to keep it...
4221
+ - changes around dashboard question refactoring
4222
+ - default tree view and action added on code generation
4223
+ - Date time format changes in audit
4224
+ - user activity history on otp login
4225
+ - changes
4226
+ - changelog added
4227
+ - reverted legacy and common entity to use local date time transformer only
4228
+ - added changelog
4229
+ - made playwright dependency lazy
4230
+ - ai interaction table user is nullable now
4231
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
4232
+ - formatting changes
4233
+ - Version info changes
4234
+ - dummy otp can now be enabled on a per user basis
4235
+ - jwt token optimisation
4236
+ - optimised the authentication flow in microservice adapter to cache access token
4237
+ - deleted file containing secrets
4238
+ - changes
4239
+ - optimisation around how dummy otp is managed
4240
+ - isSeeded added
4241
+ - bug fix for fetch layouts
4242
+ - view modes added in layout
4243
+ - One to many crud manager fixes
4244
+ - one-to-many-crud-manager-fixes
4245
+ - Many to many crud field manager fixes
4246
+ - patch endpoint added in role controller
4247
+ - many-to-many field fixes
4248
+ - modelSequenceFormViewChangeHandler added on field change
4249
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
4250
+ - changes to format group values consistently
4251
+ - fixes for normalizing group values
4252
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
4253
+ - changes to return groupValue in the group meta response as well. groupValue is...
4254
+ - changes to return groupValue in the group meta response as well. groupValue is...
4255
+ - filter_field_granularity_supported_added_for_date_fields
4256
+ - password registration/login cleanup + max failed login attempts checks added
4257
+ - removed unsafe inline from CSP
4258
+ - removed incorrect comment
4259
+ - changes
4260
+ - Revert "replaced playwright with lazy dependency"
4261
+ - replaced playwright with lazy dependency
4262
+ - count and average
4263
+ - fixes to solid core metadata configuration
4264
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
4265
+ - solid seed now prints proper exception stack trace
4266
+ - added playwright dependencies as peer dependencies
4267
+ - changed playwright import to make it lazy
4268
+ - issue fixes
4269
+ - formatting changes
4270
+ - formatting changes
4271
+ - changes for test setup
4272
+ - package changes
4273
+ - Changes to generate an SA user with the default password for simpler experience during setup
4274
+ - more changes to support form data based uploads
4275
+ - changes
4276
+ - changes around testing workflow
4277
+ - unified testing utitlities
4278
+ - added comments to the slug code
4279
+ - refactored queue namespacign
4280
+ - queue namespacing related chanes
4281
+ - removed todo
4282
+ - queue name related changes
4283
+ - cag
4284
+ - changrs
4285
+ - queues names are now namespaced by service naem
4286
+ - enabled logs
4287
+ - debug logs
4288
+ - testing docs updated
4289
+ - changes
4290
+ - cleanup
4291
+ - removed old testing related fiels
4292
+ - testing infra now supports data based interpolation
4293
+ - testing changes: now we support fully custom test specs
4294
+ - changes for test automation
4295
+ - changes to tsconfig for playwright tests
4296
+ - exporting typeorm db helper
4297
+ - removed the files section
4298
+ - changes for playwright testing
4299
+ - changes to disable service controller seed method
4300
+ - formatting changes
4301
+ - oom issue
4302
+ - logger added for chatter
4303
+ - changed arg to kebab case instead of came case in schematic service
4304
+ - default menu icons added
4305
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
4306
+ - removed un-necessary log
4307
+ - fix for handling non existence of fieldNamesForRemoval arg
4308
+ - foirmatting canges
4309
+ - Archived/solidstarters main
4310
+ - version changes
4311
+ - changed org : @solidstarters -> @solidxai
4312
+ - removed publish script, since it is replaced with solidctl release
4313
+ - chanes
4314
+ - Revert "@solidstarters namespace changed to @solidx"
4315
+ - @solidstarters namespace changed to @solidx
4316
+ - file service interface changes
4317
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
4318
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
4319
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
4320
+ - test data workflow
4321
+ - test-data command
4322
+ - seed command updated
4323
+ - changes
4324
+ - changes
4325
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
4326
+ - seeding now supports seedData allowing us to seed fixtures for testing.
4327
+ - precomputations now skip computation if value is already provided
4328
+ - added utility for findOneByUserKey
4329
+ - pruning related chagnes
4330
+ - changes
4331
+ - more changes related to pruning metadata
4332
+ - pruen logs added
4333
+ - module metadata seeder now does prune also
4334
+ - reformatting to improve readability
4335
+ - changes
4336
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
4337
+ - bug fixes
4338
+ - changes to cleanup the implementation by having the write method of file service return the url post write
4339
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
4340
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
4341
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
4342
+ - file service abstraction cleanup
4343
+ - chagnes
4344
+ - Dashboard Question Responsive
4345
+
3
4346
  ## [0.1.12] - 2026-07-24
4
4347
 
5
4348
  ### Added