@solidxai/core 0.1.14 → 0.1.15-beta.1

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