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

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