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

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