@solidxai/core 0.1.13-beta.13 → 0.1.13-beta.15

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 (47) hide show
  1. package/CHANGELOG.md +1147 -0
  2. package/README.md +19 -0
  3. package/dist/constants/media-file-types.d.ts +1 -0
  4. package/dist/constants/media-file-types.d.ts.map +1 -1
  5. package/dist/constants/media-file-types.js +2 -1
  6. package/dist/constants/media-file-types.js.map +1 -1
  7. package/dist/controllers/field-metadata.controller.d.ts +2 -2
  8. package/dist/dtos/create-field-metadata.dto.d.ts +2 -6
  9. package/dist/dtos/create-field-metadata.dto.d.ts.map +1 -1
  10. package/dist/dtos/create-field-metadata.dto.js +4 -10
  11. package/dist/dtos/create-field-metadata.dto.js.map +1 -1
  12. package/dist/dtos/create-model-sequence.dto.d.ts +1 -1
  13. package/dist/dtos/create-model-sequence.dto.d.ts.map +1 -1
  14. package/dist/dtos/create-model-sequence.dto.js +1 -1
  15. package/dist/dtos/create-model-sequence.dto.js.map +1 -1
  16. package/dist/filters/http-exception.filter.d.ts.map +1 -1
  17. package/dist/filters/http-exception.filter.js +5 -1
  18. package/dist/filters/http-exception.filter.js.map +1 -1
  19. package/dist/helpers/bootstrap.helper.d.ts +5 -2
  20. package/dist/helpers/bootstrap.helper.d.ts.map +1 -1
  21. package/dist/helpers/bootstrap.helper.js +7 -3
  22. package/dist/helpers/bootstrap.helper.js.map +1 -1
  23. package/dist/helpers/security.helper.d.ts +5 -1
  24. package/dist/helpers/security.helper.d.ts.map +1 -1
  25. package/dist/helpers/security.helper.js +15 -4
  26. package/dist/helpers/security.helper.js.map +1 -1
  27. package/dist/seeders/module-metadata-seeder.service.d.ts.map +1 -1
  28. package/dist/seeders/module-metadata-seeder.service.js +7 -3
  29. package/dist/seeders/module-metadata-seeder.service.js.map +1 -1
  30. package/dist/services/field-metadata.service.d.ts +2 -2
  31. package/dist/services/field-metadata.service.d.ts.map +1 -1
  32. package/dist/services/field-metadata.service.js +2 -1
  33. package/dist/services/field-metadata.service.js.map +1 -1
  34. package/dist/solid-core.module.d.ts +1 -3
  35. package/dist/solid-core.module.d.ts.map +1 -1
  36. package/dist/solid-core.module.js +0 -39
  37. package/dist/solid-core.module.js.map +1 -1
  38. package/package.json +1 -1
  39. package/src/constants/media-file-types.ts +2 -0
  40. package/src/dtos/create-field-metadata.dto.ts +4 -9
  41. package/src/dtos/create-model-sequence.dto.ts +1 -1
  42. package/src/filters/http-exception.filter.ts +11 -1
  43. package/src/helpers/bootstrap.helper.ts +39 -6
  44. package/src/helpers/security.helper.ts +35 -8
  45. package/src/seeders/module-metadata-seeder.service.ts +11 -3
  46. package/src/services/field-metadata.service.ts +3 -2
  47. package/src/solid-core.module.ts +5 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,1152 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.13-beta.15] - 2026-08-07
4
+
5
+ ### Added
6
+
7
+ - add security header options for iframe embedding and customize frame-ancestors
8
+ - add createdAt field to PostChatterMessageDto and set default in service
9
+ - implement transaction handling for unpublishing records and restore previous version
10
+ - add progress reporting functionality to test runner and reporters
11
+ - add viewWidget attribute for fileSize in metadata
12
+ - add configurable UI timeouts for testing steps and update documentation
13
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
14
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
15
+ - add default locale name for internationalised entries in test data seeding
16
+ - implement draft/publish versioning support and refactor related services
17
+ - add DraftPublishHelperService for managing draft and publish workflows
18
+ - add workflow field data provider support and related interfaces
19
+ - add asynchronous execution for workflows and enhance execution status retrieval
20
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
21
+ - enhance workflow definition management and add Python runtime node
22
+ - add SolidX integration nodes for login, email, and SMS
23
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
24
+ - enhance http.request node with query parameters and body modes
25
+ - refactor node structure and add sequential and switch nodes
26
+ - update workflow execution and definition handling
27
+ - implement workflow execution services and nodes
28
+ - implement API key generation for system admin users in ModuleMetadataSeederService
29
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
30
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
31
+ - enhance migration process with build and seed commands
32
+ - enhance datasource introspection with primary key detection and migration support
33
+ - enhance role creation with module linkage and resolve module metadata
34
+ - enhance action, role, and view metadata services with change detection and JSON normalization
35
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
36
+ - add new dashboard controller actions to permissions
37
+ - simplify queue health permissions by consolidating patterns
38
+ - implement explicit widget permissions and unauthorized response handling
39
+ - enhance widget permission checks and add unauthorized response handling
40
+ - add Queue SLA heatmap provider and update metadata
41
+ - update queue health menu item and reorder messages
42
+ - add various dashboard providers and runtime services
43
+ - implement WhatsApp Cloud API integration
44
+ - add gupshup whatsapp provider
45
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
46
+ - add updateCustomNoteMessage action to ChatterMessageController
47
+ - add secure custom-note edit API with attachment add/remove support
48
+ - implemented social media oath for facebook and microsoft
49
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
50
+ - implemented social media oath for facebook and microsoft
51
+ - add Message Tree Action and corresponding view for mqMessage
52
+ - implement processing timeout for RabbitMQ subscriber
53
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
54
+ - Migrate date/time transformers to UtcDateTimeTransformer.
55
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
56
+
57
+ ### Fixed
58
+
59
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
60
+ - change matched column type from bit to default nullable boolean
61
+ - improve error message for media deletion restriction
62
+ - use transactions entitymanager for all subscribers only for embedded db projects
63
+ - update consuming project name resolution to use parent directory
64
+ - update solidx directory path to include consuming project name
65
+ - correct package name in model generation command and update error handling in module metadata retrieval
66
+ - username
67
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
68
+ - handle null or empty security rule configuration strings in repository
69
+
70
+ ### Changed
71
+
72
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
73
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
74
+ - unify datetime column types across entities using helper function
75
+ - remove explicit timestamp type for nullable date columns across entities
76
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
77
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
78
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
79
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
80
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
81
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
82
+ - simplify published version filtering in CRUDService
83
+ - remove handleSeedLocales method to streamline locale seeding process
84
+ - remove legacy dashboard files and add new dashboarding architecture guide
85
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
86
+ - remove redundant null check in resolveSecurityRuleConfig
87
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
88
+ - update legacy entity fields to be nullable and support null types
89
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
90
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
91
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
92
+
93
+ ### Documentation
94
+
95
+ - update expired discord link
96
+
97
+ ### Other
98
+
99
+ - change request body max to 25mb
100
+ - Comment out countGroupedRecords method implementation for refactoring
101
+ - show theme toggle
102
+ - changes to support passing an explicit createdAt while posting a chatter message
103
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
104
+ - rename theme registry
105
+ - remove add permisson from permisson-list-view
106
+ - 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
107
+ - readme changes
108
+ - removed hardcoded type against a boolean type
109
+ - changes to the default testing setting timeout to pick from env as well
110
+ - remove duplicate code
111
+ - refactoring around chatter media security fix
112
+ - add media extension support for post chatter
113
+ - Add media upload action and validation in MediaService
114
+ - add media extension support for post chatter
115
+ - changes to ensure only id and field are returned while populating the user in chatter
116
+ - Update defaultValue types in solid-core-metadata.json to strings
117
+ - 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
118
+ - Add getMentionableUsers permission
119
+ - Add endpoint to retrieve mentionable users with search and limit options
120
+ - Add error handling nodes and enhance workflow node definitions
121
+ - Add skipHooks option to seed command and related services
122
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
123
+ - Enhance workflow node definitions and runtime context handling
124
+ - remvoing redundent code
125
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
126
+ - changes
127
+ - changes
128
+ - sql injection vulnerability closed in filter queries
129
+ - Remove LocalPath
130
+ - revert changes
131
+ - revert changes
132
+ - revert changes
133
+ - re revert
134
+ - revert changes
135
+ - private-file-cleanup
136
+ - add downlaodurl
137
+ - changes to allow overriding the is allowed api keys flag thru extension user
138
+ - Revert "user enumeration"
139
+ - remove validation from username and mobile
140
+ - user create validation bugs
141
+ - add normalize for otp based also
142
+ - Disable metadata pruning by default in seed command configuration
143
+ - Update seed command to enable metadata pruning by default
144
+ - handle-case-sensitive-for-email
145
+ - Add delete permissions for ImportTransactionController in solid-core metadata
146
+ - Add permissions for import/export functionality in solid-core metadata
147
+ - Refactor role assignment for admin users to handle capability roles individually
148
+ - discard changes
149
+ - add support for static file
150
+ - Add capability roles for admin users in module metadata seeder
151
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
152
+ - attachment
153
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
154
+ - make isPublic default true
155
+ - changes to show the image inline
156
+ - cleanup againts media's
157
+ - inline role crate false
158
+ - Implement chatter mention notification system with email templates and queue handling
159
+ - Add messageBodyMentions field to chatter message DTOs and entity
160
+ - fix-audit-bug
161
+ - changes to include signed url token for private media
162
+ - Revert "Revert "rename function name""
163
+ - Revert "Revert "add private media support""
164
+ - Add media file type constants and enhance security for media uploads
165
+ - remove some unusable code
166
+ - some changes
167
+ - handle technical error messages due to missing resource in static resources folder
168
+ - Revert "add private media support"
169
+ - Revert "rename function name"
170
+ - rename function name
171
+ - add private media support
172
+ - some fixes
173
+ - solidx session invalid changes
174
+ - add validation on get chatter message
175
+ - updatedAt value is updating now
176
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
177
+ - add security against chatter
178
+ - chatter message endpoint made public
179
+ - removed embedded db support
180
+ - Add default sorting by ID if not explicitly specified in order options
181
+ - solidx theme settings
182
+ - add icons across all the models in solid core
183
+ - media upload added behind auth
184
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
185
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
186
+ - class serializer interceptor added for impact of Exclude and Expose
187
+ - Enhance datasource introspection with primary key validation and user key resolution
188
+ - Concurrent Login Feature
189
+ - user enumeration
190
+ - add helper text key on settings object .........
191
+ - changes to handle case insenstive filter operations if the values are other than string by casting
192
+ - menus item fix
193
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
194
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
195
+ - display name changed
196
+ - name changed
197
+ - added settings for configure the row click on solid list view
198
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
199
+ - fixed legacy entity files names
200
+ - view metadata type field - selection static and roles required false from menu-item
201
+ - Fix for this issue > stop applying lower for numeric fields.
202
+ - refactor and add migration command
203
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
204
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
205
+ - changes to take in option for seeding with modules in current seed method
206
+ - Fix validation logic to parse string field values as integers before applying validations
207
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
208
+ - ad changes
209
+ - Add locale seeding functionality and enhance locale management
210
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
211
+ - changes to avoid extra module checks before dynamically loading it
212
+ - defaulted to modulemetadataseederservice if no seeder provided
213
+ - Add Date field in Instructions Response
214
+ - ai interaction cleanup changes
215
+ - enabling create,edit,import,export on permission and lov modules
216
+ - added module to rolemetadata list view
217
+ - roles group by module changes
218
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
219
+ - Implement Datasource Management functionality with controller, service, and DTO
220
+ - added index to fields newly added as sortable and searchable
221
+ - Add archiver package to dependencies
222
+ - removed unnecessary seed file
223
+ - Add TypeORM migration helper functions and export in index
224
+ - fixes
225
+ - reverted accidental removal of the layout builder root menu
226
+ - pending cleanup of solid core menu items
227
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
228
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
229
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
230
+ - changes for IAM
231
+ - Add clearPackageRuntime functionality and corresponding metadata action
232
+ - Add archiver dependency and implement module package export functionality
233
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
234
+ - 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
235
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
236
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
237
+ - Remove unused database bootstrap service and related SQL cleanup procedures
238
+ - cleanup
239
+ - Add view and action metadata tree views with updated permissions and searchable fields
240
+ - Add view and action metadata tree views with updated permissions and searchable fields
241
+ - menu item model cleanup
242
+ - Add resumable import handling and transaction management in module package service
243
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
244
+ - 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.
245
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
246
+ - many to one left join issue fixed
247
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
248
+ - 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
249
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
250
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
251
+ - Implement module metadata explorer with CRUD operations and search functionality
252
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
253
+ - Bug fixs
254
+ - added frontend base url as well to the default settings
255
+ - minor cleanup
256
+ - changes to cleanup legacy table related fields
257
+ - changes for new dashboards functionality
258
+ - always print server startup line regardless of log level
259
+ - Add field quality checks and fixes checklist for backend validation
260
+ - typeo issue
261
+ - Agent table clean up
262
+ - Add manual interaction step for Playwright and update README
263
+ - provision made to unlink data rather than having to teardown everything
264
+ - provision made to unlink data rather than having to teardown everything
265
+ - changes to colour the server startup line
266
+ - Agent table clean up
267
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
268
+ - removed id command options and retained the singular name option only for consistency purposes
269
+ - 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
270
+ - 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
271
+ - MCP table solid changes
272
+ - playwrite added as dependency instead
273
+ - changes to the test runner
274
+ - chatter message user resolution chagnes
275
+ - bug fix in chatter message user resolution after we moved to queues.
276
+ - moved back to beta3
277
+ - failed login attempts field added to the json and update dto and exposed in entity
278
+ - removed un-necessary index on newvalue display
279
+ - ts changes error: any
280
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
281
+ - changed model metadata service default form layout to be single column
282
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
283
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
284
+ - normalised @ApiTags
285
+ - enum for passwordless modes
286
+ - bug fix in how alternative actions are rendered
287
+ - queue related bug fixes
288
+ - changes to add a websocket adaptor to the bootstrap server routine
289
+ - license changes
290
+ - type fixes
291
+ - removed min and max from long text mapping
292
+ - bug fix for shortext field mapping
293
+ - changes to post the testing results to a webhook api with a test payload
294
+ - added import multer this fixes un-necessary ts errors in vscode
295
+ - ts errors fixed
296
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
297
+ - formatting changes
298
+ - facebook oauth
299
+ - Status required false
300
+ - updated gitignore
301
+ - dleete un-necessary docs
302
+ - deleted un-necessary files
303
+ - changes related to more grooming
304
+ - api added in cors
305
+ - refactor Oauth strategy
306
+ - Revert "Ft social media login"
307
+ - bug fix
308
+ - bug fix
309
+ - add new api me endpoint and role based settings
310
+ - setting changes for new ui architecture
311
+ - changes for new settings structure
312
+ - chatter task subtype and related changes
313
+ - bug fix
314
+ - fixes
315
+ - 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
316
+ - changes to handle import logs as well, thru configured winston log level
317
+ - change isMultiSelect to true in solid-core-metadata.json
318
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
319
+ - 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
320
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
321
+ - bug fix: passwordless registration should create a user with active false
322
+ - apikeys attribute was not exposed
323
+ - refactor Oauth strategy
324
+ - 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)
325
+ - bug fix
326
+ - null check on role
327
+ - made provision to seed custom permissions
328
+ - handled seed scenario too
329
+ - upload File and expectHidden changes
330
+ - extension user cleanup and checks added
331
+ - fixed types for cleanup
332
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
333
+ - fixes bare shell imports with relative imports
334
+ - dynamic import fix
335
+ - removed unnecessary file
336
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
337
+ - removed base abstract class
338
+ - added interface too
339
+ - changes
340
+ - changes to test data seeding & fixed the type for authenticationService.signup method
341
+ - changes to user dto to include the api keys toggle
342
+ - add default role to the user only if there are no roles resolved against a user
343
+ - 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
344
+ - Only forward --debug when explicitly enabled.
345
+ - toolOutput field changes to json
346
+ - adding user api key entity to export
347
+ - minor optimisation to how dynamic modules are loaded
348
+ - Add Discord badge to top of README
349
+ - Fix broken BSL license link and add Discord link to README
350
+ - Add BSL 1.1 license and update package.json license field
351
+ - Seed user and roles in testing data
352
+ - removed readme.txt
353
+ - moved type and interfaces in interfaces.ts and refactored accordingly
354
+ - changed to md
355
+ - added readme
356
+ - Ai setting model change
357
+ - changes to allow encrypting setting keys
358
+ - form view clean up
359
+ - Agent table list view changes
360
+ - synchronize false
361
+ - changes to resolve the selection dynamic provider by name and token both
362
+ - changes to bypass swagger urls from csp policy
363
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
364
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
365
+ - changes to implement the sso code and sso exchange use cases
366
+ - removed orm types / exported api key entity
367
+ - added provision to control if api key creation is allowed for the user
368
+ - api key changes for backend
369
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
370
+ - fix to call addRoles only if role names are present
371
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
372
+ - refactor: update legacy entity fields to be nullable and support null types
373
+ - Json structure change
374
+ - Agent table metadata clean up changes
375
+ - longtext
376
+ - longtext changes
377
+ - Agent tables clean up
378
+ - fixes to seed many-to-many relation for tests
379
+ - changes to seed media in testing data
380
+ - Chatter modelUserkey and excel many to one issue
381
+ - keeping the default selectionValueType as string since this is a good default
382
+ - bug fixes around how media is done
383
+ - bug fixes
384
+ - try catch inside logEvent
385
+ - media has card based metadata
386
+ - Refresh token activity
387
+ - changes to implement the sso code and sso exchange use cases
388
+ - cleanup
389
+ - enabled kanban view on mq message
390
+ - Agent table changes
391
+ - changes to disallow deleting a model or module in production
392
+ - changelog version bumped
393
+ - changelog added
394
+ - changes to control the logging using env variables & set appropriate defaults basis environment
395
+ - chnages for logging
396
+ - Chatter queue fixs
397
+ - one more "beta" for ozzy
398
+ - additional loggging in cors helper
399
+ - changes
400
+ - Redis Queue component and rabbitMQ folder changes
401
+ - changes to track old and new fields as part of the delete entity operation
402
+ - optimizations done for audit subcriber
403
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
404
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
405
+ - formatting changes
406
+ - 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
407
+ - qs depth config increased
408
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
409
+ - cached model metadata queries
410
+ - changse
411
+ - disabled extra loggign
412
+ - chagnes
413
+ - reduced concurrency in computed fields
414
+ - additional loggign
415
+ - added indexes to mobile & email since those are frequently queries upon
416
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
417
+ - Redis background job changes
418
+ - Chatter Rationalizing
419
+ - changes
420
+ - changes
421
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
422
+ - changes to export bootstrap helpers for server & cli nest applications
423
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
424
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
425
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
426
+ - added index on message id in mq message table
427
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
428
+ - changes to save model sequence id as part of post compute instead of pre compute
429
+ - changse
430
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
431
+ - High concurrency fix for alpha num and sequence num computed fields
432
+ - bug fix in cron evalutaion
433
+ - tighter logging around roles
434
+ - scheduler now supports env based specific jobs starting and others not
435
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
436
+ - revert cross db changes for view-metadata-entity
437
+ - fixes
438
+ - changes to handle cross-db compatibility
439
+ - added type as simple-json
440
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
441
+ - Revert "Merge branch 'media-update' into 'main'"
442
+ - Mysql related changes
443
+ - ts-morph and media storage fix
444
+ - dashboard layout menu item added
445
+ - dashboard changes
446
+ - scheduler bug fix
447
+ - made provision to execute scheduled jobs manually
448
+ - changes
449
+ - cleanup
450
+ - logging related changes and made user activity history tree view
451
+ - changes to return the wall clock time as utc for chatter as well to keep it...
452
+ - changes around dashboard question refactoring
453
+ - default tree view and action added on code generation
454
+ - Date time format changes in audit
455
+ - user activity history on otp login
456
+ - changes
457
+ - changelog added
458
+ - reverted legacy and common entity to use local date time transformer only
459
+ - added changelog
460
+ - made playwright dependency lazy
461
+ - ai interaction table user is nullable now
462
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
463
+ - formatting changes
464
+ - Version info changes
465
+ - dummy otp can now be enabled on a per user basis
466
+ - jwt token optimisation
467
+ - optimised the authentication flow in microservice adapter to cache access token
468
+ - deleted file containing secrets
469
+ - changes
470
+ - optimisation around how dummy otp is managed
471
+ - isSeeded added
472
+ - bug fix for fetch layouts
473
+ - view modes added in layout
474
+ - One to many crud manager fixes
475
+ - one-to-many-crud-manager-fixes
476
+ - Many to many crud field manager fixes
477
+ - patch endpoint added in role controller
478
+ - many-to-many field fixes
479
+ - modelSequenceFormViewChangeHandler added on field change
480
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
481
+ - changes to format group values consistently
482
+ - fixes for normalizing group values
483
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
484
+ - changes to return groupValue in the group meta response as well. groupValue is...
485
+ - changes to return groupValue in the group meta response as well. groupValue is...
486
+ - filter_field_granularity_supported_added_for_date_fields
487
+ - password registration/login cleanup + max failed login attempts checks added
488
+ - removed unsafe inline from CSP
489
+ - removed incorrect comment
490
+ - changes
491
+ - Revert "replaced playwright with lazy dependency"
492
+ - replaced playwright with lazy dependency
493
+ - count and average
494
+ - fixes to solid core metadata configuration
495
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
496
+ - solid seed now prints proper exception stack trace
497
+ - added playwright dependencies as peer dependencies
498
+ - changed playwright import to make it lazy
499
+ - issue fixes
500
+ - formatting changes
501
+ - formatting changes
502
+ - changes for test setup
503
+ - package changes
504
+ - Changes to generate an SA user with the default password for simpler experience during setup
505
+ - more changes to support form data based uploads
506
+ - changes
507
+ - changes around testing workflow
508
+ - unified testing utitlities
509
+ - added comments to the slug code
510
+ - refactored queue namespacign
511
+ - queue namespacing related chanes
512
+ - removed todo
513
+ - queue name related changes
514
+ - cag
515
+ - changrs
516
+ - queues names are now namespaced by service naem
517
+ - enabled logs
518
+ - debug logs
519
+ - testing docs updated
520
+ - changes
521
+ - cleanup
522
+ - removed old testing related fiels
523
+ - testing infra now supports data based interpolation
524
+ - testing changes: now we support fully custom test specs
525
+ - changes for test automation
526
+ - changes to tsconfig for playwright tests
527
+ - exporting typeorm db helper
528
+ - removed the files section
529
+ - changes for playwright testing
530
+ - changes to disable service controller seed method
531
+ - formatting changes
532
+ - oom issue
533
+ - logger added for chatter
534
+ - changed arg to kebab case instead of came case in schematic service
535
+ - default menu icons added
536
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
537
+ - removed un-necessary log
538
+ - fix for handling non existence of fieldNamesForRemoval arg
539
+ - foirmatting canges
540
+ - Archived/solidstarters main
541
+ - version changes
542
+ - changed org : @solidstarters -> @solidxai
543
+ - removed publish script, since it is replaced with solidctl release
544
+ - chanes
545
+ - Revert "@solidstarters namespace changed to @solidx"
546
+ - @solidstarters namespace changed to @solidx
547
+ - file service interface changes
548
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
549
+ - 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
550
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
551
+ - test data workflow
552
+ - test-data command
553
+ - seed command updated
554
+ - changes
555
+ - changes
556
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
557
+ - seeding now supports seedData allowing us to seed fixtures for testing.
558
+ - precomputations now skip computation if value is already provided
559
+ - added utility for findOneByUserKey
560
+ - pruning related chagnes
561
+ - changes
562
+ - more changes related to pruning metadata
563
+ - pruen logs added
564
+ - module metadata seeder now does prune also
565
+ - reformatting to improve readability
566
+ - changes
567
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
568
+ - bug fixes
569
+ - changes to cleanup the implementation by having the write method of file service return the url post write
570
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
571
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
572
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
573
+ - file service abstraction cleanup
574
+ - chagnes
575
+ - Dashboard Question Responsive
576
+
577
+ ## [0.1.13-beta.14] - 2026-08-06
578
+
579
+ ### Added
580
+
581
+ - add security header options for iframe embedding and customize frame-ancestors
582
+ - add createdAt field to PostChatterMessageDto and set default in service
583
+ - implement transaction handling for unpublishing records and restore previous version
584
+ - add progress reporting functionality to test runner and reporters
585
+ - add viewWidget attribute for fileSize in metadata
586
+ - add configurable UI timeouts for testing steps and update documentation
587
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
588
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
589
+ - add default locale name for internationalised entries in test data seeding
590
+ - implement draft/publish versioning support and refactor related services
591
+ - add DraftPublishHelperService for managing draft and publish workflows
592
+ - add workflow field data provider support and related interfaces
593
+ - add asynchronous execution for workflows and enhance execution status retrieval
594
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
595
+ - enhance workflow definition management and add Python runtime node
596
+ - add SolidX integration nodes for login, email, and SMS
597
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
598
+ - enhance http.request node with query parameters and body modes
599
+ - refactor node structure and add sequential and switch nodes
600
+ - update workflow execution and definition handling
601
+ - implement workflow execution services and nodes
602
+ - implement API key generation for system admin users in ModuleMetadataSeederService
603
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
604
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
605
+ - enhance migration process with build and seed commands
606
+ - enhance datasource introspection with primary key detection and migration support
607
+ - enhance role creation with module linkage and resolve module metadata
608
+ - enhance action, role, and view metadata services with change detection and JSON normalization
609
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
610
+ - add new dashboard controller actions to permissions
611
+ - simplify queue health permissions by consolidating patterns
612
+ - implement explicit widget permissions and unauthorized response handling
613
+ - enhance widget permission checks and add unauthorized response handling
614
+ - add Queue SLA heatmap provider and update metadata
615
+ - update queue health menu item and reorder messages
616
+ - add various dashboard providers and runtime services
617
+ - implement WhatsApp Cloud API integration
618
+ - add gupshup whatsapp provider
619
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
620
+ - add updateCustomNoteMessage action to ChatterMessageController
621
+ - add secure custom-note edit API with attachment add/remove support
622
+ - implemented social media oath for facebook and microsoft
623
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
624
+ - implemented social media oath for facebook and microsoft
625
+ - add Message Tree Action and corresponding view for mqMessage
626
+ - implement processing timeout for RabbitMQ subscriber
627
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
628
+ - Migrate date/time transformers to UtcDateTimeTransformer.
629
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
630
+
631
+ ### Fixed
632
+
633
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
634
+ - change matched column type from bit to default nullable boolean
635
+ - improve error message for media deletion restriction
636
+ - use transactions entitymanager for all subscribers only for embedded db projects
637
+ - update consuming project name resolution to use parent directory
638
+ - update solidx directory path to include consuming project name
639
+ - correct package name in model generation command and update error handling in module metadata retrieval
640
+ - username
641
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
642
+ - handle null or empty security rule configuration strings in repository
643
+
644
+ ### Changed
645
+
646
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
647
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
648
+ - unify datetime column types across entities using helper function
649
+ - remove explicit timestamp type for nullable date columns across entities
650
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
651
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
652
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
653
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
654
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
655
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
656
+ - simplify published version filtering in CRUDService
657
+ - remove handleSeedLocales method to streamline locale seeding process
658
+ - remove legacy dashboard files and add new dashboarding architecture guide
659
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
660
+ - remove redundant null check in resolveSecurityRuleConfig
661
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
662
+ - update legacy entity fields to be nullable and support null types
663
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
664
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
665
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
666
+
667
+ ### Documentation
668
+
669
+ - update expired discord link
670
+
671
+ ### Other
672
+
673
+ - Comment out countGroupedRecords method implementation for refactoring
674
+ - show theme toggle
675
+ - changes to support passing an explicit createdAt while posting a chatter message
676
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
677
+ - rename theme registry
678
+ - remove add permisson from permisson-list-view
679
+ - 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
680
+ - readme changes
681
+ - removed hardcoded type against a boolean type
682
+ - changes to the default testing setting timeout to pick from env as well
683
+ - remove duplicate code
684
+ - refactoring around chatter media security fix
685
+ - add media extension support for post chatter
686
+ - Add media upload action and validation in MediaService
687
+ - add media extension support for post chatter
688
+ - changes to ensure only id and field are returned while populating the user in chatter
689
+ - Update defaultValue types in solid-core-metadata.json to strings
690
+ - 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
691
+ - Add getMentionableUsers permission
692
+ - Add endpoint to retrieve mentionable users with search and limit options
693
+ - Add error handling nodes and enhance workflow node definitions
694
+ - Add skipHooks option to seed command and related services
695
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
696
+ - Enhance workflow node definitions and runtime context handling
697
+ - remvoing redundent code
698
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
699
+ - changes
700
+ - changes
701
+ - sql injection vulnerability closed in filter queries
702
+ - Remove LocalPath
703
+ - revert changes
704
+ - revert changes
705
+ - revert changes
706
+ - re revert
707
+ - revert changes
708
+ - private-file-cleanup
709
+ - add downlaodurl
710
+ - changes to allow overriding the is allowed api keys flag thru extension user
711
+ - Revert "user enumeration"
712
+ - remove validation from username and mobile
713
+ - user create validation bugs
714
+ - add normalize for otp based also
715
+ - Disable metadata pruning by default in seed command configuration
716
+ - Update seed command to enable metadata pruning by default
717
+ - handle-case-sensitive-for-email
718
+ - Add delete permissions for ImportTransactionController in solid-core metadata
719
+ - Add permissions for import/export functionality in solid-core metadata
720
+ - Refactor role assignment for admin users to handle capability roles individually
721
+ - discard changes
722
+ - add support for static file
723
+ - Add capability roles for admin users in module metadata seeder
724
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
725
+ - attachment
726
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
727
+ - make isPublic default true
728
+ - changes to show the image inline
729
+ - cleanup againts media's
730
+ - inline role crate false
731
+ - Implement chatter mention notification system with email templates and queue handling
732
+ - Add messageBodyMentions field to chatter message DTOs and entity
733
+ - fix-audit-bug
734
+ - changes to include signed url token for private media
735
+ - Revert "Revert "rename function name""
736
+ - Revert "Revert "add private media support""
737
+ - Add media file type constants and enhance security for media uploads
738
+ - remove some unusable code
739
+ - some changes
740
+ - handle technical error messages due to missing resource in static resources folder
741
+ - Revert "add private media support"
742
+ - Revert "rename function name"
743
+ - rename function name
744
+ - add private media support
745
+ - some fixes
746
+ - solidx session invalid changes
747
+ - add validation on get chatter message
748
+ - updatedAt value is updating now
749
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
750
+ - add security against chatter
751
+ - chatter message endpoint made public
752
+ - removed embedded db support
753
+ - Add default sorting by ID if not explicitly specified in order options
754
+ - solidx theme settings
755
+ - add icons across all the models in solid core
756
+ - media upload added behind auth
757
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
758
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
759
+ - class serializer interceptor added for impact of Exclude and Expose
760
+ - Enhance datasource introspection with primary key validation and user key resolution
761
+ - Concurrent Login Feature
762
+ - user enumeration
763
+ - add helper text key on settings object .........
764
+ - changes to handle case insenstive filter operations if the values are other than string by casting
765
+ - menus item fix
766
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
767
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
768
+ - display name changed
769
+ - name changed
770
+ - added settings for configure the row click on solid list view
771
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
772
+ - fixed legacy entity files names
773
+ - view metadata type field - selection static and roles required false from menu-item
774
+ - Fix for this issue > stop applying lower for numeric fields.
775
+ - refactor and add migration command
776
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
777
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
778
+ - changes to take in option for seeding with modules in current seed method
779
+ - Fix validation logic to parse string field values as integers before applying validations
780
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
781
+ - ad changes
782
+ - Add locale seeding functionality and enhance locale management
783
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
784
+ - changes to avoid extra module checks before dynamically loading it
785
+ - defaulted to modulemetadataseederservice if no seeder provided
786
+ - Add Date field in Instructions Response
787
+ - ai interaction cleanup changes
788
+ - enabling create,edit,import,export on permission and lov modules
789
+ - added module to rolemetadata list view
790
+ - roles group by module changes
791
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
792
+ - Implement Datasource Management functionality with controller, service, and DTO
793
+ - added index to fields newly added as sortable and searchable
794
+ - Add archiver package to dependencies
795
+ - removed unnecessary seed file
796
+ - Add TypeORM migration helper functions and export in index
797
+ - fixes
798
+ - reverted accidental removal of the layout builder root menu
799
+ - pending cleanup of solid core menu items
800
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
801
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
802
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
803
+ - changes for IAM
804
+ - Add clearPackageRuntime functionality and corresponding metadata action
805
+ - Add archiver dependency and implement module package export functionality
806
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
807
+ - 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
808
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
809
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
810
+ - Remove unused database bootstrap service and related SQL cleanup procedures
811
+ - cleanup
812
+ - Add view and action metadata tree views with updated permissions and searchable fields
813
+ - Add view and action metadata tree views with updated permissions and searchable fields
814
+ - menu item model cleanup
815
+ - Add resumable import handling and transaction management in module package service
816
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
817
+ - 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.
818
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
819
+ - many to one left join issue fixed
820
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
821
+ - 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
822
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
823
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
824
+ - Implement module metadata explorer with CRUD operations and search functionality
825
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
826
+ - Bug fixs
827
+ - added frontend base url as well to the default settings
828
+ - minor cleanup
829
+ - changes to cleanup legacy table related fields
830
+ - changes for new dashboards functionality
831
+ - always print server startup line regardless of log level
832
+ - Add field quality checks and fixes checklist for backend validation
833
+ - typeo issue
834
+ - Agent table clean up
835
+ - Add manual interaction step for Playwright and update README
836
+ - provision made to unlink data rather than having to teardown everything
837
+ - provision made to unlink data rather than having to teardown everything
838
+ - changes to colour the server startup line
839
+ - Agent table clean up
840
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
841
+ - removed id command options and retained the singular name option only for consistency purposes
842
+ - 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
843
+ - 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
844
+ - MCP table solid changes
845
+ - playwrite added as dependency instead
846
+ - changes to the test runner
847
+ - chatter message user resolution chagnes
848
+ - bug fix in chatter message user resolution after we moved to queues.
849
+ - moved back to beta3
850
+ - failed login attempts field added to the json and update dto and exposed in entity
851
+ - removed un-necessary index on newvalue display
852
+ - ts changes error: any
853
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
854
+ - changed model metadata service default form layout to be single column
855
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
856
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
857
+ - normalised @ApiTags
858
+ - enum for passwordless modes
859
+ - bug fix in how alternative actions are rendered
860
+ - queue related bug fixes
861
+ - changes to add a websocket adaptor to the bootstrap server routine
862
+ - license changes
863
+ - type fixes
864
+ - removed min and max from long text mapping
865
+ - bug fix for shortext field mapping
866
+ - changes to post the testing results to a webhook api with a test payload
867
+ - added import multer this fixes un-necessary ts errors in vscode
868
+ - ts errors fixed
869
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
870
+ - formatting changes
871
+ - facebook oauth
872
+ - Status required false
873
+ - updated gitignore
874
+ - dleete un-necessary docs
875
+ - deleted un-necessary files
876
+ - changes related to more grooming
877
+ - api added in cors
878
+ - refactor Oauth strategy
879
+ - Revert "Ft social media login"
880
+ - bug fix
881
+ - bug fix
882
+ - add new api me endpoint and role based settings
883
+ - setting changes for new ui architecture
884
+ - changes for new settings structure
885
+ - chatter task subtype and related changes
886
+ - bug fix
887
+ - fixes
888
+ - 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
889
+ - changes to handle import logs as well, thru configured winston log level
890
+ - change isMultiSelect to true in solid-core-metadata.json
891
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
892
+ - 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
893
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
894
+ - bug fix: passwordless registration should create a user with active false
895
+ - apikeys attribute was not exposed
896
+ - refactor Oauth strategy
897
+ - 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)
898
+ - bug fix
899
+ - null check on role
900
+ - made provision to seed custom permissions
901
+ - handled seed scenario too
902
+ - upload File and expectHidden changes
903
+ - extension user cleanup and checks added
904
+ - fixed types for cleanup
905
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
906
+ - fixes bare shell imports with relative imports
907
+ - dynamic import fix
908
+ - removed unnecessary file
909
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
910
+ - removed base abstract class
911
+ - added interface too
912
+ - changes
913
+ - changes to test data seeding & fixed the type for authenticationService.signup method
914
+ - changes to user dto to include the api keys toggle
915
+ - add default role to the user only if there are no roles resolved against a user
916
+ - 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
917
+ - Only forward --debug when explicitly enabled.
918
+ - toolOutput field changes to json
919
+ - adding user api key entity to export
920
+ - minor optimisation to how dynamic modules are loaded
921
+ - Add Discord badge to top of README
922
+ - Fix broken BSL license link and add Discord link to README
923
+ - Add BSL 1.1 license and update package.json license field
924
+ - Seed user and roles in testing data
925
+ - removed readme.txt
926
+ - moved type and interfaces in interfaces.ts and refactored accordingly
927
+ - changed to md
928
+ - added readme
929
+ - Ai setting model change
930
+ - changes to allow encrypting setting keys
931
+ - form view clean up
932
+ - Agent table list view changes
933
+ - synchronize false
934
+ - changes to resolve the selection dynamic provider by name and token both
935
+ - changes to bypass swagger urls from csp policy
936
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
937
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
938
+ - changes to implement the sso code and sso exchange use cases
939
+ - removed orm types / exported api key entity
940
+ - added provision to control if api key creation is allowed for the user
941
+ - api key changes for backend
942
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
943
+ - fix to call addRoles only if role names are present
944
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
945
+ - refactor: update legacy entity fields to be nullable and support null types
946
+ - Json structure change
947
+ - Agent table metadata clean up changes
948
+ - longtext
949
+ - longtext changes
950
+ - Agent tables clean up
951
+ - fixes to seed many-to-many relation for tests
952
+ - changes to seed media in testing data
953
+ - Chatter modelUserkey and excel many to one issue
954
+ - keeping the default selectionValueType as string since this is a good default
955
+ - bug fixes around how media is done
956
+ - bug fixes
957
+ - try catch inside logEvent
958
+ - media has card based metadata
959
+ - Refresh token activity
960
+ - changes to implement the sso code and sso exchange use cases
961
+ - cleanup
962
+ - enabled kanban view on mq message
963
+ - Agent table changes
964
+ - changes to disallow deleting a model or module in production
965
+ - changelog version bumped
966
+ - changelog added
967
+ - changes to control the logging using env variables & set appropriate defaults basis environment
968
+ - chnages for logging
969
+ - Chatter queue fixs
970
+ - one more "beta" for ozzy
971
+ - additional loggging in cors helper
972
+ - changes
973
+ - Redis Queue component and rabbitMQ folder changes
974
+ - changes to track old and new fields as part of the delete entity operation
975
+ - optimizations done for audit subcriber
976
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
977
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
978
+ - formatting changes
979
+ - 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
980
+ - qs depth config increased
981
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
982
+ - cached model metadata queries
983
+ - changse
984
+ - disabled extra loggign
985
+ - chagnes
986
+ - reduced concurrency in computed fields
987
+ - additional loggign
988
+ - added indexes to mobile & email since those are frequently queries upon
989
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
990
+ - Redis background job changes
991
+ - Chatter Rationalizing
992
+ - changes
993
+ - changes
994
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
995
+ - changes to export bootstrap helpers for server & cli nest applications
996
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
997
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
998
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
999
+ - added index on message id in mq message table
1000
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
1001
+ - changes to save model sequence id as part of post compute instead of pre compute
1002
+ - changse
1003
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
1004
+ - High concurrency fix for alpha num and sequence num computed fields
1005
+ - bug fix in cron evalutaion
1006
+ - tighter logging around roles
1007
+ - scheduler now supports env based specific jobs starting and others not
1008
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
1009
+ - revert cross db changes for view-metadata-entity
1010
+ - fixes
1011
+ - changes to handle cross-db compatibility
1012
+ - added type as simple-json
1013
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
1014
+ - Revert "Merge branch 'media-update' into 'main'"
1015
+ - Mysql related changes
1016
+ - ts-morph and media storage fix
1017
+ - dashboard layout menu item added
1018
+ - dashboard changes
1019
+ - scheduler bug fix
1020
+ - made provision to execute scheduled jobs manually
1021
+ - changes
1022
+ - cleanup
1023
+ - logging related changes and made user activity history tree view
1024
+ - changes to return the wall clock time as utc for chatter as well to keep it...
1025
+ - changes around dashboard question refactoring
1026
+ - default tree view and action added on code generation
1027
+ - Date time format changes in audit
1028
+ - user activity history on otp login
1029
+ - changes
1030
+ - changelog added
1031
+ - reverted legacy and common entity to use local date time transformer only
1032
+ - added changelog
1033
+ - made playwright dependency lazy
1034
+ - ai interaction table user is nullable now
1035
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
1036
+ - formatting changes
1037
+ - Version info changes
1038
+ - dummy otp can now be enabled on a per user basis
1039
+ - jwt token optimisation
1040
+ - optimised the authentication flow in microservice adapter to cache access token
1041
+ - deleted file containing secrets
1042
+ - changes
1043
+ - optimisation around how dummy otp is managed
1044
+ - isSeeded added
1045
+ - bug fix for fetch layouts
1046
+ - view modes added in layout
1047
+ - One to many crud manager fixes
1048
+ - one-to-many-crud-manager-fixes
1049
+ - Many to many crud field manager fixes
1050
+ - patch endpoint added in role controller
1051
+ - many-to-many field fixes
1052
+ - modelSequenceFormViewChangeHandler added on field change
1053
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
1054
+ - changes to format group values consistently
1055
+ - fixes for normalizing group values
1056
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
1057
+ - changes to return groupValue in the group meta response as well. groupValue is...
1058
+ - changes to return groupValue in the group meta response as well. groupValue is...
1059
+ - filter_field_granularity_supported_added_for_date_fields
1060
+ - password registration/login cleanup + max failed login attempts checks added
1061
+ - removed unsafe inline from CSP
1062
+ - removed incorrect comment
1063
+ - changes
1064
+ - Revert "replaced playwright with lazy dependency"
1065
+ - replaced playwright with lazy dependency
1066
+ - count and average
1067
+ - fixes to solid core metadata configuration
1068
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
1069
+ - solid seed now prints proper exception stack trace
1070
+ - added playwright dependencies as peer dependencies
1071
+ - changed playwright import to make it lazy
1072
+ - issue fixes
1073
+ - formatting changes
1074
+ - formatting changes
1075
+ - changes for test setup
1076
+ - package changes
1077
+ - Changes to generate an SA user with the default password for simpler experience during setup
1078
+ - more changes to support form data based uploads
1079
+ - changes
1080
+ - changes around testing workflow
1081
+ - unified testing utitlities
1082
+ - added comments to the slug code
1083
+ - refactored queue namespacign
1084
+ - queue namespacing related chanes
1085
+ - removed todo
1086
+ - queue name related changes
1087
+ - cag
1088
+ - changrs
1089
+ - queues names are now namespaced by service naem
1090
+ - enabled logs
1091
+ - debug logs
1092
+ - testing docs updated
1093
+ - changes
1094
+ - cleanup
1095
+ - removed old testing related fiels
1096
+ - testing infra now supports data based interpolation
1097
+ - testing changes: now we support fully custom test specs
1098
+ - changes for test automation
1099
+ - changes to tsconfig for playwright tests
1100
+ - exporting typeorm db helper
1101
+ - removed the files section
1102
+ - changes for playwright testing
1103
+ - changes to disable service controller seed method
1104
+ - formatting changes
1105
+ - oom issue
1106
+ - logger added for chatter
1107
+ - changed arg to kebab case instead of came case in schematic service
1108
+ - default menu icons added
1109
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
1110
+ - removed un-necessary log
1111
+ - fix for handling non existence of fieldNamesForRemoval arg
1112
+ - foirmatting canges
1113
+ - Archived/solidstarters main
1114
+ - version changes
1115
+ - changed org : @solidstarters -> @solidxai
1116
+ - removed publish script, since it is replaced with solidctl release
1117
+ - chanes
1118
+ - Revert "@solidstarters namespace changed to @solidx"
1119
+ - @solidstarters namespace changed to @solidx
1120
+ - file service interface changes
1121
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
1122
+ - 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
1123
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
1124
+ - test data workflow
1125
+ - test-data command
1126
+ - seed command updated
1127
+ - changes
1128
+ - changes
1129
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
1130
+ - seeding now supports seedData allowing us to seed fixtures for testing.
1131
+ - precomputations now skip computation if value is already provided
1132
+ - added utility for findOneByUserKey
1133
+ - pruning related chagnes
1134
+ - changes
1135
+ - more changes related to pruning metadata
1136
+ - pruen logs added
1137
+ - module metadata seeder now does prune also
1138
+ - reformatting to improve readability
1139
+ - changes
1140
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
1141
+ - bug fixes
1142
+ - changes to cleanup the implementation by having the write method of file service return the url post write
1143
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
1144
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
1145
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
1146
+ - file service abstraction cleanup
1147
+ - chagnes
1148
+ - Dashboard Question Responsive
1149
+
3
1150
  ## [0.1.13-beta.13] - 2026-08-05
4
1151
 
5
1152
  ### Added