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