@solidxai/core 0.1.15-beta.0 → 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,605 @@
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
+
3
603
  ## [0.1.15-beta.0] - 2026-08-21
4
604
 
5
605
  ### Added
package/CLAUDE.md ADDED
@@ -0,0 +1,26 @@
1
+ # This is the SolidX API project.
2
+ This is included as a dependency in consuming projects.
3
+
4
+ # SolidX UI
5
+ # The corresponding UI project is at the below path:
6
+ /Users/oswald/projects/Solid_Starters/solid-core-ui
7
+
8
+ # SolidX Docs
9
+ # The documentation project is at the below path:
10
+ /Users/oswald/projects/solidxai-docs
11
+
12
+ # SolidX Agent
13
+ # The agent project which has the skills for helping users configure, build and use SolidX is at the below path:
14
+ /Users/oswald/projects/Solid_Starters/agent
15
+
16
+ # SolidX Control Plane Commands
17
+ # The control plane commands for managing SolidX instances are in the below path:
18
+ /Users/oswald/projects/Solid_Starters/solidctl
19
+
20
+ # Testing reference project
21
+ # This is the reference library management project that is used for testing and development of SolidX features. It is located at the below path:
22
+ /Users/oswald/projects/Solid_Starters/solid-library-management
23
+
24
+ # Code Builder project
25
+ # This is the project that contains the code builder which generates code based on user input and templates. It is located at the below path:
26
+ /Users/oswald/projects/Solid_Starters/solid-code-builder
@@ -10567,7 +10567,6 @@
10567
10567
  "enableGlobalSearch": true,
10568
10568
  "create": false,
10569
10569
  "edit": false,
10570
- "delete": false,
10571
10570
  "import": false,
10572
10571
  "export": false,
10573
10572
  "allowedViews": [
@@ -14959,7 +14958,6 @@
14959
14958
  "enableGlobalSearch": true,
14960
14959
  "create": false,
14961
14960
  "edit": false,
14962
- "delete": false,
14963
14961
  "import": false,
14964
14962
  "export": false,
14965
14963
  "allowedViews": [
@@ -69,7 +69,6 @@ export declare class ModelMetadataService {
69
69
  generateModelCode(options: CodeGenerationOptions): Promise<string>;
70
70
  private executeRefreshModelCommand;
71
71
  private executeRemoveFieldsCommand;
72
- private executeMigrationRemoveFieldsCommand;
73
72
  updateUserKey(data: any): Promise<{
74
73
  message: string;
75
74
  success: boolean;