@solidxai/core 0.1.17 → 0.1.18-beta.0

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