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

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