@solidxai/core 0.1.16-beta.4 → 0.1.17-beta.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,666 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.17-beta.0] - 2026-09-07
4
+
5
+ ### Added
6
+
7
+ - add fullName field to OTPSignUpDto and update authentication service to use it
8
+ - create OTP registrations through the extension user provider
9
+ - let seed metadata declare which users are extension users
10
+ - replace signup key-sniffing with an explicit SignupIntent
11
+ - add ModuleIconAssetService to manage module icon installation
12
+ - remove delete button visibility for user activity history
13
+ - implement default value application for required fields in import transactions
14
+ - add default values for required fields in import transactions
15
+ - enhance media type mapping to support multiple categories per extension in MediaFieldCrudManager
16
+ - update media file type definitions to expose only necessary fields for better clarity
17
+ - enhance media type handling by consolidating media file types and updating related services
18
+ - add SecretResolutionController and related DTO for reading secrets safely
19
+ - expose media type mappings and improve field label handling in MediaFieldCrudManager
20
+ - add resolve and resolveMany methods for secret management
21
+ - add normalization utilities for text fields and integrate them into LongTextFieldCrudManager and ShortTextFieldCrudManager
22
+ - implement eager installation of Chromium for Playwright UI tests
23
+ - add security header options for iframe embedding and customize frame-ancestors
24
+ - implement transaction handling for unpublishing records and restore previous version
25
+ - add createdAt field to PostChatterMessageDto and set default in service
26
+ - implement transaction handling for unpublishing records and restore previous version
27
+ - add progress reporting functionality to test runner and reporters
28
+ - add viewWidget attribute for fileSize in metadata
29
+ - add configurable UI timeouts for testing steps and update documentation
30
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
31
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
32
+ - add default locale name for internationalised entries in test data seeding
33
+ - implement draft/publish versioning support and refactor related services
34
+ - add DraftPublishHelperService for managing draft and publish workflows
35
+ - add workflow field data provider support and related interfaces
36
+ - add asynchronous execution for workflows and enhance execution status retrieval
37
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
38
+ - enhance workflow definition management and add Python runtime node
39
+ - add SolidX integration nodes for login, email, and SMS
40
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
41
+ - enhance http.request node with query parameters and body modes
42
+ - refactor node structure and add sequential and switch nodes
43
+ - update workflow execution and definition handling
44
+ - implement workflow execution services and nodes
45
+ - implement API key generation for system admin users in ModuleMetadataSeederService
46
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
47
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
48
+ - enhance migration process with build and seed commands
49
+ - enhance datasource introspection with primary key detection and migration support
50
+ - enhance role creation with module linkage and resolve module metadata
51
+ - enhance action, role, and view metadata services with change detection and JSON normalization
52
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
53
+ - add new dashboard controller actions to permissions
54
+ - simplify queue health permissions by consolidating patterns
55
+ - implement explicit widget permissions and unauthorized response handling
56
+ - enhance widget permission checks and add unauthorized response handling
57
+ - add Queue SLA heatmap provider and update metadata
58
+ - update queue health menu item and reorder messages
59
+ - add various dashboard providers and runtime services
60
+ - implement WhatsApp Cloud API integration
61
+ - add gupshup whatsapp provider
62
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
63
+ - add updateCustomNoteMessage action to ChatterMessageController
64
+ - add secure custom-note edit API with attachment add/remove support
65
+ - implemented social media oath for facebook and microsoft
66
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
67
+ - implemented social media oath for facebook and microsoft
68
+ - add Message Tree Action and corresponding view for mqMessage
69
+ - implement processing timeout for RabbitMQ subscriber
70
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
71
+ - Migrate date/time transformers to UtcDateTimeTransformer.
72
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
73
+
74
+ ### Fixed
75
+
76
+ - enforce allowPublicRegistration on OTP registration
77
+ - update copy-resources script to include new menu icon and correct resource path
78
+ - update copy-resources script to target the correct directory for media files
79
+ - update build script to include resource copying and add copyfiles dependency
80
+ - remove postinstall script for menu icon installation
81
+ - add postinstall script to ensure menu icon is copied to the correct directory
82
+ - ensure file operations for menu icon are awaited in create and update methods
83
+ - update menuIconUrl to point to the correct image path
84
+ - prevent caching of negative lookups in cache helper and permission metadata service
85
+ - use replaceAll for activeUserId in security rule config
86
+ - remove migration command and related services
87
+ - pass model service to convertImportedRecordToDto and apply defaults in the correct order
88
+ - remove delete permission from metadata configuration
89
+ - remove delete permission from global settings
90
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
91
+ - change matched column type from bit to default nullable boolean
92
+ - improve error message for media deletion restriction
93
+ - use transactions entitymanager for all subscribers only for embedded db projects
94
+ - update consuming project name resolution to use parent directory
95
+ - update solidx directory path to include consuming project name
96
+ - correct package name in model generation command and update error handling in module metadata retrieval
97
+ - username
98
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
99
+ - handle null or empty security rule configuration strings in repository
100
+
101
+ ### Changed
102
+
103
+ - streamline relation display value resolution and load related model metadata
104
+ - replace inline ShowSoftDeleted enum with imported enum from show-soft-deleted.enum.ts
105
+ - remove ModuleIconAssetService from core module
106
+ - rename applyEntityDefaults to applyImportDefaults for clarity
107
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
108
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
109
+ - unify datetime column types across entities using helper function
110
+ - remove explicit timestamp type for nullable date columns across entities
111
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
112
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
113
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
114
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
115
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
116
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
117
+ - simplify published version filtering in CRUDService
118
+ - remove handleSeedLocales method to streamline locale seeding process
119
+ - remove legacy dashboard files and add new dashboarding architecture guide
120
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
121
+ - remove redundant null check in resolveSecurityRuleConfig
122
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
123
+ - update legacy entity fields to be nullable and support null types
124
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
125
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
126
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
127
+
128
+ ### Documentation
129
+
130
+ - update expired discord link
131
+
132
+ ### Other
133
+
134
+ - changes to ensure provider roles is used to resolve roles first for password/password less registration paths if an external user provider exists
135
+ - changes to ensure full name is also populated alongwith username
136
+ - cross-tyep uniqueness fix
137
+ - instant logout for access token changes
138
+ - vocabulary docs added
139
+ - removed the secrets read endpoint, since it is not required now
140
+ - renamed variables for better naming
141
+ - changes to ensure path segement parsing is consisten for $res and $data fragements in the ops vocabulary e.g currently $res was not supporting brackets but only . while grabbing data from and object
142
+ - ensure missing secrets show up in the report output so the error is presented alongside the scenario step for clarity
143
+ - `${secret:...}` in the test vocabulary
144
+ - Refactor Chromium installation process and remove eager install script
145
+ - changes
146
+ - ## Phase 6 — Global Multer upload size limit
147
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
148
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
149
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
150
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
151
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
152
+ - mpin scheme version changes
153
+ - mpin related changes
154
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
155
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
156
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
157
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
158
+ - Deliverable A now stands as: cache TTL (with the store swap that makes it actually work), the me() null guard it necessitates, the logout verify/idempotency fix, previousValidUntil replacing the timer, and the dead validate() removed.
159
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
160
+ - changes around files name sanitization and normalization
161
+ - changes to handle variations in extension while uploading dangerous extension files
162
+ - change request body max to 25mb
163
+ - Comment out countGroupedRecords method implementation for refactoring
164
+ - show theme toggle
165
+ - rename theme registry
166
+ - remove some unusable code
167
+ - some changes
168
+ - solidx theme settings
169
+ - chagesn to testing readme
170
+ - changes to make ui.expectUrl to wait using the navigation timeout
171
+ - type fixes
172
+ - fixes around playwright context
173
+ - Scenario snap shot changes
174
+ - test run payload changes
175
+ - Testhub test run queue changes
176
+ - Screen shoot changes
177
+ - Test Life Cycle Changes.
178
+ - Testing Hub Changes
179
+ - chagesn to testing readme
180
+ - changes to support passing an explicit createdAt while posting a chatter message
181
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
182
+ - rename theme registry
183
+ - changes to make ui.expectUrl to wait using the navigation timeout
184
+ - type fixes
185
+ - fixes around playwright context
186
+ - Scenario snap shot changes
187
+ - test run payload changes
188
+ - Testhub test run queue changes
189
+ - Screen shoot changes
190
+ - Test Life Cycle Changes.
191
+ - Testing Hub Changes
192
+ - remove add permisson from permisson-list-view
193
+ - 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
194
+ - readme changes
195
+ - removed hardcoded type against a boolean type
196
+ - changes to the default testing setting timeout to pick from env as well
197
+ - remove duplicate code
198
+ - refactoring around chatter media security fix
199
+ - add media extension support for post chatter
200
+ - Add media upload action and validation in MediaService
201
+ - add media extension support for post chatter
202
+ - changes to ensure only id and field are returned while populating the user in chatter
203
+ - Update defaultValue types in solid-core-metadata.json to strings
204
+ - 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
205
+ - Add getMentionableUsers permission
206
+ - Add endpoint to retrieve mentionable users with search and limit options
207
+ - Add error handling nodes and enhance workflow node definitions
208
+ - Add skipHooks option to seed command and related services
209
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
210
+ - Enhance workflow node definitions and runtime context handling
211
+ - remvoing redundent code
212
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
213
+ - changes
214
+ - changes
215
+ - sql injection vulnerability closed in filter queries
216
+ - Remove LocalPath
217
+ - revert changes
218
+ - revert changes
219
+ - revert changes
220
+ - re revert
221
+ - revert changes
222
+ - private-file-cleanup
223
+ - add downlaodurl
224
+ - changes to allow overriding the is allowed api keys flag thru extension user
225
+ - Revert "user enumeration"
226
+ - remove validation from username and mobile
227
+ - user create validation bugs
228
+ - add normalize for otp based also
229
+ - Disable metadata pruning by default in seed command configuration
230
+ - Update seed command to enable metadata pruning by default
231
+ - handle-case-sensitive-for-email
232
+ - Add delete permissions for ImportTransactionController in solid-core metadata
233
+ - Add permissions for import/export functionality in solid-core metadata
234
+ - Refactor role assignment for admin users to handle capability roles individually
235
+ - discard changes
236
+ - add support for static file
237
+ - Add capability roles for admin users in module metadata seeder
238
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
239
+ - attachment
240
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
241
+ - make isPublic default true
242
+ - changes to show the image inline
243
+ - cleanup againts media's
244
+ - inline role crate false
245
+ - Implement chatter mention notification system with email templates and queue handling
246
+ - Add messageBodyMentions field to chatter message DTOs and entity
247
+ - fix-audit-bug
248
+ - changes to include signed url token for private media
249
+ - Revert "Revert "rename function name""
250
+ - Revert "Revert "add private media support""
251
+ - Add media file type constants and enhance security for media uploads
252
+ - remove some unusable code
253
+ - some changes
254
+ - handle technical error messages due to missing resource in static resources folder
255
+ - Revert "add private media support"
256
+ - Revert "rename function name"
257
+ - rename function name
258
+ - add private media support
259
+ - some fixes
260
+ - solidx session invalid changes
261
+ - add validation on get chatter message
262
+ - updatedAt value is updating now
263
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
264
+ - add security against chatter
265
+ - chatter message endpoint made public
266
+ - removed embedded db support
267
+ - Add default sorting by ID if not explicitly specified in order options
268
+ - solidx theme settings
269
+ - add icons across all the models in solid core
270
+ - media upload added behind auth
271
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
272
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
273
+ - class serializer interceptor added for impact of Exclude and Expose
274
+ - Enhance datasource introspection with primary key validation and user key resolution
275
+ - Concurrent Login Feature
276
+ - user enumeration
277
+ - add helper text key on settings object .........
278
+ - changes to handle case insenstive filter operations if the values are other than string by casting
279
+ - menus item fix
280
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
281
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
282
+ - display name changed
283
+ - name changed
284
+ - added settings for configure the row click on solid list view
285
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
286
+ - fixed legacy entity files names
287
+ - view metadata type field - selection static and roles required false from menu-item
288
+ - Fix for this issue > stop applying lower for numeric fields.
289
+ - refactor and add migration command
290
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
291
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
292
+ - changes to take in option for seeding with modules in current seed method
293
+ - Fix validation logic to parse string field values as integers before applying validations
294
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
295
+ - ad changes
296
+ - Add locale seeding functionality and enhance locale management
297
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
298
+ - changes to avoid extra module checks before dynamically loading it
299
+ - defaulted to modulemetadataseederservice if no seeder provided
300
+ - Add Date field in Instructions Response
301
+ - ai interaction cleanup changes
302
+ - enabling create,edit,import,export on permission and lov modules
303
+ - added module to rolemetadata list view
304
+ - roles group by module changes
305
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
306
+ - Implement Datasource Management functionality with controller, service, and DTO
307
+ - added index to fields newly added as sortable and searchable
308
+ - Add archiver package to dependencies
309
+ - removed unnecessary seed file
310
+ - Add TypeORM migration helper functions and export in index
311
+ - fixes
312
+ - reverted accidental removal of the layout builder root menu
313
+ - pending cleanup of solid core menu items
314
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
315
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
316
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
317
+ - changes for IAM
318
+ - Add clearPackageRuntime functionality and corresponding metadata action
319
+ - Add archiver dependency and implement module package export functionality
320
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
321
+ - 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
322
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
323
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
324
+ - Remove unused database bootstrap service and related SQL cleanup procedures
325
+ - cleanup
326
+ - Add view and action metadata tree views with updated permissions and searchable fields
327
+ - Add view and action metadata tree views with updated permissions and searchable fields
328
+ - menu item model cleanup
329
+ - Add resumable import handling and transaction management in module package service
330
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
331
+ - 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.
332
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
333
+ - many to one left join issue fixed
334
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
335
+ - 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
336
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
337
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
338
+ - Implement module metadata explorer with CRUD operations and search functionality
339
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
340
+ - Bug fixs
341
+ - added frontend base url as well to the default settings
342
+ - minor cleanup
343
+ - changes to cleanup legacy table related fields
344
+ - changes for new dashboards functionality
345
+ - always print server startup line regardless of log level
346
+ - Add field quality checks and fixes checklist for backend validation
347
+ - typeo issue
348
+ - Agent table clean up
349
+ - Add manual interaction step for Playwright and update README
350
+ - provision made to unlink data rather than having to teardown everything
351
+ - provision made to unlink data rather than having to teardown everything
352
+ - changes to colour the server startup line
353
+ - Agent table clean up
354
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
355
+ - removed id command options and retained the singular name option only for consistency purposes
356
+ - 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
357
+ - 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
358
+ - MCP table solid changes
359
+ - playwrite added as dependency instead
360
+ - changes to the test runner
361
+ - chatter message user resolution chagnes
362
+ - bug fix in chatter message user resolution after we moved to queues.
363
+ - moved back to beta3
364
+ - failed login attempts field added to the json and update dto and exposed in entity
365
+ - removed un-necessary index on newvalue display
366
+ - ts changes error: any
367
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
368
+ - changed model metadata service default form layout to be single column
369
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
370
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
371
+ - normalised @ApiTags
372
+ - enum for passwordless modes
373
+ - bug fix in how alternative actions are rendered
374
+ - queue related bug fixes
375
+ - changes to add a websocket adaptor to the bootstrap server routine
376
+ - license changes
377
+ - type fixes
378
+ - removed min and max from long text mapping
379
+ - bug fix for shortext field mapping
380
+ - changes to post the testing results to a webhook api with a test payload
381
+ - added import multer this fixes un-necessary ts errors in vscode
382
+ - ts errors fixed
383
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
384
+ - formatting changes
385
+ - facebook oauth
386
+ - Status required false
387
+ - updated gitignore
388
+ - dleete un-necessary docs
389
+ - deleted un-necessary files
390
+ - changes related to more grooming
391
+ - api added in cors
392
+ - refactor Oauth strategy
393
+ - Revert "Ft social media login"
394
+ - bug fix
395
+ - bug fix
396
+ - add new api me endpoint and role based settings
397
+ - setting changes for new ui architecture
398
+ - changes for new settings structure
399
+ - chatter task subtype and related changes
400
+ - bug fix
401
+ - fixes
402
+ - 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
403
+ - changes to handle import logs as well, thru configured winston log level
404
+ - change isMultiSelect to true in solid-core-metadata.json
405
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
406
+ - 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
407
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
408
+ - bug fix: passwordless registration should create a user with active false
409
+ - apikeys attribute was not exposed
410
+ - refactor Oauth strategy
411
+ - 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)
412
+ - bug fix
413
+ - null check on role
414
+ - made provision to seed custom permissions
415
+ - handled seed scenario too
416
+ - upload File and expectHidden changes
417
+ - extension user cleanup and checks added
418
+ - fixed types for cleanup
419
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
420
+ - fixes bare shell imports with relative imports
421
+ - dynamic import fix
422
+ - removed unnecessary file
423
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
424
+ - removed base abstract class
425
+ - added interface too
426
+ - changes
427
+ - changes to test data seeding & fixed the type for authenticationService.signup method
428
+ - changes to user dto to include the api keys toggle
429
+ - add default role to the user only if there are no roles resolved against a user
430
+ - 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
431
+ - Only forward --debug when explicitly enabled.
432
+ - toolOutput field changes to json
433
+ - adding user api key entity to export
434
+ - minor optimisation to how dynamic modules are loaded
435
+ - Add Discord badge to top of README
436
+ - Fix broken BSL license link and add Discord link to README
437
+ - Add BSL 1.1 license and update package.json license field
438
+ - Seed user and roles in testing data
439
+ - removed readme.txt
440
+ - moved type and interfaces in interfaces.ts and refactored accordingly
441
+ - changed to md
442
+ - added readme
443
+ - Ai setting model change
444
+ - changes to allow encrypting setting keys
445
+ - form view clean up
446
+ - Agent table list view changes
447
+ - synchronize false
448
+ - changes to resolve the selection dynamic provider by name and token both
449
+ - changes to bypass swagger urls from csp policy
450
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
451
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
452
+ - changes to implement the sso code and sso exchange use cases
453
+ - removed orm types / exported api key entity
454
+ - added provision to control if api key creation is allowed for the user
455
+ - api key changes for backend
456
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
457
+ - fix to call addRoles only if role names are present
458
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
459
+ - refactor: update legacy entity fields to be nullable and support null types
460
+ - Json structure change
461
+ - Agent table metadata clean up changes
462
+ - longtext
463
+ - longtext changes
464
+ - Agent tables clean up
465
+ - fixes to seed many-to-many relation for tests
466
+ - changes to seed media in testing data
467
+ - Chatter modelUserkey and excel many to one issue
468
+ - keeping the default selectionValueType as string since this is a good default
469
+ - bug fixes around how media is done
470
+ - bug fixes
471
+ - try catch inside logEvent
472
+ - media has card based metadata
473
+ - Refresh token activity
474
+ - changes to implement the sso code and sso exchange use cases
475
+ - cleanup
476
+ - enabled kanban view on mq message
477
+ - Agent table changes
478
+ - changes to disallow deleting a model or module in production
479
+ - changelog version bumped
480
+ - changelog added
481
+ - changes to control the logging using env variables & set appropriate defaults basis environment
482
+ - chnages for logging
483
+ - Chatter queue fixs
484
+ - one more "beta" for ozzy
485
+ - additional loggging in cors helper
486
+ - changes
487
+ - Redis Queue component and rabbitMQ folder changes
488
+ - changes to track old and new fields as part of the delete entity operation
489
+ - optimizations done for audit subcriber
490
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
491
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
492
+ - formatting changes
493
+ - 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
494
+ - qs depth config increased
495
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
496
+ - cached model metadata queries
497
+ - changse
498
+ - disabled extra loggign
499
+ - chagnes
500
+ - reduced concurrency in computed fields
501
+ - additional loggign
502
+ - added indexes to mobile & email since those are frequently queries upon
503
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
504
+ - Redis background job changes
505
+ - Chatter Rationalizing
506
+ - changes
507
+ - changes
508
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
509
+ - changes to export bootstrap helpers for server & cli nest applications
510
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
511
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
512
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
513
+ - added index on message id in mq message table
514
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
515
+ - changes to save model sequence id as part of post compute instead of pre compute
516
+ - changse
517
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
518
+ - High concurrency fix for alpha num and sequence num computed fields
519
+ - bug fix in cron evalutaion
520
+ - tighter logging around roles
521
+ - scheduler now supports env based specific jobs starting and others not
522
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
523
+ - revert cross db changes for view-metadata-entity
524
+ - fixes
525
+ - changes to handle cross-db compatibility
526
+ - added type as simple-json
527
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
528
+ - Revert "Merge branch 'media-update' into 'main'"
529
+ - Mysql related changes
530
+ - ts-morph and media storage fix
531
+ - dashboard layout menu item added
532
+ - dashboard changes
533
+ - scheduler bug fix
534
+ - made provision to execute scheduled jobs manually
535
+ - changes
536
+ - cleanup
537
+ - logging related changes and made user activity history tree view
538
+ - changes to return the wall clock time as utc for chatter as well to keep it...
539
+ - changes around dashboard question refactoring
540
+ - default tree view and action added on code generation
541
+ - Date time format changes in audit
542
+ - user activity history on otp login
543
+ - changes
544
+ - changelog added
545
+ - reverted legacy and common entity to use local date time transformer only
546
+ - added changelog
547
+ - made playwright dependency lazy
548
+ - ai interaction table user is nullable now
549
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
550
+ - formatting changes
551
+ - Version info changes
552
+ - dummy otp can now be enabled on a per user basis
553
+ - jwt token optimisation
554
+ - optimised the authentication flow in microservice adapter to cache access token
555
+ - deleted file containing secrets
556
+ - changes
557
+ - optimisation around how dummy otp is managed
558
+ - isSeeded added
559
+ - bug fix for fetch layouts
560
+ - view modes added in layout
561
+ - One to many crud manager fixes
562
+ - one-to-many-crud-manager-fixes
563
+ - Many to many crud field manager fixes
564
+ - patch endpoint added in role controller
565
+ - many-to-many field fixes
566
+ - modelSequenceFormViewChangeHandler added on field change
567
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
568
+ - changes to format group values consistently
569
+ - fixes for normalizing group values
570
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
571
+ - changes to return groupValue in the group meta response as well. groupValue is...
572
+ - changes to return groupValue in the group meta response as well. groupValue is...
573
+ - filter_field_granularity_supported_added_for_date_fields
574
+ - password registration/login cleanup + max failed login attempts checks added
575
+ - removed unsafe inline from CSP
576
+ - removed incorrect comment
577
+ - changes
578
+ - Revert "replaced playwright with lazy dependency"
579
+ - replaced playwright with lazy dependency
580
+ - count and average
581
+ - fixes to solid core metadata configuration
582
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
583
+ - solid seed now prints proper exception stack trace
584
+ - added playwright dependencies as peer dependencies
585
+ - changed playwright import to make it lazy
586
+ - issue fixes
587
+ - formatting changes
588
+ - formatting changes
589
+ - changes for test setup
590
+ - package changes
591
+ - Changes to generate an SA user with the default password for simpler experience during setup
592
+ - more changes to support form data based uploads
593
+ - changes
594
+ - changes around testing workflow
595
+ - unified testing utitlities
596
+ - added comments to the slug code
597
+ - refactored queue namespacign
598
+ - queue namespacing related chanes
599
+ - removed todo
600
+ - queue name related changes
601
+ - cag
602
+ - changrs
603
+ - queues names are now namespaced by service naem
604
+ - enabled logs
605
+ - debug logs
606
+ - testing docs updated
607
+ - changes
608
+ - cleanup
609
+ - removed old testing related fiels
610
+ - testing infra now supports data based interpolation
611
+ - testing changes: now we support fully custom test specs
612
+ - changes for test automation
613
+ - changes to tsconfig for playwright tests
614
+ - exporting typeorm db helper
615
+ - removed the files section
616
+ - changes for playwright testing
617
+ - changes to disable service controller seed method
618
+ - formatting changes
619
+ - oom issue
620
+ - logger added for chatter
621
+ - changed arg to kebab case instead of came case in schematic service
622
+ - default menu icons added
623
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
624
+ - removed un-necessary log
625
+ - fix for handling non existence of fieldNamesForRemoval arg
626
+ - foirmatting canges
627
+ - Archived/solidstarters main
628
+ - version changes
629
+ - changed org : @solidstarters -> @solidxai
630
+ - removed publish script, since it is replaced with solidctl release
631
+ - chanes
632
+ - Revert "@solidstarters namespace changed to @solidx"
633
+ - @solidstarters namespace changed to @solidx
634
+ - file service interface changes
635
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
636
+ - 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
637
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
638
+ - test data workflow
639
+ - test-data command
640
+ - seed command updated
641
+ - changes
642
+ - changes
643
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
644
+ - seeding now supports seedData allowing us to seed fixtures for testing.
645
+ - precomputations now skip computation if value is already provided
646
+ - added utility for findOneByUserKey
647
+ - pruning related chagnes
648
+ - changes
649
+ - more changes related to pruning metadata
650
+ - pruen logs added
651
+ - module metadata seeder now does prune also
652
+ - reformatting to improve readability
653
+ - changes
654
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
655
+ - bug fixes
656
+ - changes to cleanup the implementation by having the write method of file service return the url post write
657
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
658
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
659
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
660
+ - file service abstraction cleanup
661
+ - chagnes
662
+ - Dashboard Question Responsive
663
+
3
664
  ## [0.1.16-beta.4] - 2026-09-04
4
665
 
5
666
  ### Added
@@ -59,6 +59,8 @@ export declare class ChatterMessageService extends CRUDService<ChatterMessage> {
59
59
  postAuditMessageOnDelete(modelName: string, databaseEntity: any, messageQueue?: boolean, userId?: number | null): Promise<void>;
60
60
  private formatFieldValue;
61
61
  private formatFieldValueDisplay;
62
+ private loadRelatedModelForDisplay;
63
+ private resolveRelationDisplayValue;
62
64
  private hasValueChanged;
63
65
  private hasRelationValueChanged;
64
66
  private extractRelationId;