@solidxai/core 0.1.13-beta.16 → 0.1.13-beta.18

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