@solidxai/core 0.1.13 → 0.1.14-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.
Files changed (43) hide show
  1. package/CHANGELOG.md +1779 -0
  2. package/dist/constants/media-file-types.d.ts +14 -0
  3. package/dist/constants/media-file-types.d.ts.map +1 -1
  4. package/dist/constants/media-file-types.js +83 -15
  5. package/dist/constants/media-file-types.js.map +1 -1
  6. package/dist/controllers/field-metadata.controller.d.ts +4 -0
  7. package/dist/controllers/field-metadata.controller.d.ts.map +1 -1
  8. package/dist/controllers/view-metadata.controller.d.ts +4 -0
  9. package/dist/controllers/view-metadata.controller.d.ts.map +1 -1
  10. package/dist/helpers/field-crud-managers/LongTextFieldCrudManager.d.ts.map +1 -1
  11. package/dist/helpers/field-crud-managers/LongTextFieldCrudManager.js +3 -2
  12. package/dist/helpers/field-crud-managers/LongTextFieldCrudManager.js.map +1 -1
  13. package/dist/helpers/field-crud-managers/MediaFieldCrudManager.d.ts +2 -0
  14. package/dist/helpers/field-crud-managers/MediaFieldCrudManager.d.ts.map +1 -1
  15. package/dist/helpers/field-crud-managers/MediaFieldCrudManager.js +10 -52
  16. package/dist/helpers/field-crud-managers/MediaFieldCrudManager.js.map +1 -1
  17. package/dist/helpers/field-crud-managers/ShortTextFieldCrudManager.d.ts.map +1 -1
  18. package/dist/helpers/field-crud-managers/ShortTextFieldCrudManager.js +3 -2
  19. package/dist/helpers/field-crud-managers/ShortTextFieldCrudManager.js.map +1 -1
  20. package/dist/helpers/field-crud-managers/textFieldCrudManagerUtils.d.ts +3 -0
  21. package/dist/helpers/field-crud-managers/textFieldCrudManagerUtils.d.ts.map +1 -0
  22. package/dist/helpers/field-crud-managers/textFieldCrudManagerUtils.js +17 -0
  23. package/dist/helpers/field-crud-managers/textFieldCrudManagerUtils.js.map +1 -0
  24. package/dist/services/crud.service.d.ts.map +1 -1
  25. package/dist/services/crud.service.js +2 -1
  26. package/dist/services/crud.service.js.map +1 -1
  27. package/dist/services/field-metadata.service.d.ts +4 -0
  28. package/dist/services/field-metadata.service.d.ts.map +1 -1
  29. package/dist/services/field-metadata.service.js +1 -0
  30. package/dist/services/field-metadata.service.js.map +1 -1
  31. package/dist/services/view-metadata.service.d.ts +4 -0
  32. package/dist/services/view-metadata.service.d.ts.map +1 -1
  33. package/dist/services/view-metadata.service.js +2 -0
  34. package/dist/services/view-metadata.service.js.map +1 -1
  35. package/package.json +1 -1
  36. package/src/constants/media-file-types.ts +95 -10
  37. package/src/helpers/field-crud-managers/LongTextFieldCrudManager.ts +3 -2
  38. package/src/helpers/field-crud-managers/MediaFieldCrudManager.ts +12 -64
  39. package/src/helpers/field-crud-managers/ShortTextFieldCrudManager.ts +3 -2
  40. package/src/helpers/field-crud-managers/textFieldCrudManagerUtils.ts +14 -0
  41. package/src/services/crud.service.ts +2 -1
  42. package/src/services/field-metadata.service.ts +2 -1
  43. package/src/services/view-metadata.service.ts +4 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,599 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.14-beta.0] - 2026-08-20
4
+
5
+ ### Added
6
+
7
+ - update media file type definitions to expose only necessary fields for better clarity
8
+ - enhance media type handling by consolidating media file types and updating related services
9
+ - expose media type mappings and improve field label handling in MediaFieldCrudManager
10
+ - add normalization utilities for text fields and integrate them into LongTextFieldCrudManager and ShortTextFieldCrudManager
11
+ - add security header options for iframe embedding and customize frame-ancestors
12
+ - add createdAt field to PostChatterMessageDto and set default in service
13
+ - implement transaction handling for unpublishing records and restore previous version
14
+ - add progress reporting functionality to test runner and reporters
15
+ - add viewWidget attribute for fileSize in metadata
16
+ - add configurable UI timeouts for testing steps and update documentation
17
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
18
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
19
+ - add default locale name for internationalised entries in test data seeding
20
+ - implement draft/publish versioning support and refactor related services
21
+ - add DraftPublishHelperService for managing draft and publish workflows
22
+ - add workflow field data provider support and related interfaces
23
+ - add asynchronous execution for workflows and enhance execution status retrieval
24
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
25
+ - enhance workflow definition management and add Python runtime node
26
+ - add SolidX integration nodes for login, email, and SMS
27
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
28
+ - enhance http.request node with query parameters and body modes
29
+ - refactor node structure and add sequential and switch nodes
30
+ - update workflow execution and definition handling
31
+ - implement workflow execution services and nodes
32
+ - implement API key generation for system admin users in ModuleMetadataSeederService
33
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
34
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
35
+ - enhance migration process with build and seed commands
36
+ - enhance datasource introspection with primary key detection and migration support
37
+ - enhance role creation with module linkage and resolve module metadata
38
+ - enhance action, role, and view metadata services with change detection and JSON normalization
39
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
40
+ - add new dashboard controller actions to permissions
41
+ - simplify queue health permissions by consolidating patterns
42
+ - implement explicit widget permissions and unauthorized response handling
43
+ - enhance widget permission checks and add unauthorized response handling
44
+ - add Queue SLA heatmap provider and update metadata
45
+ - update queue health menu item and reorder messages
46
+ - add various dashboard providers and runtime services
47
+ - implement WhatsApp Cloud API integration
48
+ - add gupshup whatsapp provider
49
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
50
+ - add updateCustomNoteMessage action to ChatterMessageController
51
+ - add secure custom-note edit API with attachment add/remove support
52
+ - implemented social media oath for facebook and microsoft
53
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
54
+ - implemented social media oath for facebook and microsoft
55
+ - add Message Tree Action and corresponding view for mqMessage
56
+ - implement processing timeout for RabbitMQ subscriber
57
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
58
+ - Migrate date/time transformers to UtcDateTimeTransformer.
59
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
60
+
61
+ ### Fixed
62
+
63
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
64
+ - change matched column type from bit to default nullable boolean
65
+ - improve error message for media deletion restriction
66
+ - use transactions entitymanager for all subscribers only for embedded db projects
67
+ - update consuming project name resolution to use parent directory
68
+ - update solidx directory path to include consuming project name
69
+ - correct package name in model generation command and update error handling in module metadata retrieval
70
+ - username
71
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
72
+ - handle null or empty security rule configuration strings in repository
73
+
74
+ ### Changed
75
+
76
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
77
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
78
+ - unify datetime column types across entities using helper function
79
+ - remove explicit timestamp type for nullable date columns across entities
80
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
81
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
82
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
83
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
84
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
85
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
86
+ - simplify published version filtering in CRUDService
87
+ - remove handleSeedLocales method to streamline locale seeding process
88
+ - remove legacy dashboard files and add new dashboarding architecture guide
89
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
90
+ - remove redundant null check in resolveSecurityRuleConfig
91
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
92
+ - update legacy entity fields to be nullable and support null types
93
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
94
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
95
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
96
+
97
+ ### Documentation
98
+
99
+ - update expired discord link
100
+
101
+ ### Other
102
+
103
+ - ## Phase 6 — Global Multer upload size limit
104
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
105
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
106
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
107
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
108
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
109
+ - mpin scheme version changes
110
+ - mpin related changes
111
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
112
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
113
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
114
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
115
+ - 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.
116
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
117
+ - changes around files name sanitization and normalization
118
+ - changes to handle variations in extension while uploading dangerous extension files
119
+ - change request body max to 25mb
120
+ - Comment out countGroupedRecords method implementation for refactoring
121
+ - show theme toggle
122
+ - changes to support passing an explicit createdAt while posting a chatter message
123
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
124
+ - rename theme registry
125
+ - remove add permisson from permisson-list-view
126
+ - 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
127
+ - readme changes
128
+ - removed hardcoded type against a boolean type
129
+ - changes to the default testing setting timeout to pick from env as well
130
+ - remove duplicate code
131
+ - refactoring around chatter media security fix
132
+ - add media extension support for post chatter
133
+ - Add media upload action and validation in MediaService
134
+ - add media extension support for post chatter
135
+ - changes to ensure only id and field are returned while populating the user in chatter
136
+ - Update defaultValue types in solid-core-metadata.json to strings
137
+ - 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
138
+ - Add getMentionableUsers permission
139
+ - Add endpoint to retrieve mentionable users with search and limit options
140
+ - Add error handling nodes and enhance workflow node definitions
141
+ - Add skipHooks option to seed command and related services
142
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
143
+ - Enhance workflow node definitions and runtime context handling
144
+ - remvoing redundent code
145
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
146
+ - changes
147
+ - changes
148
+ - sql injection vulnerability closed in filter queries
149
+ - Remove LocalPath
150
+ - revert changes
151
+ - revert changes
152
+ - revert changes
153
+ - re revert
154
+ - revert changes
155
+ - private-file-cleanup
156
+ - add downlaodurl
157
+ - changes to allow overriding the is allowed api keys flag thru extension user
158
+ - Revert "user enumeration"
159
+ - remove validation from username and mobile
160
+ - user create validation bugs
161
+ - add normalize for otp based also
162
+ - Disable metadata pruning by default in seed command configuration
163
+ - Update seed command to enable metadata pruning by default
164
+ - handle-case-sensitive-for-email
165
+ - Add delete permissions for ImportTransactionController in solid-core metadata
166
+ - Add permissions for import/export functionality in solid-core metadata
167
+ - Refactor role assignment for admin users to handle capability roles individually
168
+ - discard changes
169
+ - add support for static file
170
+ - Add capability roles for admin users in module metadata seeder
171
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
172
+ - attachment
173
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
174
+ - make isPublic default true
175
+ - changes to show the image inline
176
+ - cleanup againts media's
177
+ - inline role crate false
178
+ - Implement chatter mention notification system with email templates and queue handling
179
+ - Add messageBodyMentions field to chatter message DTOs and entity
180
+ - fix-audit-bug
181
+ - changes to include signed url token for private media
182
+ - Revert "Revert "rename function name""
183
+ - Revert "Revert "add private media support""
184
+ - Add media file type constants and enhance security for media uploads
185
+ - remove some unusable code
186
+ - some changes
187
+ - handle technical error messages due to missing resource in static resources folder
188
+ - Revert "add private media support"
189
+ - Revert "rename function name"
190
+ - rename function name
191
+ - add private media support
192
+ - some fixes
193
+ - solidx session invalid changes
194
+ - add validation on get chatter message
195
+ - updatedAt value is updating now
196
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
197
+ - add security against chatter
198
+ - chatter message endpoint made public
199
+ - removed embedded db support
200
+ - Add default sorting by ID if not explicitly specified in order options
201
+ - solidx theme settings
202
+ - add icons across all the models in solid core
203
+ - media upload added behind auth
204
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
205
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
206
+ - class serializer interceptor added for impact of Exclude and Expose
207
+ - Enhance datasource introspection with primary key validation and user key resolution
208
+ - Concurrent Login Feature
209
+ - user enumeration
210
+ - add helper text key on settings object .........
211
+ - changes to handle case insenstive filter operations if the values are other than string by casting
212
+ - menus item fix
213
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
214
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
215
+ - display name changed
216
+ - name changed
217
+ - added settings for configure the row click on solid list view
218
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
219
+ - fixed legacy entity files names
220
+ - view metadata type field - selection static and roles required false from menu-item
221
+ - Fix for this issue > stop applying lower for numeric fields.
222
+ - refactor and add migration command
223
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
224
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
225
+ - changes to take in option for seeding with modules in current seed method
226
+ - Fix validation logic to parse string field values as integers before applying validations
227
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
228
+ - ad changes
229
+ - Add locale seeding functionality and enhance locale management
230
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
231
+ - changes to avoid extra module checks before dynamically loading it
232
+ - defaulted to modulemetadataseederservice if no seeder provided
233
+ - Add Date field in Instructions Response
234
+ - ai interaction cleanup changes
235
+ - enabling create,edit,import,export on permission and lov modules
236
+ - added module to rolemetadata list view
237
+ - roles group by module changes
238
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
239
+ - Implement Datasource Management functionality with controller, service, and DTO
240
+ - added index to fields newly added as sortable and searchable
241
+ - Add archiver package to dependencies
242
+ - removed unnecessary seed file
243
+ - Add TypeORM migration helper functions and export in index
244
+ - fixes
245
+ - reverted accidental removal of the layout builder root menu
246
+ - pending cleanup of solid core menu items
247
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
248
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
249
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
250
+ - changes for IAM
251
+ - Add clearPackageRuntime functionality and corresponding metadata action
252
+ - Add archiver dependency and implement module package export functionality
253
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
254
+ - 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
255
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
256
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
257
+ - Remove unused database bootstrap service and related SQL cleanup procedures
258
+ - cleanup
259
+ - Add view and action metadata tree views with updated permissions and searchable fields
260
+ - Add view and action metadata tree views with updated permissions and searchable fields
261
+ - menu item model cleanup
262
+ - Add resumable import handling and transaction management in module package service
263
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
264
+ - 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.
265
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
266
+ - many to one left join issue fixed
267
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
268
+ - 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
269
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
270
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
271
+ - Implement module metadata explorer with CRUD operations and search functionality
272
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
273
+ - Bug fixs
274
+ - added frontend base url as well to the default settings
275
+ - minor cleanup
276
+ - changes to cleanup legacy table related fields
277
+ - changes for new dashboards functionality
278
+ - always print server startup line regardless of log level
279
+ - Add field quality checks and fixes checklist for backend validation
280
+ - typeo issue
281
+ - Agent table clean up
282
+ - Add manual interaction step for Playwright and update README
283
+ - provision made to unlink data rather than having to teardown everything
284
+ - provision made to unlink data rather than having to teardown everything
285
+ - changes to colour the server startup line
286
+ - Agent table clean up
287
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
288
+ - removed id command options and retained the singular name option only for consistency purposes
289
+ - 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
290
+ - 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
291
+ - MCP table solid changes
292
+ - playwrite added as dependency instead
293
+ - changes to the test runner
294
+ - chatter message user resolution chagnes
295
+ - bug fix in chatter message user resolution after we moved to queues.
296
+ - moved back to beta3
297
+ - failed login attempts field added to the json and update dto and exposed in entity
298
+ - removed un-necessary index on newvalue display
299
+ - ts changes error: any
300
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
301
+ - changed model metadata service default form layout to be single column
302
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
303
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
304
+ - normalised @ApiTags
305
+ - enum for passwordless modes
306
+ - bug fix in how alternative actions are rendered
307
+ - queue related bug fixes
308
+ - changes to add a websocket adaptor to the bootstrap server routine
309
+ - license changes
310
+ - type fixes
311
+ - removed min and max from long text mapping
312
+ - bug fix for shortext field mapping
313
+ - changes to post the testing results to a webhook api with a test payload
314
+ - added import multer this fixes un-necessary ts errors in vscode
315
+ - ts errors fixed
316
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
317
+ - formatting changes
318
+ - facebook oauth
319
+ - Status required false
320
+ - updated gitignore
321
+ - dleete un-necessary docs
322
+ - deleted un-necessary files
323
+ - changes related to more grooming
324
+ - api added in cors
325
+ - refactor Oauth strategy
326
+ - Revert "Ft social media login"
327
+ - bug fix
328
+ - bug fix
329
+ - add new api me endpoint and role based settings
330
+ - setting changes for new ui architecture
331
+ - changes for new settings structure
332
+ - chatter task subtype and related changes
333
+ - bug fix
334
+ - fixes
335
+ - 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
336
+ - changes to handle import logs as well, thru configured winston log level
337
+ - change isMultiSelect to true in solid-core-metadata.json
338
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
339
+ - 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
340
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
341
+ - bug fix: passwordless registration should create a user with active false
342
+ - apikeys attribute was not exposed
343
+ - refactor Oauth strategy
344
+ - 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)
345
+ - bug fix
346
+ - null check on role
347
+ - made provision to seed custom permissions
348
+ - handled seed scenario too
349
+ - upload File and expectHidden changes
350
+ - extension user cleanup and checks added
351
+ - fixed types for cleanup
352
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
353
+ - fixes bare shell imports with relative imports
354
+ - dynamic import fix
355
+ - removed unnecessary file
356
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
357
+ - removed base abstract class
358
+ - added interface too
359
+ - changes
360
+ - changes to test data seeding & fixed the type for authenticationService.signup method
361
+ - changes to user dto to include the api keys toggle
362
+ - add default role to the user only if there are no roles resolved against a user
363
+ - 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
364
+ - Only forward --debug when explicitly enabled.
365
+ - toolOutput field changes to json
366
+ - adding user api key entity to export
367
+ - minor optimisation to how dynamic modules are loaded
368
+ - Add Discord badge to top of README
369
+ - Fix broken BSL license link and add Discord link to README
370
+ - Add BSL 1.1 license and update package.json license field
371
+ - Seed user and roles in testing data
372
+ - removed readme.txt
373
+ - moved type and interfaces in interfaces.ts and refactored accordingly
374
+ - changed to md
375
+ - added readme
376
+ - Ai setting model change
377
+ - changes to allow encrypting setting keys
378
+ - form view clean up
379
+ - Agent table list view changes
380
+ - synchronize false
381
+ - changes to resolve the selection dynamic provider by name and token both
382
+ - changes to bypass swagger urls from csp policy
383
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
384
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
385
+ - changes to implement the sso code and sso exchange use cases
386
+ - removed orm types / exported api key entity
387
+ - added provision to control if api key creation is allowed for the user
388
+ - api key changes for backend
389
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
390
+ - fix to call addRoles only if role names are present
391
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
392
+ - refactor: update legacy entity fields to be nullable and support null types
393
+ - Json structure change
394
+ - Agent table metadata clean up changes
395
+ - longtext
396
+ - longtext changes
397
+ - Agent tables clean up
398
+ - fixes to seed many-to-many relation for tests
399
+ - changes to seed media in testing data
400
+ - Chatter modelUserkey and excel many to one issue
401
+ - keeping the default selectionValueType as string since this is a good default
402
+ - bug fixes around how media is done
403
+ - bug fixes
404
+ - try catch inside logEvent
405
+ - media has card based metadata
406
+ - Refresh token activity
407
+ - changes to implement the sso code and sso exchange use cases
408
+ - cleanup
409
+ - enabled kanban view on mq message
410
+ - Agent table changes
411
+ - changes to disallow deleting a model or module in production
412
+ - changelog version bumped
413
+ - changelog added
414
+ - changes to control the logging using env variables & set appropriate defaults basis environment
415
+ - chnages for logging
416
+ - Chatter queue fixs
417
+ - one more "beta" for ozzy
418
+ - additional loggging in cors helper
419
+ - changes
420
+ - Redis Queue component and rabbitMQ folder changes
421
+ - changes to track old and new fields as part of the delete entity operation
422
+ - optimizations done for audit subcriber
423
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
424
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
425
+ - formatting changes
426
+ - 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
427
+ - qs depth config increased
428
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
429
+ - cached model metadata queries
430
+ - changse
431
+ - disabled extra loggign
432
+ - chagnes
433
+ - reduced concurrency in computed fields
434
+ - additional loggign
435
+ - added indexes to mobile & email since those are frequently queries upon
436
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
437
+ - Redis background job changes
438
+ - Chatter Rationalizing
439
+ - changes
440
+ - changes
441
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
442
+ - changes to export bootstrap helpers for server & cli nest applications
443
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
444
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
445
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
446
+ - added index on message id in mq message table
447
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
448
+ - changes to save model sequence id as part of post compute instead of pre compute
449
+ - changse
450
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
451
+ - High concurrency fix for alpha num and sequence num computed fields
452
+ - bug fix in cron evalutaion
453
+ - tighter logging around roles
454
+ - scheduler now supports env based specific jobs starting and others not
455
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
456
+ - revert cross db changes for view-metadata-entity
457
+ - fixes
458
+ - changes to handle cross-db compatibility
459
+ - added type as simple-json
460
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
461
+ - Revert "Merge branch 'media-update' into 'main'"
462
+ - Mysql related changes
463
+ - ts-morph and media storage fix
464
+ - dashboard layout menu item added
465
+ - dashboard changes
466
+ - scheduler bug fix
467
+ - made provision to execute scheduled jobs manually
468
+ - changes
469
+ - cleanup
470
+ - logging related changes and made user activity history tree view
471
+ - changes to return the wall clock time as utc for chatter as well to keep it...
472
+ - changes around dashboard question refactoring
473
+ - default tree view and action added on code generation
474
+ - Date time format changes in audit
475
+ - user activity history on otp login
476
+ - changes
477
+ - changelog added
478
+ - reverted legacy and common entity to use local date time transformer only
479
+ - added changelog
480
+ - made playwright dependency lazy
481
+ - ai interaction table user is nullable now
482
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
483
+ - formatting changes
484
+ - Version info changes
485
+ - dummy otp can now be enabled on a per user basis
486
+ - jwt token optimisation
487
+ - optimised the authentication flow in microservice adapter to cache access token
488
+ - deleted file containing secrets
489
+ - changes
490
+ - optimisation around how dummy otp is managed
491
+ - isSeeded added
492
+ - bug fix for fetch layouts
493
+ - view modes added in layout
494
+ - One to many crud manager fixes
495
+ - one-to-many-crud-manager-fixes
496
+ - Many to many crud field manager fixes
497
+ - patch endpoint added in role controller
498
+ - many-to-many field fixes
499
+ - modelSequenceFormViewChangeHandler added on field change
500
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
501
+ - changes to format group values consistently
502
+ - fixes for normalizing group values
503
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
504
+ - changes to return groupValue in the group meta response as well. groupValue is...
505
+ - changes to return groupValue in the group meta response as well. groupValue is...
506
+ - filter_field_granularity_supported_added_for_date_fields
507
+ - password registration/login cleanup + max failed login attempts checks added
508
+ - removed unsafe inline from CSP
509
+ - removed incorrect comment
510
+ - changes
511
+ - Revert "replaced playwright with lazy dependency"
512
+ - replaced playwright with lazy dependency
513
+ - count and average
514
+ - fixes to solid core metadata configuration
515
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
516
+ - solid seed now prints proper exception stack trace
517
+ - added playwright dependencies as peer dependencies
518
+ - changed playwright import to make it lazy
519
+ - issue fixes
520
+ - formatting changes
521
+ - formatting changes
522
+ - changes for test setup
523
+ - package changes
524
+ - Changes to generate an SA user with the default password for simpler experience during setup
525
+ - more changes to support form data based uploads
526
+ - changes
527
+ - changes around testing workflow
528
+ - unified testing utitlities
529
+ - added comments to the slug code
530
+ - refactored queue namespacign
531
+ - queue namespacing related chanes
532
+ - removed todo
533
+ - queue name related changes
534
+ - cag
535
+ - changrs
536
+ - queues names are now namespaced by service naem
537
+ - enabled logs
538
+ - debug logs
539
+ - testing docs updated
540
+ - changes
541
+ - cleanup
542
+ - removed old testing related fiels
543
+ - testing infra now supports data based interpolation
544
+ - testing changes: now we support fully custom test specs
545
+ - changes for test automation
546
+ - changes to tsconfig for playwright tests
547
+ - exporting typeorm db helper
548
+ - removed the files section
549
+ - changes for playwright testing
550
+ - changes to disable service controller seed method
551
+ - formatting changes
552
+ - oom issue
553
+ - logger added for chatter
554
+ - changed arg to kebab case instead of came case in schematic service
555
+ - default menu icons added
556
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
557
+ - removed un-necessary log
558
+ - fix for handling non existence of fieldNamesForRemoval arg
559
+ - foirmatting canges
560
+ - Archived/solidstarters main
561
+ - version changes
562
+ - changed org : @solidstarters -> @solidxai
563
+ - removed publish script, since it is replaced with solidctl release
564
+ - chanes
565
+ - Revert "@solidstarters namespace changed to @solidx"
566
+ - @solidstarters namespace changed to @solidx
567
+ - file service interface changes
568
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
569
+ - 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
570
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
571
+ - test data workflow
572
+ - test-data command
573
+ - seed command updated
574
+ - changes
575
+ - changes
576
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
577
+ - seeding now supports seedData allowing us to seed fixtures for testing.
578
+ - precomputations now skip computation if value is already provided
579
+ - added utility for findOneByUserKey
580
+ - pruning related chagnes
581
+ - changes
582
+ - more changes related to pruning metadata
583
+ - pruen logs added
584
+ - module metadata seeder now does prune also
585
+ - reformatting to improve readability
586
+ - changes
587
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
588
+ - bug fixes
589
+ - changes to cleanup the implementation by having the write method of file service return the url post write
590
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
591
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
592
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
593
+ - file service abstraction cleanup
594
+ - chagnes
595
+ - Dashboard Question Responsive
596
+
3
597
  ## [0.1.13] - 2026-08-20
4
598
 
5
599
  ### Added
@@ -590,6 +1184,1191 @@
590
1184
  - chagnes
591
1185
  - Dashboard Question Responsive
592
1186
 
1187
+ ## [0.1.13-beta.23] - 2026-08-19
1188
+
1189
+ ### Added
1190
+
1191
+ - update media file type definitions to expose only necessary fields for better clarity
1192
+ - enhance media type handling by consolidating media file types and updating related services
1193
+ - expose media type mappings and improve field label handling in MediaFieldCrudManager
1194
+ - add normalization utilities for text fields and integrate them into LongTextFieldCrudManager and ShortTextFieldCrudManager
1195
+ - add security header options for iframe embedding and customize frame-ancestors
1196
+ - add createdAt field to PostChatterMessageDto and set default in service
1197
+ - implement transaction handling for unpublishing records and restore previous version
1198
+ - add progress reporting functionality to test runner and reporters
1199
+ - add viewWidget attribute for fileSize in metadata
1200
+ - add configurable UI timeouts for testing steps and update documentation
1201
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
1202
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
1203
+ - add default locale name for internationalised entries in test data seeding
1204
+ - implement draft/publish versioning support and refactor related services
1205
+ - add DraftPublishHelperService for managing draft and publish workflows
1206
+ - add workflow field data provider support and related interfaces
1207
+ - add asynchronous execution for workflows and enhance execution status retrieval
1208
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
1209
+ - enhance workflow definition management and add Python runtime node
1210
+ - add SolidX integration nodes for login, email, and SMS
1211
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
1212
+ - enhance http.request node with query parameters and body modes
1213
+ - refactor node structure and add sequential and switch nodes
1214
+ - update workflow execution and definition handling
1215
+ - implement workflow execution services and nodes
1216
+ - implement API key generation for system admin users in ModuleMetadataSeederService
1217
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
1218
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
1219
+ - enhance migration process with build and seed commands
1220
+ - enhance datasource introspection with primary key detection and migration support
1221
+ - enhance role creation with module linkage and resolve module metadata
1222
+ - enhance action, role, and view metadata services with change detection and JSON normalization
1223
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
1224
+ - add new dashboard controller actions to permissions
1225
+ - simplify queue health permissions by consolidating patterns
1226
+ - implement explicit widget permissions and unauthorized response handling
1227
+ - enhance widget permission checks and add unauthorized response handling
1228
+ - add Queue SLA heatmap provider and update metadata
1229
+ - update queue health menu item and reorder messages
1230
+ - add various dashboard providers and runtime services
1231
+ - implement WhatsApp Cloud API integration
1232
+ - add gupshup whatsapp provider
1233
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
1234
+ - add updateCustomNoteMessage action to ChatterMessageController
1235
+ - add secure custom-note edit API with attachment add/remove support
1236
+ - implemented social media oath for facebook and microsoft
1237
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
1238
+ - implemented social media oath for facebook and microsoft
1239
+ - add Message Tree Action and corresponding view for mqMessage
1240
+ - implement processing timeout for RabbitMQ subscriber
1241
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
1242
+ - Migrate date/time transformers to UtcDateTimeTransformer.
1243
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
1244
+
1245
+ ### Fixed
1246
+
1247
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
1248
+ - change matched column type from bit to default nullable boolean
1249
+ - improve error message for media deletion restriction
1250
+ - use transactions entitymanager for all subscribers only for embedded db projects
1251
+ - update consuming project name resolution to use parent directory
1252
+ - update solidx directory path to include consuming project name
1253
+ - correct package name in model generation command and update error handling in module metadata retrieval
1254
+ - username
1255
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
1256
+ - handle null or empty security rule configuration strings in repository
1257
+
1258
+ ### Changed
1259
+
1260
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
1261
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
1262
+ - unify datetime column types across entities using helper function
1263
+ - remove explicit timestamp type for nullable date columns across entities
1264
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
1265
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
1266
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
1267
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
1268
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
1269
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
1270
+ - simplify published version filtering in CRUDService
1271
+ - remove handleSeedLocales method to streamline locale seeding process
1272
+ - remove legacy dashboard files and add new dashboarding architecture guide
1273
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
1274
+ - remove redundant null check in resolveSecurityRuleConfig
1275
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
1276
+ - update legacy entity fields to be nullable and support null types
1277
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
1278
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
1279
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
1280
+
1281
+ ### Documentation
1282
+
1283
+ - update expired discord link
1284
+
1285
+ ### Other
1286
+
1287
+ - ## Phase 6 — Global Multer upload size limit
1288
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
1289
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
1290
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
1291
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
1292
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
1293
+ - mpin scheme version changes
1294
+ - mpin related changes
1295
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
1296
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
1297
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
1298
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
1299
+ - 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.
1300
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
1301
+ - changes around files name sanitization and normalization
1302
+ - changes to handle variations in extension while uploading dangerous extension files
1303
+ - change request body max to 25mb
1304
+ - Comment out countGroupedRecords method implementation for refactoring
1305
+ - show theme toggle
1306
+ - changes to support passing an explicit createdAt while posting a chatter message
1307
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
1308
+ - rename theme registry
1309
+ - remove add permisson from permisson-list-view
1310
+ - 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
1311
+ - readme changes
1312
+ - removed hardcoded type against a boolean type
1313
+ - changes to the default testing setting timeout to pick from env as well
1314
+ - remove duplicate code
1315
+ - refactoring around chatter media security fix
1316
+ - add media extension support for post chatter
1317
+ - Add media upload action and validation in MediaService
1318
+ - add media extension support for post chatter
1319
+ - changes to ensure only id and field are returned while populating the user in chatter
1320
+ - Update defaultValue types in solid-core-metadata.json to strings
1321
+ - 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
1322
+ - Add getMentionableUsers permission
1323
+ - Add endpoint to retrieve mentionable users with search and limit options
1324
+ - Add error handling nodes and enhance workflow node definitions
1325
+ - Add skipHooks option to seed command and related services
1326
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
1327
+ - Enhance workflow node definitions and runtime context handling
1328
+ - remvoing redundent code
1329
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
1330
+ - changes
1331
+ - changes
1332
+ - sql injection vulnerability closed in filter queries
1333
+ - Remove LocalPath
1334
+ - revert changes
1335
+ - revert changes
1336
+ - revert changes
1337
+ - re revert
1338
+ - revert changes
1339
+ - private-file-cleanup
1340
+ - add downlaodurl
1341
+ - changes to allow overriding the is allowed api keys flag thru extension user
1342
+ - Revert "user enumeration"
1343
+ - remove validation from username and mobile
1344
+ - user create validation bugs
1345
+ - add normalize for otp based also
1346
+ - Disable metadata pruning by default in seed command configuration
1347
+ - Update seed command to enable metadata pruning by default
1348
+ - handle-case-sensitive-for-email
1349
+ - Add delete permissions for ImportTransactionController in solid-core metadata
1350
+ - Add permissions for import/export functionality in solid-core metadata
1351
+ - Refactor role assignment for admin users to handle capability roles individually
1352
+ - discard changes
1353
+ - add support for static file
1354
+ - Add capability roles for admin users in module metadata seeder
1355
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
1356
+ - attachment
1357
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
1358
+ - make isPublic default true
1359
+ - changes to show the image inline
1360
+ - cleanup againts media's
1361
+ - inline role crate false
1362
+ - Implement chatter mention notification system with email templates and queue handling
1363
+ - Add messageBodyMentions field to chatter message DTOs and entity
1364
+ - fix-audit-bug
1365
+ - changes to include signed url token for private media
1366
+ - Revert "Revert "rename function name""
1367
+ - Revert "Revert "add private media support""
1368
+ - Add media file type constants and enhance security for media uploads
1369
+ - remove some unusable code
1370
+ - some changes
1371
+ - handle technical error messages due to missing resource in static resources folder
1372
+ - Revert "add private media support"
1373
+ - Revert "rename function name"
1374
+ - rename function name
1375
+ - add private media support
1376
+ - some fixes
1377
+ - solidx session invalid changes
1378
+ - add validation on get chatter message
1379
+ - updatedAt value is updating now
1380
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
1381
+ - add security against chatter
1382
+ - chatter message endpoint made public
1383
+ - removed embedded db support
1384
+ - Add default sorting by ID if not explicitly specified in order options
1385
+ - solidx theme settings
1386
+ - add icons across all the models in solid core
1387
+ - media upload added behind auth
1388
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
1389
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
1390
+ - class serializer interceptor added for impact of Exclude and Expose
1391
+ - Enhance datasource introspection with primary key validation and user key resolution
1392
+ - Concurrent Login Feature
1393
+ - user enumeration
1394
+ - add helper text key on settings object .........
1395
+ - changes to handle case insenstive filter operations if the values are other than string by casting
1396
+ - menus item fix
1397
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
1398
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
1399
+ - display name changed
1400
+ - name changed
1401
+ - added settings for configure the row click on solid list view
1402
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
1403
+ - fixed legacy entity files names
1404
+ - view metadata type field - selection static and roles required false from menu-item
1405
+ - Fix for this issue > stop applying lower for numeric fields.
1406
+ - refactor and add migration command
1407
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
1408
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
1409
+ - changes to take in option for seeding with modules in current seed method
1410
+ - Fix validation logic to parse string field values as integers before applying validations
1411
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
1412
+ - ad changes
1413
+ - Add locale seeding functionality and enhance locale management
1414
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
1415
+ - changes to avoid extra module checks before dynamically loading it
1416
+ - defaulted to modulemetadataseederservice if no seeder provided
1417
+ - Add Date field in Instructions Response
1418
+ - ai interaction cleanup changes
1419
+ - enabling create,edit,import,export on permission and lov modules
1420
+ - added module to rolemetadata list view
1421
+ - roles group by module changes
1422
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
1423
+ - Implement Datasource Management functionality with controller, service, and DTO
1424
+ - added index to fields newly added as sortable and searchable
1425
+ - Add archiver package to dependencies
1426
+ - removed unnecessary seed file
1427
+ - Add TypeORM migration helper functions and export in index
1428
+ - fixes
1429
+ - reverted accidental removal of the layout builder root menu
1430
+ - pending cleanup of solid core menu items
1431
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
1432
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
1433
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
1434
+ - changes for IAM
1435
+ - Add clearPackageRuntime functionality and corresponding metadata action
1436
+ - Add archiver dependency and implement module package export functionality
1437
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
1438
+ - 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
1439
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
1440
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
1441
+ - Remove unused database bootstrap service and related SQL cleanup procedures
1442
+ - cleanup
1443
+ - Add view and action metadata tree views with updated permissions and searchable fields
1444
+ - Add view and action metadata tree views with updated permissions and searchable fields
1445
+ - menu item model cleanup
1446
+ - Add resumable import handling and transaction management in module package service
1447
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
1448
+ - 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.
1449
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
1450
+ - many to one left join issue fixed
1451
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
1452
+ - 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
1453
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
1454
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
1455
+ - Implement module metadata explorer with CRUD operations and search functionality
1456
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
1457
+ - Bug fixs
1458
+ - added frontend base url as well to the default settings
1459
+ - minor cleanup
1460
+ - changes to cleanup legacy table related fields
1461
+ - changes for new dashboards functionality
1462
+ - always print server startup line regardless of log level
1463
+ - Add field quality checks and fixes checklist for backend validation
1464
+ - typeo issue
1465
+ - Agent table clean up
1466
+ - Add manual interaction step for Playwright and update README
1467
+ - provision made to unlink data rather than having to teardown everything
1468
+ - provision made to unlink data rather than having to teardown everything
1469
+ - changes to colour the server startup line
1470
+ - Agent table clean up
1471
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
1472
+ - removed id command options and retained the singular name option only for consistency purposes
1473
+ - 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
1474
+ - 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
1475
+ - MCP table solid changes
1476
+ - playwrite added as dependency instead
1477
+ - changes to the test runner
1478
+ - chatter message user resolution chagnes
1479
+ - bug fix in chatter message user resolution after we moved to queues.
1480
+ - moved back to beta3
1481
+ - failed login attempts field added to the json and update dto and exposed in entity
1482
+ - removed un-necessary index on newvalue display
1483
+ - ts changes error: any
1484
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
1485
+ - changed model metadata service default form layout to be single column
1486
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1487
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1488
+ - normalised @ApiTags
1489
+ - enum for passwordless modes
1490
+ - bug fix in how alternative actions are rendered
1491
+ - queue related bug fixes
1492
+ - changes to add a websocket adaptor to the bootstrap server routine
1493
+ - license changes
1494
+ - type fixes
1495
+ - removed min and max from long text mapping
1496
+ - bug fix for shortext field mapping
1497
+ - changes to post the testing results to a webhook api with a test payload
1498
+ - added import multer this fixes un-necessary ts errors in vscode
1499
+ - ts errors fixed
1500
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
1501
+ - formatting changes
1502
+ - facebook oauth
1503
+ - Status required false
1504
+ - updated gitignore
1505
+ - dleete un-necessary docs
1506
+ - deleted un-necessary files
1507
+ - changes related to more grooming
1508
+ - api added in cors
1509
+ - refactor Oauth strategy
1510
+ - Revert "Ft social media login"
1511
+ - bug fix
1512
+ - bug fix
1513
+ - add new api me endpoint and role based settings
1514
+ - setting changes for new ui architecture
1515
+ - changes for new settings structure
1516
+ - chatter task subtype and related changes
1517
+ - bug fix
1518
+ - fixes
1519
+ - 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
1520
+ - changes to handle import logs as well, thru configured winston log level
1521
+ - change isMultiSelect to true in solid-core-metadata.json
1522
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
1523
+ - 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
1524
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
1525
+ - bug fix: passwordless registration should create a user with active false
1526
+ - apikeys attribute was not exposed
1527
+ - refactor Oauth strategy
1528
+ - 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)
1529
+ - bug fix
1530
+ - null check on role
1531
+ - made provision to seed custom permissions
1532
+ - handled seed scenario too
1533
+ - upload File and expectHidden changes
1534
+ - extension user cleanup and checks added
1535
+ - fixed types for cleanup
1536
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
1537
+ - fixes bare shell imports with relative imports
1538
+ - dynamic import fix
1539
+ - removed unnecessary file
1540
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
1541
+ - removed base abstract class
1542
+ - added interface too
1543
+ - changes
1544
+ - changes to test data seeding & fixed the type for authenticationService.signup method
1545
+ - changes to user dto to include the api keys toggle
1546
+ - add default role to the user only if there are no roles resolved against a user
1547
+ - 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
1548
+ - Only forward --debug when explicitly enabled.
1549
+ - toolOutput field changes to json
1550
+ - adding user api key entity to export
1551
+ - minor optimisation to how dynamic modules are loaded
1552
+ - Add Discord badge to top of README
1553
+ - Fix broken BSL license link and add Discord link to README
1554
+ - Add BSL 1.1 license and update package.json license field
1555
+ - Seed user and roles in testing data
1556
+ - removed readme.txt
1557
+ - moved type and interfaces in interfaces.ts and refactored accordingly
1558
+ - changed to md
1559
+ - added readme
1560
+ - Ai setting model change
1561
+ - changes to allow encrypting setting keys
1562
+ - form view clean up
1563
+ - Agent table list view changes
1564
+ - synchronize false
1565
+ - changes to resolve the selection dynamic provider by name and token both
1566
+ - changes to bypass swagger urls from csp policy
1567
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
1568
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
1569
+ - changes to implement the sso code and sso exchange use cases
1570
+ - removed orm types / exported api key entity
1571
+ - added provision to control if api key creation is allowed for the user
1572
+ - api key changes for backend
1573
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
1574
+ - fix to call addRoles only if role names are present
1575
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
1576
+ - refactor: update legacy entity fields to be nullable and support null types
1577
+ - Json structure change
1578
+ - Agent table metadata clean up changes
1579
+ - longtext
1580
+ - longtext changes
1581
+ - Agent tables clean up
1582
+ - fixes to seed many-to-many relation for tests
1583
+ - changes to seed media in testing data
1584
+ - Chatter modelUserkey and excel many to one issue
1585
+ - keeping the default selectionValueType as string since this is a good default
1586
+ - bug fixes around how media is done
1587
+ - bug fixes
1588
+ - try catch inside logEvent
1589
+ - media has card based metadata
1590
+ - Refresh token activity
1591
+ - changes to implement the sso code and sso exchange use cases
1592
+ - cleanup
1593
+ - enabled kanban view on mq message
1594
+ - Agent table changes
1595
+ - changes to disallow deleting a model or module in production
1596
+ - changelog version bumped
1597
+ - changelog added
1598
+ - changes to control the logging using env variables & set appropriate defaults basis environment
1599
+ - chnages for logging
1600
+ - Chatter queue fixs
1601
+ - one more "beta" for ozzy
1602
+ - additional loggging in cors helper
1603
+ - changes
1604
+ - Redis Queue component and rabbitMQ folder changes
1605
+ - changes to track old and new fields as part of the delete entity operation
1606
+ - optimizations done for audit subcriber
1607
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
1608
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
1609
+ - formatting changes
1610
+ - 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
1611
+ - qs depth config increased
1612
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
1613
+ - cached model metadata queries
1614
+ - changse
1615
+ - disabled extra loggign
1616
+ - chagnes
1617
+ - reduced concurrency in computed fields
1618
+ - additional loggign
1619
+ - added indexes to mobile & email since those are frequently queries upon
1620
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
1621
+ - Redis background job changes
1622
+ - Chatter Rationalizing
1623
+ - changes
1624
+ - changes
1625
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
1626
+ - changes to export bootstrap helpers for server & cli nest applications
1627
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
1628
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
1629
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
1630
+ - added index on message id in mq message table
1631
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
1632
+ - changes to save model sequence id as part of post compute instead of pre compute
1633
+ - changse
1634
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
1635
+ - High concurrency fix for alpha num and sequence num computed fields
1636
+ - bug fix in cron evalutaion
1637
+ - tighter logging around roles
1638
+ - scheduler now supports env based specific jobs starting and others not
1639
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
1640
+ - revert cross db changes for view-metadata-entity
1641
+ - fixes
1642
+ - changes to handle cross-db compatibility
1643
+ - added type as simple-json
1644
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
1645
+ - Revert "Merge branch 'media-update' into 'main'"
1646
+ - Mysql related changes
1647
+ - ts-morph and media storage fix
1648
+ - dashboard layout menu item added
1649
+ - dashboard changes
1650
+ - scheduler bug fix
1651
+ - made provision to execute scheduled jobs manually
1652
+ - changes
1653
+ - cleanup
1654
+ - logging related changes and made user activity history tree view
1655
+ - changes to return the wall clock time as utc for chatter as well to keep it...
1656
+ - changes around dashboard question refactoring
1657
+ - default tree view and action added on code generation
1658
+ - Date time format changes in audit
1659
+ - user activity history on otp login
1660
+ - changes
1661
+ - changelog added
1662
+ - reverted legacy and common entity to use local date time transformer only
1663
+ - added changelog
1664
+ - made playwright dependency lazy
1665
+ - ai interaction table user is nullable now
1666
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
1667
+ - formatting changes
1668
+ - Version info changes
1669
+ - dummy otp can now be enabled on a per user basis
1670
+ - jwt token optimisation
1671
+ - optimised the authentication flow in microservice adapter to cache access token
1672
+ - deleted file containing secrets
1673
+ - changes
1674
+ - optimisation around how dummy otp is managed
1675
+ - isSeeded added
1676
+ - bug fix for fetch layouts
1677
+ - view modes added in layout
1678
+ - One to many crud manager fixes
1679
+ - one-to-many-crud-manager-fixes
1680
+ - Many to many crud field manager fixes
1681
+ - patch endpoint added in role controller
1682
+ - many-to-many field fixes
1683
+ - modelSequenceFormViewChangeHandler added on field change
1684
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
1685
+ - changes to format group values consistently
1686
+ - fixes for normalizing group values
1687
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
1688
+ - changes to return groupValue in the group meta response as well. groupValue is...
1689
+ - changes to return groupValue in the group meta response as well. groupValue is...
1690
+ - filter_field_granularity_supported_added_for_date_fields
1691
+ - password registration/login cleanup + max failed login attempts checks added
1692
+ - removed unsafe inline from CSP
1693
+ - removed incorrect comment
1694
+ - changes
1695
+ - Revert "replaced playwright with lazy dependency"
1696
+ - replaced playwright with lazy dependency
1697
+ - count and average
1698
+ - fixes to solid core metadata configuration
1699
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
1700
+ - solid seed now prints proper exception stack trace
1701
+ - added playwright dependencies as peer dependencies
1702
+ - changed playwright import to make it lazy
1703
+ - issue fixes
1704
+ - formatting changes
1705
+ - formatting changes
1706
+ - changes for test setup
1707
+ - package changes
1708
+ - Changes to generate an SA user with the default password for simpler experience during setup
1709
+ - more changes to support form data based uploads
1710
+ - changes
1711
+ - changes around testing workflow
1712
+ - unified testing utitlities
1713
+ - added comments to the slug code
1714
+ - refactored queue namespacign
1715
+ - queue namespacing related chanes
1716
+ - removed todo
1717
+ - queue name related changes
1718
+ - cag
1719
+ - changrs
1720
+ - queues names are now namespaced by service naem
1721
+ - enabled logs
1722
+ - debug logs
1723
+ - testing docs updated
1724
+ - changes
1725
+ - cleanup
1726
+ - removed old testing related fiels
1727
+ - testing infra now supports data based interpolation
1728
+ - testing changes: now we support fully custom test specs
1729
+ - changes for test automation
1730
+ - changes to tsconfig for playwright tests
1731
+ - exporting typeorm db helper
1732
+ - removed the files section
1733
+ - changes for playwright testing
1734
+ - changes to disable service controller seed method
1735
+ - formatting changes
1736
+ - oom issue
1737
+ - logger added for chatter
1738
+ - changed arg to kebab case instead of came case in schematic service
1739
+ - default menu icons added
1740
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
1741
+ - removed un-necessary log
1742
+ - fix for handling non existence of fieldNamesForRemoval arg
1743
+ - foirmatting canges
1744
+ - Archived/solidstarters main
1745
+ - version changes
1746
+ - changed org : @solidstarters -> @solidxai
1747
+ - removed publish script, since it is replaced with solidctl release
1748
+ - chanes
1749
+ - Revert "@solidstarters namespace changed to @solidx"
1750
+ - @solidstarters namespace changed to @solidx
1751
+ - file service interface changes
1752
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
1753
+ - 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
1754
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
1755
+ - test data workflow
1756
+ - test-data command
1757
+ - seed command updated
1758
+ - changes
1759
+ - changes
1760
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
1761
+ - seeding now supports seedData allowing us to seed fixtures for testing.
1762
+ - precomputations now skip computation if value is already provided
1763
+ - added utility for findOneByUserKey
1764
+ - pruning related chagnes
1765
+ - changes
1766
+ - more changes related to pruning metadata
1767
+ - pruen logs added
1768
+ - module metadata seeder now does prune also
1769
+ - reformatting to improve readability
1770
+ - changes
1771
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
1772
+ - bug fixes
1773
+ - changes to cleanup the implementation by having the write method of file service return the url post write
1774
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
1775
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
1776
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
1777
+ - file service abstraction cleanup
1778
+ - chagnes
1779
+ - Dashboard Question Responsive
1780
+
1781
+ ## [0.1.13-beta.22] - 2026-08-17
1782
+
1783
+ ### Added
1784
+
1785
+ - add normalization utilities for text fields and integrate them into LongTextFieldCrudManager and ShortTextFieldCrudManager
1786
+ - add security header options for iframe embedding and customize frame-ancestors
1787
+ - add createdAt field to PostChatterMessageDto and set default in service
1788
+ - implement transaction handling for unpublishing records and restore previous version
1789
+ - add progress reporting functionality to test runner and reporters
1790
+ - add viewWidget attribute for fileSize in metadata
1791
+ - add configurable UI timeouts for testing steps and update documentation
1792
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
1793
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
1794
+ - add default locale name for internationalised entries in test data seeding
1795
+ - implement draft/publish versioning support and refactor related services
1796
+ - add DraftPublishHelperService for managing draft and publish workflows
1797
+ - add workflow field data provider support and related interfaces
1798
+ - add asynchronous execution for workflows and enhance execution status retrieval
1799
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
1800
+ - enhance workflow definition management and add Python runtime node
1801
+ - add SolidX integration nodes for login, email, and SMS
1802
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
1803
+ - enhance http.request node with query parameters and body modes
1804
+ - refactor node structure and add sequential and switch nodes
1805
+ - update workflow execution and definition handling
1806
+ - implement workflow execution services and nodes
1807
+ - implement API key generation for system admin users in ModuleMetadataSeederService
1808
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
1809
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
1810
+ - enhance migration process with build and seed commands
1811
+ - enhance datasource introspection with primary key detection and migration support
1812
+ - enhance role creation with module linkage and resolve module metadata
1813
+ - enhance action, role, and view metadata services with change detection and JSON normalization
1814
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
1815
+ - add new dashboard controller actions to permissions
1816
+ - simplify queue health permissions by consolidating patterns
1817
+ - implement explicit widget permissions and unauthorized response handling
1818
+ - enhance widget permission checks and add unauthorized response handling
1819
+ - add Queue SLA heatmap provider and update metadata
1820
+ - update queue health menu item and reorder messages
1821
+ - add various dashboard providers and runtime services
1822
+ - implement WhatsApp Cloud API integration
1823
+ - add gupshup whatsapp provider
1824
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
1825
+ - add updateCustomNoteMessage action to ChatterMessageController
1826
+ - add secure custom-note edit API with attachment add/remove support
1827
+ - implemented social media oath for facebook and microsoft
1828
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
1829
+ - implemented social media oath for facebook and microsoft
1830
+ - add Message Tree Action and corresponding view for mqMessage
1831
+ - implement processing timeout for RabbitMQ subscriber
1832
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
1833
+ - Migrate date/time transformers to UtcDateTimeTransformer.
1834
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
1835
+
1836
+ ### Fixed
1837
+
1838
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
1839
+ - change matched column type from bit to default nullable boolean
1840
+ - improve error message for media deletion restriction
1841
+ - use transactions entitymanager for all subscribers only for embedded db projects
1842
+ - update consuming project name resolution to use parent directory
1843
+ - update solidx directory path to include consuming project name
1844
+ - correct package name in model generation command and update error handling in module metadata retrieval
1845
+ - username
1846
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
1847
+ - handle null or empty security rule configuration strings in repository
1848
+
1849
+ ### Changed
1850
+
1851
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
1852
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
1853
+ - unify datetime column types across entities using helper function
1854
+ - remove explicit timestamp type for nullable date columns across entities
1855
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
1856
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
1857
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
1858
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
1859
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
1860
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
1861
+ - simplify published version filtering in CRUDService
1862
+ - remove handleSeedLocales method to streamline locale seeding process
1863
+ - remove legacy dashboard files and add new dashboarding architecture guide
1864
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
1865
+ - remove redundant null check in resolveSecurityRuleConfig
1866
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
1867
+ - update legacy entity fields to be nullable and support null types
1868
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
1869
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
1870
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
1871
+
1872
+ ### Documentation
1873
+
1874
+ - update expired discord link
1875
+
1876
+ ### Other
1877
+
1878
+ - ## Phase 6 — Global Multer upload size limit
1879
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
1880
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
1881
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
1882
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
1883
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
1884
+ - mpin scheme version changes
1885
+ - mpin related changes
1886
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
1887
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
1888
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
1889
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
1890
+ - 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.
1891
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
1892
+ - changes around files name sanitization and normalization
1893
+ - changes to handle variations in extension while uploading dangerous extension files
1894
+ - change request body max to 25mb
1895
+ - Comment out countGroupedRecords method implementation for refactoring
1896
+ - show theme toggle
1897
+ - changes to support passing an explicit createdAt while posting a chatter message
1898
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
1899
+ - rename theme registry
1900
+ - remove add permisson from permisson-list-view
1901
+ - 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
1902
+ - readme changes
1903
+ - removed hardcoded type against a boolean type
1904
+ - changes to the default testing setting timeout to pick from env as well
1905
+ - remove duplicate code
1906
+ - refactoring around chatter media security fix
1907
+ - add media extension support for post chatter
1908
+ - Add media upload action and validation in MediaService
1909
+ - add media extension support for post chatter
1910
+ - changes to ensure only id and field are returned while populating the user in chatter
1911
+ - Update defaultValue types in solid-core-metadata.json to strings
1912
+ - 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
1913
+ - Add getMentionableUsers permission
1914
+ - Add endpoint to retrieve mentionable users with search and limit options
1915
+ - Add error handling nodes and enhance workflow node definitions
1916
+ - Add skipHooks option to seed command and related services
1917
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
1918
+ - Enhance workflow node definitions and runtime context handling
1919
+ - remvoing redundent code
1920
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
1921
+ - changes
1922
+ - changes
1923
+ - sql injection vulnerability closed in filter queries
1924
+ - Remove LocalPath
1925
+ - revert changes
1926
+ - revert changes
1927
+ - revert changes
1928
+ - re revert
1929
+ - revert changes
1930
+ - private-file-cleanup
1931
+ - add downlaodurl
1932
+ - changes to allow overriding the is allowed api keys flag thru extension user
1933
+ - Revert "user enumeration"
1934
+ - remove validation from username and mobile
1935
+ - user create validation bugs
1936
+ - add normalize for otp based also
1937
+ - Disable metadata pruning by default in seed command configuration
1938
+ - Update seed command to enable metadata pruning by default
1939
+ - handle-case-sensitive-for-email
1940
+ - Add delete permissions for ImportTransactionController in solid-core metadata
1941
+ - Add permissions for import/export functionality in solid-core metadata
1942
+ - Refactor role assignment for admin users to handle capability roles individually
1943
+ - discard changes
1944
+ - add support for static file
1945
+ - Add capability roles for admin users in module metadata seeder
1946
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
1947
+ - attachment
1948
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
1949
+ - make isPublic default true
1950
+ - changes to show the image inline
1951
+ - cleanup againts media's
1952
+ - inline role crate false
1953
+ - Implement chatter mention notification system with email templates and queue handling
1954
+ - Add messageBodyMentions field to chatter message DTOs and entity
1955
+ - fix-audit-bug
1956
+ - changes to include signed url token for private media
1957
+ - Revert "Revert "rename function name""
1958
+ - Revert "Revert "add private media support""
1959
+ - Add media file type constants and enhance security for media uploads
1960
+ - remove some unusable code
1961
+ - some changes
1962
+ - handle technical error messages due to missing resource in static resources folder
1963
+ - Revert "add private media support"
1964
+ - Revert "rename function name"
1965
+ - rename function name
1966
+ - add private media support
1967
+ - some fixes
1968
+ - solidx session invalid changes
1969
+ - add validation on get chatter message
1970
+ - updatedAt value is updating now
1971
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
1972
+ - add security against chatter
1973
+ - chatter message endpoint made public
1974
+ - removed embedded db support
1975
+ - Add default sorting by ID if not explicitly specified in order options
1976
+ - solidx theme settings
1977
+ - add icons across all the models in solid core
1978
+ - media upload added behind auth
1979
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
1980
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
1981
+ - class serializer interceptor added for impact of Exclude and Expose
1982
+ - Enhance datasource introspection with primary key validation and user key resolution
1983
+ - Concurrent Login Feature
1984
+ - user enumeration
1985
+ - add helper text key on settings object .........
1986
+ - changes to handle case insenstive filter operations if the values are other than string by casting
1987
+ - menus item fix
1988
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
1989
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
1990
+ - display name changed
1991
+ - name changed
1992
+ - added settings for configure the row click on solid list view
1993
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
1994
+ - fixed legacy entity files names
1995
+ - view metadata type field - selection static and roles required false from menu-item
1996
+ - Fix for this issue > stop applying lower for numeric fields.
1997
+ - refactor and add migration command
1998
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
1999
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
2000
+ - changes to take in option for seeding with modules in current seed method
2001
+ - Fix validation logic to parse string field values as integers before applying validations
2002
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
2003
+ - ad changes
2004
+ - Add locale seeding functionality and enhance locale management
2005
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
2006
+ - changes to avoid extra module checks before dynamically loading it
2007
+ - defaulted to modulemetadataseederservice if no seeder provided
2008
+ - Add Date field in Instructions Response
2009
+ - ai interaction cleanup changes
2010
+ - enabling create,edit,import,export on permission and lov modules
2011
+ - added module to rolemetadata list view
2012
+ - roles group by module changes
2013
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
2014
+ - Implement Datasource Management functionality with controller, service, and DTO
2015
+ - added index to fields newly added as sortable and searchable
2016
+ - Add archiver package to dependencies
2017
+ - removed unnecessary seed file
2018
+ - Add TypeORM migration helper functions and export in index
2019
+ - fixes
2020
+ - reverted accidental removal of the layout builder root menu
2021
+ - pending cleanup of solid core menu items
2022
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
2023
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
2024
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
2025
+ - changes for IAM
2026
+ - Add clearPackageRuntime functionality and corresponding metadata action
2027
+ - Add archiver dependency and implement module package export functionality
2028
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
2029
+ - 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
2030
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
2031
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
2032
+ - Remove unused database bootstrap service and related SQL cleanup procedures
2033
+ - cleanup
2034
+ - Add view and action metadata tree views with updated permissions and searchable fields
2035
+ - Add view and action metadata tree views with updated permissions and searchable fields
2036
+ - menu item model cleanup
2037
+ - Add resumable import handling and transaction management in module package service
2038
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
2039
+ - 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.
2040
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
2041
+ - many to one left join issue fixed
2042
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
2043
+ - 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
2044
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
2045
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
2046
+ - Implement module metadata explorer with CRUD operations and search functionality
2047
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
2048
+ - Bug fixs
2049
+ - added frontend base url as well to the default settings
2050
+ - minor cleanup
2051
+ - changes to cleanup legacy table related fields
2052
+ - changes for new dashboards functionality
2053
+ - always print server startup line regardless of log level
2054
+ - Add field quality checks and fixes checklist for backend validation
2055
+ - typeo issue
2056
+ - Agent table clean up
2057
+ - Add manual interaction step for Playwright and update README
2058
+ - provision made to unlink data rather than having to teardown everything
2059
+ - provision made to unlink data rather than having to teardown everything
2060
+ - changes to colour the server startup line
2061
+ - Agent table clean up
2062
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
2063
+ - removed id command options and retained the singular name option only for consistency purposes
2064
+ - 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
2065
+ - 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
2066
+ - MCP table solid changes
2067
+ - playwrite added as dependency instead
2068
+ - changes to the test runner
2069
+ - chatter message user resolution chagnes
2070
+ - bug fix in chatter message user resolution after we moved to queues.
2071
+ - moved back to beta3
2072
+ - failed login attempts field added to the json and update dto and exposed in entity
2073
+ - removed un-necessary index on newvalue display
2074
+ - ts changes error: any
2075
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
2076
+ - changed model metadata service default form layout to be single column
2077
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
2078
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
2079
+ - normalised @ApiTags
2080
+ - enum for passwordless modes
2081
+ - bug fix in how alternative actions are rendered
2082
+ - queue related bug fixes
2083
+ - changes to add a websocket adaptor to the bootstrap server routine
2084
+ - license changes
2085
+ - type fixes
2086
+ - removed min and max from long text mapping
2087
+ - bug fix for shortext field mapping
2088
+ - changes to post the testing results to a webhook api with a test payload
2089
+ - added import multer this fixes un-necessary ts errors in vscode
2090
+ - ts errors fixed
2091
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
2092
+ - formatting changes
2093
+ - facebook oauth
2094
+ - Status required false
2095
+ - updated gitignore
2096
+ - dleete un-necessary docs
2097
+ - deleted un-necessary files
2098
+ - changes related to more grooming
2099
+ - api added in cors
2100
+ - refactor Oauth strategy
2101
+ - Revert "Ft social media login"
2102
+ - bug fix
2103
+ - bug fix
2104
+ - add new api me endpoint and role based settings
2105
+ - setting changes for new ui architecture
2106
+ - changes for new settings structure
2107
+ - chatter task subtype and related changes
2108
+ - bug fix
2109
+ - fixes
2110
+ - 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
2111
+ - changes to handle import logs as well, thru configured winston log level
2112
+ - change isMultiSelect to true in solid-core-metadata.json
2113
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
2114
+ - 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
2115
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
2116
+ - bug fix: passwordless registration should create a user with active false
2117
+ - apikeys attribute was not exposed
2118
+ - refactor Oauth strategy
2119
+ - 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)
2120
+ - bug fix
2121
+ - null check on role
2122
+ - made provision to seed custom permissions
2123
+ - handled seed scenario too
2124
+ - upload File and expectHidden changes
2125
+ - extension user cleanup and checks added
2126
+ - fixed types for cleanup
2127
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
2128
+ - fixes bare shell imports with relative imports
2129
+ - dynamic import fix
2130
+ - removed unnecessary file
2131
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
2132
+ - removed base abstract class
2133
+ - added interface too
2134
+ - changes
2135
+ - changes to test data seeding & fixed the type for authenticationService.signup method
2136
+ - changes to user dto to include the api keys toggle
2137
+ - add default role to the user only if there are no roles resolved against a user
2138
+ - 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
2139
+ - Only forward --debug when explicitly enabled.
2140
+ - toolOutput field changes to json
2141
+ - adding user api key entity to export
2142
+ - minor optimisation to how dynamic modules are loaded
2143
+ - Add Discord badge to top of README
2144
+ - Fix broken BSL license link and add Discord link to README
2145
+ - Add BSL 1.1 license and update package.json license field
2146
+ - Seed user and roles in testing data
2147
+ - removed readme.txt
2148
+ - moved type and interfaces in interfaces.ts and refactored accordingly
2149
+ - changed to md
2150
+ - added readme
2151
+ - Ai setting model change
2152
+ - changes to allow encrypting setting keys
2153
+ - form view clean up
2154
+ - Agent table list view changes
2155
+ - synchronize false
2156
+ - changes to resolve the selection dynamic provider by name and token both
2157
+ - changes to bypass swagger urls from csp policy
2158
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
2159
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
2160
+ - changes to implement the sso code and sso exchange use cases
2161
+ - removed orm types / exported api key entity
2162
+ - added provision to control if api key creation is allowed for the user
2163
+ - api key changes for backend
2164
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
2165
+ - fix to call addRoles only if role names are present
2166
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
2167
+ - refactor: update legacy entity fields to be nullable and support null types
2168
+ - Json structure change
2169
+ - Agent table metadata clean up changes
2170
+ - longtext
2171
+ - longtext changes
2172
+ - Agent tables clean up
2173
+ - fixes to seed many-to-many relation for tests
2174
+ - changes to seed media in testing data
2175
+ - Chatter modelUserkey and excel many to one issue
2176
+ - keeping the default selectionValueType as string since this is a good default
2177
+ - bug fixes around how media is done
2178
+ - bug fixes
2179
+ - try catch inside logEvent
2180
+ - media has card based metadata
2181
+ - Refresh token activity
2182
+ - changes to implement the sso code and sso exchange use cases
2183
+ - cleanup
2184
+ - enabled kanban view on mq message
2185
+ - Agent table changes
2186
+ - changes to disallow deleting a model or module in production
2187
+ - changelog version bumped
2188
+ - changelog added
2189
+ - changes to control the logging using env variables & set appropriate defaults basis environment
2190
+ - chnages for logging
2191
+ - Chatter queue fixs
2192
+ - one more "beta" for ozzy
2193
+ - additional loggging in cors helper
2194
+ - changes
2195
+ - Redis Queue component and rabbitMQ folder changes
2196
+ - changes to track old and new fields as part of the delete entity operation
2197
+ - optimizations done for audit subcriber
2198
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
2199
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
2200
+ - formatting changes
2201
+ - 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
2202
+ - qs depth config increased
2203
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
2204
+ - cached model metadata queries
2205
+ - changse
2206
+ - disabled extra loggign
2207
+ - chagnes
2208
+ - reduced concurrency in computed fields
2209
+ - additional loggign
2210
+ - added indexes to mobile & email since those are frequently queries upon
2211
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
2212
+ - Redis background job changes
2213
+ - Chatter Rationalizing
2214
+ - changes
2215
+ - changes
2216
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
2217
+ - changes to export bootstrap helpers for server & cli nest applications
2218
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
2219
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
2220
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
2221
+ - added index on message id in mq message table
2222
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
2223
+ - changes to save model sequence id as part of post compute instead of pre compute
2224
+ - changse
2225
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
2226
+ - High concurrency fix for alpha num and sequence num computed fields
2227
+ - bug fix in cron evalutaion
2228
+ - tighter logging around roles
2229
+ - scheduler now supports env based specific jobs starting and others not
2230
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
2231
+ - revert cross db changes for view-metadata-entity
2232
+ - fixes
2233
+ - changes to handle cross-db compatibility
2234
+ - added type as simple-json
2235
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
2236
+ - Revert "Merge branch 'media-update' into 'main'"
2237
+ - Mysql related changes
2238
+ - ts-morph and media storage fix
2239
+ - dashboard layout menu item added
2240
+ - dashboard changes
2241
+ - scheduler bug fix
2242
+ - made provision to execute scheduled jobs manually
2243
+ - changes
2244
+ - cleanup
2245
+ - logging related changes and made user activity history tree view
2246
+ - changes to return the wall clock time as utc for chatter as well to keep it...
2247
+ - changes around dashboard question refactoring
2248
+ - default tree view and action added on code generation
2249
+ - Date time format changes in audit
2250
+ - user activity history on otp login
2251
+ - changes
2252
+ - changelog added
2253
+ - reverted legacy and common entity to use local date time transformer only
2254
+ - added changelog
2255
+ - made playwright dependency lazy
2256
+ - ai interaction table user is nullable now
2257
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
2258
+ - formatting changes
2259
+ - Version info changes
2260
+ - dummy otp can now be enabled on a per user basis
2261
+ - jwt token optimisation
2262
+ - optimised the authentication flow in microservice adapter to cache access token
2263
+ - deleted file containing secrets
2264
+ - changes
2265
+ - optimisation around how dummy otp is managed
2266
+ - isSeeded added
2267
+ - bug fix for fetch layouts
2268
+ - view modes added in layout
2269
+ - One to many crud manager fixes
2270
+ - one-to-many-crud-manager-fixes
2271
+ - Many to many crud field manager fixes
2272
+ - patch endpoint added in role controller
2273
+ - many-to-many field fixes
2274
+ - modelSequenceFormViewChangeHandler added on field change
2275
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
2276
+ - changes to format group values consistently
2277
+ - fixes for normalizing group values
2278
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
2279
+ - changes to return groupValue in the group meta response as well. groupValue is...
2280
+ - changes to return groupValue in the group meta response as well. groupValue is...
2281
+ - filter_field_granularity_supported_added_for_date_fields
2282
+ - password registration/login cleanup + max failed login attempts checks added
2283
+ - removed unsafe inline from CSP
2284
+ - removed incorrect comment
2285
+ - changes
2286
+ - Revert "replaced playwright with lazy dependency"
2287
+ - replaced playwright with lazy dependency
2288
+ - count and average
2289
+ - fixes to solid core metadata configuration
2290
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
2291
+ - solid seed now prints proper exception stack trace
2292
+ - added playwright dependencies as peer dependencies
2293
+ - changed playwright import to make it lazy
2294
+ - issue fixes
2295
+ - formatting changes
2296
+ - formatting changes
2297
+ - changes for test setup
2298
+ - package changes
2299
+ - Changes to generate an SA user with the default password for simpler experience during setup
2300
+ - more changes to support form data based uploads
2301
+ - changes
2302
+ - changes around testing workflow
2303
+ - unified testing utitlities
2304
+ - added comments to the slug code
2305
+ - refactored queue namespacign
2306
+ - queue namespacing related chanes
2307
+ - removed todo
2308
+ - queue name related changes
2309
+ - cag
2310
+ - changrs
2311
+ - queues names are now namespaced by service naem
2312
+ - enabled logs
2313
+ - debug logs
2314
+ - testing docs updated
2315
+ - changes
2316
+ - cleanup
2317
+ - removed old testing related fiels
2318
+ - testing infra now supports data based interpolation
2319
+ - testing changes: now we support fully custom test specs
2320
+ - changes for test automation
2321
+ - changes to tsconfig for playwright tests
2322
+ - exporting typeorm db helper
2323
+ - removed the files section
2324
+ - changes for playwright testing
2325
+ - changes to disable service controller seed method
2326
+ - formatting changes
2327
+ - oom issue
2328
+ - logger added for chatter
2329
+ - changed arg to kebab case instead of came case in schematic service
2330
+ - default menu icons added
2331
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
2332
+ - removed un-necessary log
2333
+ - fix for handling non existence of fieldNamesForRemoval arg
2334
+ - foirmatting canges
2335
+ - Archived/solidstarters main
2336
+ - version changes
2337
+ - changed org : @solidstarters -> @solidxai
2338
+ - removed publish script, since it is replaced with solidctl release
2339
+ - chanes
2340
+ - Revert "@solidstarters namespace changed to @solidx"
2341
+ - @solidstarters namespace changed to @solidx
2342
+ - file service interface changes
2343
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
2344
+ - 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
2345
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
2346
+ - test data workflow
2347
+ - test-data command
2348
+ - seed command updated
2349
+ - changes
2350
+ - changes
2351
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
2352
+ - seeding now supports seedData allowing us to seed fixtures for testing.
2353
+ - precomputations now skip computation if value is already provided
2354
+ - added utility for findOneByUserKey
2355
+ - pruning related chagnes
2356
+ - changes
2357
+ - more changes related to pruning metadata
2358
+ - pruen logs added
2359
+ - module metadata seeder now does prune also
2360
+ - reformatting to improve readability
2361
+ - changes
2362
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
2363
+ - bug fixes
2364
+ - changes to cleanup the implementation by having the write method of file service return the url post write
2365
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
2366
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
2367
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
2368
+ - file service abstraction cleanup
2369
+ - chagnes
2370
+ - Dashboard Question Responsive
2371
+
593
2372
  ## [0.1.13-beta.21] - 2026-08-14
594
2373
 
595
2374
  ### Added