@solidxai/core 0.1.15-beta.2 → 0.1.15

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 (3) hide show
  1. package/CHANGELOG.md +602 -0
  2. package/package.json +1 -1
  3. package/CLAUDE.md +0 -26
package/CHANGELOG.md CHANGED
@@ -1,5 +1,607 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.15] - 2026-08-28
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
+
3
605
  ## [0.1.15-beta.2] - 2026-08-26
4
606
 
5
607
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidxai/core",
3
- "version": "0.1.15-beta.2",
3
+ "version": "0.1.15",
4
4
  "description": "This module is a NestJS module containing all the required core providers required by a Solid application",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/CLAUDE.md DELETED
@@ -1,26 +0,0 @@
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