@solidxai/core 0.1.15-beta.1 → 0.1.15

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