@solidxai/core 0.1.17-beta.2 → 0.1.17-beta.3

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,674 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.17-beta.3] - 2026-09-15
4
+
5
+ ### Added
6
+
7
+ - enable export functionality in user activity history
8
+ - OAuth auto-provisioning asks the extension user provider for roles too
9
+ - route OAuth auto-provisioning through the extension user provider
10
+ - make dangerous-extension denylist configurable, add svg support
11
+ - add fullName field to OTPSignUpDto and update authentication service to use it
12
+ - create OTP registrations through the extension user provider
13
+ - let seed metadata declare which users are extension users
14
+ - replace signup key-sniffing with an explicit SignupIntent
15
+ - add ModuleIconAssetService to manage module icon installation
16
+ - remove delete button visibility for user activity history
17
+ - implement default value application for required fields in import transactions
18
+ - add default values for required fields in import transactions
19
+ - enhance media type mapping to support multiple categories per extension in MediaFieldCrudManager
20
+ - update media file type definitions to expose only necessary fields for better clarity
21
+ - enhance media type handling by consolidating media file types and updating related services
22
+ - add SecretResolutionController and related DTO for reading secrets safely
23
+ - expose media type mappings and improve field label handling in MediaFieldCrudManager
24
+ - add resolve and resolveMany methods for secret management
25
+ - add normalization utilities for text fields and integrate them into LongTextFieldCrudManager and ShortTextFieldCrudManager
26
+ - implement eager installation of Chromium for Playwright UI tests
27
+ - add security header options for iframe embedding and customize frame-ancestors
28
+ - implement transaction handling for unpublishing records and restore previous version
29
+ - add createdAt field to PostChatterMessageDto and set default in service
30
+ - implement transaction handling for unpublishing records and restore previous version
31
+ - add progress reporting functionality to test runner and reporters
32
+ - add viewWidget attribute for fileSize in metadata
33
+ - add configurable UI timeouts for testing steps and update documentation
34
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
35
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
36
+ - add default locale name for internationalised entries in test data seeding
37
+ - implement draft/publish versioning support and refactor related services
38
+ - add DraftPublishHelperService for managing draft and publish workflows
39
+ - add workflow field data provider support and related interfaces
40
+ - add asynchronous execution for workflows and enhance execution status retrieval
41
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
42
+ - enhance workflow definition management and add Python runtime node
43
+ - add SolidX integration nodes for login, email, and SMS
44
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
45
+ - enhance http.request node with query parameters and body modes
46
+ - refactor node structure and add sequential and switch nodes
47
+ - update workflow execution and definition handling
48
+ - implement workflow execution services and nodes
49
+ - implement API key generation for system admin users in ModuleMetadataSeederService
50
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
51
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
52
+ - enhance migration process with build and seed commands
53
+ - enhance datasource introspection with primary key detection and migration support
54
+ - enhance role creation with module linkage and resolve module metadata
55
+ - enhance action, role, and view metadata services with change detection and JSON normalization
56
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
57
+ - add new dashboard controller actions to permissions
58
+ - simplify queue health permissions by consolidating patterns
59
+ - implement explicit widget permissions and unauthorized response handling
60
+ - enhance widget permission checks and add unauthorized response handling
61
+ - add Queue SLA heatmap provider and update metadata
62
+ - update queue health menu item and reorder messages
63
+ - add various dashboard providers and runtime services
64
+ - implement WhatsApp Cloud API integration
65
+ - add gupshup whatsapp provider
66
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
67
+ - add updateCustomNoteMessage action to ChatterMessageController
68
+ - add secure custom-note edit API with attachment add/remove support
69
+ - implemented social media oath for facebook and microsoft
70
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
71
+ - implemented social media oath for facebook and microsoft
72
+ - add Message Tree Action and corresponding view for mqMessage
73
+ - implement processing timeout for RabbitMQ subscriber
74
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
75
+ - Migrate date/time transformers to UtcDateTimeTransformer.
76
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
77
+
78
+ ### Fixed
79
+
80
+ - OTP registration now grants the Internal User baseline role
81
+ - enforce allowPublicRegistration on OTP registration
82
+ - update copy-resources script to include new menu icon and correct resource path
83
+ - update copy-resources script to target the correct directory for media files
84
+ - update build script to include resource copying and add copyfiles dependency
85
+ - remove postinstall script for menu icon installation
86
+ - add postinstall script to ensure menu icon is copied to the correct directory
87
+ - ensure file operations for menu icon are awaited in create and update methods
88
+ - update menuIconUrl to point to the correct image path
89
+ - prevent caching of negative lookups in cache helper and permission metadata service
90
+ - use replaceAll for activeUserId in security rule config
91
+ - remove migration command and related services
92
+ - pass model service to convertImportedRecordToDto and apply defaults in the correct order
93
+ - remove delete permission from metadata configuration
94
+ - remove delete permission from global settings
95
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
96
+ - change matched column type from bit to default nullable boolean
97
+ - improve error message for media deletion restriction
98
+ - use transactions entitymanager for all subscribers only for embedded db projects
99
+ - update consuming project name resolution to use parent directory
100
+ - update solidx directory path to include consuming project name
101
+ - correct package name in model generation command and update error handling in module metadata retrieval
102
+ - username
103
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
104
+ - handle null or empty security rule configuration strings in repository
105
+
106
+ ### Changed
107
+
108
+ - de-duplicate the "ask the extension user provider for roles" lookup
109
+ - rename upsertUserWithRegistrationVerificationTokens to resolveUserForOtpRegistration
110
+ - streamline relation display value resolution and load related model metadata
111
+ - replace inline ShowSoftDeleted enum with imported enum from show-soft-deleted.enum.ts
112
+ - remove ModuleIconAssetService from core module
113
+ - rename applyEntityDefaults to applyImportDefaults for clarity
114
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
115
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
116
+ - unify datetime column types across entities using helper function
117
+ - remove explicit timestamp type for nullable date columns across entities
118
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
119
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
120
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
121
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
122
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
123
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
124
+ - simplify published version filtering in CRUDService
125
+ - remove handleSeedLocales method to streamline locale seeding process
126
+ - remove legacy dashboard files and add new dashboarding architecture guide
127
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
128
+ - remove redundant null check in resolveSecurityRuleConfig
129
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
130
+ - update legacy entity fields to be nullable and support null types
131
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
132
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
133
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
134
+
135
+ ### Documentation
136
+
137
+ - update expired discord link
138
+
139
+ ### Other
140
+
141
+ - deprecate POST /user and POST /user/bulk
142
+ - changes to ensure provider roles is used to resolve roles first for password/password less registration paths if an external user provider exists
143
+ - changes to ensure full name is also populated alongwith username
144
+ - cross-tyep uniqueness fix
145
+ - instant logout for access token changes
146
+ - vocabulary docs added
147
+ - removed the secrets read endpoint, since it is not required now
148
+ - renamed variables for better naming
149
+ - changes to ensure path segement parsing is consisten for $res and $data fragements in the ops vocabulary e.g currently $res was not supporting brackets but only . while grabbing data from and object
150
+ - ensure missing secrets show up in the report output so the error is presented alongside the scenario step for clarity
151
+ - `${secret:...}` in the test vocabulary
152
+ - Refactor Chromium installation process and remove eager install script
153
+ - changes
154
+ - ## Phase 6 — Global Multer upload size limit
155
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
156
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
157
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
158
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
159
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
160
+ - mpin scheme version changes
161
+ - mpin related changes
162
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
163
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
164
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
165
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
166
+ - Deliverable A now stands as: cache TTL (with the store swap that makes it actually work), the me() null guard it necessitates, the logout verify/idempotency fix, previousValidUntil replacing the timer, and the dead validate() removed.
167
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
168
+ - changes around files name sanitization and normalization
169
+ - changes to handle variations in extension while uploading dangerous extension files
170
+ - change request body max to 25mb
171
+ - Comment out countGroupedRecords method implementation for refactoring
172
+ - show theme toggle
173
+ - rename theme registry
174
+ - remove some unusable code
175
+ - some changes
176
+ - solidx theme settings
177
+ - chagesn to testing readme
178
+ - changes to make ui.expectUrl to wait using the navigation timeout
179
+ - type fixes
180
+ - fixes around playwright context
181
+ - Scenario snap shot changes
182
+ - test run payload changes
183
+ - Testhub test run queue changes
184
+ - Screen shoot changes
185
+ - Test Life Cycle Changes.
186
+ - Testing Hub Changes
187
+ - chagesn to testing readme
188
+ - changes to support passing an explicit createdAt while posting a chatter message
189
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
190
+ - rename theme registry
191
+ - changes to make ui.expectUrl to wait using the navigation timeout
192
+ - type fixes
193
+ - fixes around playwright context
194
+ - Scenario snap shot changes
195
+ - test run payload changes
196
+ - Testhub test run queue changes
197
+ - Screen shoot changes
198
+ - Test Life Cycle Changes.
199
+ - Testing Hub Changes
200
+ - remove add permisson from permisson-list-view
201
+ - removed indexes on username and mobile since it is a conditional index and it breaks for mssql since multiple nulls are not allowed on unique columns
202
+ - readme changes
203
+ - removed hardcoded type against a boolean type
204
+ - changes to the default testing setting timeout to pick from env as well
205
+ - remove duplicate code
206
+ - refactoring around chatter media security fix
207
+ - add media extension support for post chatter
208
+ - Add media upload action and validation in MediaService
209
+ - add media extension support for post chatter
210
+ - changes to ensure only id and field are returned while populating the user in chatter
211
+ - Update defaultValue types in solid-core-metadata.json to strings
212
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
213
+ - Add getMentionableUsers permission
214
+ - Add endpoint to retrieve mentionable users with search and limit options
215
+ - Add error handling nodes and enhance workflow node definitions
216
+ - Add skipHooks option to seed command and related services
217
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
218
+ - Enhance workflow node definitions and runtime context handling
219
+ - remvoing redundent code
220
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
221
+ - changes
222
+ - changes
223
+ - sql injection vulnerability closed in filter queries
224
+ - Remove LocalPath
225
+ - revert changes
226
+ - revert changes
227
+ - revert changes
228
+ - re revert
229
+ - revert changes
230
+ - private-file-cleanup
231
+ - add downlaodurl
232
+ - changes to allow overriding the is allowed api keys flag thru extension user
233
+ - Revert "user enumeration"
234
+ - remove validation from username and mobile
235
+ - user create validation bugs
236
+ - add normalize for otp based also
237
+ - Disable metadata pruning by default in seed command configuration
238
+ - Update seed command to enable metadata pruning by default
239
+ - handle-case-sensitive-for-email
240
+ - Add delete permissions for ImportTransactionController in solid-core metadata
241
+ - Add permissions for import/export functionality in solid-core metadata
242
+ - Refactor role assignment for admin users to handle capability roles individually
243
+ - discard changes
244
+ - add support for static file
245
+ - Add capability roles for admin users in module metadata seeder
246
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
247
+ - attachment
248
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
249
+ - make isPublic default true
250
+ - changes to show the image inline
251
+ - cleanup againts media's
252
+ - inline role crate false
253
+ - Implement chatter mention notification system with email templates and queue handling
254
+ - Add messageBodyMentions field to chatter message DTOs and entity
255
+ - fix-audit-bug
256
+ - changes to include signed url token for private media
257
+ - Revert "Revert "rename function name""
258
+ - Revert "Revert "add private media support""
259
+ - Add media file type constants and enhance security for media uploads
260
+ - remove some unusable code
261
+ - some changes
262
+ - handle technical error messages due to missing resource in static resources folder
263
+ - Revert "add private media support"
264
+ - Revert "rename function name"
265
+ - rename function name
266
+ - add private media support
267
+ - some fixes
268
+ - solidx session invalid changes
269
+ - add validation on get chatter message
270
+ - updatedAt value is updating now
271
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
272
+ - add security against chatter
273
+ - chatter message endpoint made public
274
+ - removed embedded db support
275
+ - Add default sorting by ID if not explicitly specified in order options
276
+ - solidx theme settings
277
+ - add icons across all the models in solid core
278
+ - media upload added behind auth
279
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
280
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
281
+ - class serializer interceptor added for impact of Exclude and Expose
282
+ - Enhance datasource introspection with primary key validation and user key resolution
283
+ - Concurrent Login Feature
284
+ - user enumeration
285
+ - add helper text key on settings object .........
286
+ - changes to handle case insenstive filter operations if the values are other than string by casting
287
+ - menus item fix
288
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
289
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
290
+ - display name changed
291
+ - name changed
292
+ - added settings for configure the row click on solid list view
293
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
294
+ - fixed legacy entity files names
295
+ - view metadata type field - selection static and roles required false from menu-item
296
+ - Fix for this issue > stop applying lower for numeric fields.
297
+ - refactor and add migration command
298
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
299
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
300
+ - changes to take in option for seeding with modules in current seed method
301
+ - Fix validation logic to parse string field values as integers before applying validations
302
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
303
+ - ad changes
304
+ - Add locale seeding functionality and enhance locale management
305
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
306
+ - changes to avoid extra module checks before dynamically loading it
307
+ - defaulted to modulemetadataseederservice if no seeder provided
308
+ - Add Date field in Instructions Response
309
+ - ai interaction cleanup changes
310
+ - enabling create,edit,import,export on permission and lov modules
311
+ - added module to rolemetadata list view
312
+ - roles group by module changes
313
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
314
+ - Implement Datasource Management functionality with controller, service, and DTO
315
+ - added index to fields newly added as sortable and searchable
316
+ - Add archiver package to dependencies
317
+ - removed unnecessary seed file
318
+ - Add TypeORM migration helper functions and export in index
319
+ - fixes
320
+ - reverted accidental removal of the layout builder root menu
321
+ - pending cleanup of solid core menu items
322
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
323
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
324
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
325
+ - changes for IAM
326
+ - Add clearPackageRuntime functionality and corresponding metadata action
327
+ - Add archiver dependency and implement module package export functionality
328
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
329
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
330
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
331
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
332
+ - Remove unused database bootstrap service and related SQL cleanup procedures
333
+ - cleanup
334
+ - Add view and action metadata tree views with updated permissions and searchable fields
335
+ - Add view and action metadata tree views with updated permissions and searchable fields
336
+ - menu item model cleanup
337
+ - Add resumable import handling and transaction management in module package service
338
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
339
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
340
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
341
+ - many to one left join issue fixed
342
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
343
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
344
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
345
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
346
+ - Implement module metadata explorer with CRUD operations and search functionality
347
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
348
+ - Bug fixs
349
+ - added frontend base url as well to the default settings
350
+ - minor cleanup
351
+ - changes to cleanup legacy table related fields
352
+ - changes for new dashboards functionality
353
+ - always print server startup line regardless of log level
354
+ - Add field quality checks and fixes checklist for backend validation
355
+ - typeo issue
356
+ - Agent table clean up
357
+ - Add manual interaction step for Playwright and update README
358
+ - provision made to unlink data rather than having to teardown everything
359
+ - provision made to unlink data rather than having to teardown everything
360
+ - changes to colour the server startup line
361
+ - Agent table clean up
362
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
363
+ - removed id command options and retained the singular name option only for consistency purposes
364
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
365
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
366
+ - MCP table solid changes
367
+ - playwrite added as dependency instead
368
+ - changes to the test runner
369
+ - chatter message user resolution chagnes
370
+ - bug fix in chatter message user resolution after we moved to queues.
371
+ - moved back to beta3
372
+ - failed login attempts field added to the json and update dto and exposed in entity
373
+ - removed un-necessary index on newvalue display
374
+ - ts changes error: any
375
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
376
+ - changed model metadata service default form layout to be single column
377
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
378
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
379
+ - normalised @ApiTags
380
+ - enum for passwordless modes
381
+ - bug fix in how alternative actions are rendered
382
+ - queue related bug fixes
383
+ - changes to add a websocket adaptor to the bootstrap server routine
384
+ - license changes
385
+ - type fixes
386
+ - removed min and max from long text mapping
387
+ - bug fix for shortext field mapping
388
+ - changes to post the testing results to a webhook api with a test payload
389
+ - added import multer this fixes un-necessary ts errors in vscode
390
+ - ts errors fixed
391
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
392
+ - formatting changes
393
+ - facebook oauth
394
+ - Status required false
395
+ - updated gitignore
396
+ - dleete un-necessary docs
397
+ - deleted un-necessary files
398
+ - changes related to more grooming
399
+ - api added in cors
400
+ - refactor Oauth strategy
401
+ - Revert "Ft social media login"
402
+ - bug fix
403
+ - bug fix
404
+ - add new api me endpoint and role based settings
405
+ - setting changes for new ui architecture
406
+ - changes for new settings structure
407
+ - chatter task subtype and related changes
408
+ - bug fix
409
+ - fixes
410
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
411
+ - changes to handle import logs as well, thru configured winston log level
412
+ - change isMultiSelect to true in solid-core-metadata.json
413
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
414
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
415
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
416
+ - bug fix: passwordless registration should create a user with active false
417
+ - apikeys attribute was not exposed
418
+ - refactor Oauth strategy
419
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
420
+ - bug fix
421
+ - null check on role
422
+ - made provision to seed custom permissions
423
+ - handled seed scenario too
424
+ - upload File and expectHidden changes
425
+ - extension user cleanup and checks added
426
+ - fixed types for cleanup
427
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
428
+ - fixes bare shell imports with relative imports
429
+ - dynamic import fix
430
+ - removed unnecessary file
431
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
432
+ - removed base abstract class
433
+ - added interface too
434
+ - changes
435
+ - changes to test data seeding & fixed the type for authenticationService.signup method
436
+ - changes to user dto to include the api keys toggle
437
+ - add default role to the user only if there are no roles resolved against a user
438
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
439
+ - Only forward --debug when explicitly enabled.
440
+ - toolOutput field changes to json
441
+ - adding user api key entity to export
442
+ - minor optimisation to how dynamic modules are loaded
443
+ - Add Discord badge to top of README
444
+ - Fix broken BSL license link and add Discord link to README
445
+ - Add BSL 1.1 license and update package.json license field
446
+ - Seed user and roles in testing data
447
+ - removed readme.txt
448
+ - moved type and interfaces in interfaces.ts and refactored accordingly
449
+ - changed to md
450
+ - added readme
451
+ - Ai setting model change
452
+ - changes to allow encrypting setting keys
453
+ - form view clean up
454
+ - Agent table list view changes
455
+ - synchronize false
456
+ - changes to resolve the selection dynamic provider by name and token both
457
+ - changes to bypass swagger urls from csp policy
458
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
459
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
460
+ - changes to implement the sso code and sso exchange use cases
461
+ - removed orm types / exported api key entity
462
+ - added provision to control if api key creation is allowed for the user
463
+ - api key changes for backend
464
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
465
+ - fix to call addRoles only if role names are present
466
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
467
+ - refactor: update legacy entity fields to be nullable and support null types
468
+ - Json structure change
469
+ - Agent table metadata clean up changes
470
+ - longtext
471
+ - longtext changes
472
+ - Agent tables clean up
473
+ - fixes to seed many-to-many relation for tests
474
+ - changes to seed media in testing data
475
+ - Chatter modelUserkey and excel many to one issue
476
+ - keeping the default selectionValueType as string since this is a good default
477
+ - bug fixes around how media is done
478
+ - bug fixes
479
+ - try catch inside logEvent
480
+ - media has card based metadata
481
+ - Refresh token activity
482
+ - changes to implement the sso code and sso exchange use cases
483
+ - cleanup
484
+ - enabled kanban view on mq message
485
+ - Agent table changes
486
+ - changes to disallow deleting a model or module in production
487
+ - changelog version bumped
488
+ - changelog added
489
+ - changes to control the logging using env variables & set appropriate defaults basis environment
490
+ - chnages for logging
491
+ - Chatter queue fixs
492
+ - one more "beta" for ozzy
493
+ - additional loggging in cors helper
494
+ - changes
495
+ - Redis Queue component and rabbitMQ folder changes
496
+ - changes to track old and new fields as part of the delete entity operation
497
+ - optimizations done for audit subcriber
498
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
499
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
500
+ - formatting changes
501
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
502
+ - qs depth config increased
503
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
504
+ - cached model metadata queries
505
+ - changse
506
+ - disabled extra loggign
507
+ - chagnes
508
+ - reduced concurrency in computed fields
509
+ - additional loggign
510
+ - added indexes to mobile & email since those are frequently queries upon
511
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
512
+ - Redis background job changes
513
+ - Chatter Rationalizing
514
+ - changes
515
+ - changes
516
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
517
+ - changes to export bootstrap helpers for server & cli nest applications
518
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
519
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
520
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
521
+ - added index on message id in mq message table
522
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
523
+ - changes to save model sequence id as part of post compute instead of pre compute
524
+ - changse
525
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
526
+ - High concurrency fix for alpha num and sequence num computed fields
527
+ - bug fix in cron evalutaion
528
+ - tighter logging around roles
529
+ - scheduler now supports env based specific jobs starting and others not
530
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
531
+ - revert cross db changes for view-metadata-entity
532
+ - fixes
533
+ - changes to handle cross-db compatibility
534
+ - added type as simple-json
535
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
536
+ - Revert "Merge branch 'media-update' into 'main'"
537
+ - Mysql related changes
538
+ - ts-morph and media storage fix
539
+ - dashboard layout menu item added
540
+ - dashboard changes
541
+ - scheduler bug fix
542
+ - made provision to execute scheduled jobs manually
543
+ - changes
544
+ - cleanup
545
+ - logging related changes and made user activity history tree view
546
+ - changes to return the wall clock time as utc for chatter as well to keep it...
547
+ - changes around dashboard question refactoring
548
+ - default tree view and action added on code generation
549
+ - Date time format changes in audit
550
+ - user activity history on otp login
551
+ - changes
552
+ - changelog added
553
+ - reverted legacy and common entity to use local date time transformer only
554
+ - added changelog
555
+ - made playwright dependency lazy
556
+ - ai interaction table user is nullable now
557
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
558
+ - formatting changes
559
+ - Version info changes
560
+ - dummy otp can now be enabled on a per user basis
561
+ - jwt token optimisation
562
+ - optimised the authentication flow in microservice adapter to cache access token
563
+ - deleted file containing secrets
564
+ - changes
565
+ - optimisation around how dummy otp is managed
566
+ - isSeeded added
567
+ - bug fix for fetch layouts
568
+ - view modes added in layout
569
+ - One to many crud manager fixes
570
+ - one-to-many-crud-manager-fixes
571
+ - Many to many crud field manager fixes
572
+ - patch endpoint added in role controller
573
+ - many-to-many field fixes
574
+ - modelSequenceFormViewChangeHandler added on field change
575
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
576
+ - changes to format group values consistently
577
+ - fixes for normalizing group values
578
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
579
+ - changes to return groupValue in the group meta response as well. groupValue is...
580
+ - changes to return groupValue in the group meta response as well. groupValue is...
581
+ - filter_field_granularity_supported_added_for_date_fields
582
+ - password registration/login cleanup + max failed login attempts checks added
583
+ - removed unsafe inline from CSP
584
+ - removed incorrect comment
585
+ - changes
586
+ - Revert "replaced playwright with lazy dependency"
587
+ - replaced playwright with lazy dependency
588
+ - count and average
589
+ - fixes to solid core metadata configuration
590
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
591
+ - solid seed now prints proper exception stack trace
592
+ - added playwright dependencies as peer dependencies
593
+ - changed playwright import to make it lazy
594
+ - issue fixes
595
+ - formatting changes
596
+ - formatting changes
597
+ - changes for test setup
598
+ - package changes
599
+ - Changes to generate an SA user with the default password for simpler experience during setup
600
+ - more changes to support form data based uploads
601
+ - changes
602
+ - changes around testing workflow
603
+ - unified testing utitlities
604
+ - added comments to the slug code
605
+ - refactored queue namespacign
606
+ - queue namespacing related chanes
607
+ - removed todo
608
+ - queue name related changes
609
+ - cag
610
+ - changrs
611
+ - queues names are now namespaced by service naem
612
+ - enabled logs
613
+ - debug logs
614
+ - testing docs updated
615
+ - changes
616
+ - cleanup
617
+ - removed old testing related fiels
618
+ - testing infra now supports data based interpolation
619
+ - testing changes: now we support fully custom test specs
620
+ - changes for test automation
621
+ - changes to tsconfig for playwright tests
622
+ - exporting typeorm db helper
623
+ - removed the files section
624
+ - changes for playwright testing
625
+ - changes to disable service controller seed method
626
+ - formatting changes
627
+ - oom issue
628
+ - logger added for chatter
629
+ - changed arg to kebab case instead of came case in schematic service
630
+ - default menu icons added
631
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
632
+ - removed un-necessary log
633
+ - fix for handling non existence of fieldNamesForRemoval arg
634
+ - foirmatting canges
635
+ - Archived/solidstarters main
636
+ - version changes
637
+ - changed org : @solidstarters -> @solidxai
638
+ - removed publish script, since it is replaced with solidctl release
639
+ - chanes
640
+ - Revert "@solidstarters namespace changed to @solidx"
641
+ - @solidstarters namespace changed to @solidx
642
+ - file service interface changes
643
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
644
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
645
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
646
+ - test data workflow
647
+ - test-data command
648
+ - seed command updated
649
+ - changes
650
+ - changes
651
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
652
+ - seeding now supports seedData allowing us to seed fixtures for testing.
653
+ - precomputations now skip computation if value is already provided
654
+ - added utility for findOneByUserKey
655
+ - pruning related chagnes
656
+ - changes
657
+ - more changes related to pruning metadata
658
+ - pruen logs added
659
+ - module metadata seeder now does prune also
660
+ - reformatting to improve readability
661
+ - changes
662
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
663
+ - bug fixes
664
+ - changes to cleanup the implementation by having the write method of file service return the url post write
665
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
666
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
667
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
668
+ - file service abstraction cleanup
669
+ - chagnes
670
+ - Dashboard Question Responsive
671
+
3
672
  ## [0.1.17-beta.2] - 2026-09-11
4
673
 
5
674
  ### Added
@@ -14960,7 +14960,7 @@
14960
14960
  "edit": false,
14961
14961
  "delete": false,
14962
14962
  "import": false,
14963
- "export": false,
14963
+ "export": true,
14964
14964
  "allowedViews": [
14965
14965
  "list",
14966
14966
  "tree"
@@ -15029,7 +15029,7 @@
15029
15029
  "edit": false,
15030
15030
  "delete": false,
15031
15031
  "import": false,
15032
- "export": false,
15032
+ "export": true,
15033
15033
  "allowedViews": [
15034
15034
  "list",
15035
15035
  "tree"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidxai/core",
3
- "version": "0.1.17-beta.2",
3
+ "version": "0.1.17-beta.3",
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",
@@ -14960,7 +14960,7 @@
14960
14960
  "edit": false,
14961
14961
  "delete": false,
14962
14962
  "import": false,
14963
- "export": false,
14963
+ "export": true,
14964
14964
  "allowedViews": [
14965
14965
  "list",
14966
14966
  "tree"
@@ -15029,7 +15029,7 @@
15029
15029
  "edit": false,
15030
15030
  "delete": false,
15031
15031
  "import": false,
15032
- "export": false,
15032
+ "export": true,
15033
15033
  "allowedViews": [
15034
15034
  "list",
15035
15035
  "tree"