@solidxai/core 0.1.15-beta.0 → 0.1.15-beta.2

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