@solidxai/core 0.1.13-beta.8 → 0.1.13-beta.9

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