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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/CHANGELOG.md +1330 -0
  2. package/CLAUDE.md +26 -0
  3. package/dist/constants/media-file-types.d.ts +2 -2
  4. package/dist/constants/media-file-types.d.ts.map +1 -1
  5. package/dist/constants/media-file-types.js +24 -10
  6. package/dist/constants/media-file-types.js.map +1 -1
  7. package/dist/controllers/media.controller.d.ts.map +1 -1
  8. package/dist/controllers/media.controller.js +7 -2
  9. package/dist/controllers/media.controller.js.map +1 -1
  10. package/dist/controllers/user.controller.d.ts +1 -0
  11. package/dist/controllers/user.controller.d.ts.map +1 -1
  12. package/dist/controllers/user.controller.js +18 -2
  13. package/dist/controllers/user.controller.js.map +1 -1
  14. package/dist/services/authentication.service.d.ts +2 -4
  15. package/dist/services/authentication.service.d.ts.map +1 -1
  16. package/dist/services/authentication.service.js +8 -16
  17. package/dist/services/authentication.service.js.map +1 -1
  18. package/dist/services/settings/default-settings-provider.service.d.ts +20 -0
  19. package/dist/services/settings/default-settings-provider.service.d.ts.map +1 -1
  20. package/dist/services/settings/default-settings-provider.service.js +12 -0
  21. package/dist/services/settings/default-settings-provider.service.js.map +1 -1
  22. package/dist/services/user.service.d.ts +2 -0
  23. package/dist/services/user.service.d.ts.map +1 -1
  24. package/dist/services/user.service.js +58 -44
  25. package/dist/services/user.service.js.map +1 -1
  26. package/dist/solid-core.module.d.ts.map +1 -1
  27. package/dist/solid-core.module.js +5 -1
  28. package/dist/solid-core.module.js.map +1 -1
  29. package/package.json +1 -1
  30. package/src/constants/media-file-types.ts +76 -24
  31. package/src/controllers/media.controller.ts +18 -3
  32. package/src/controllers/user.controller.ts +37 -3
  33. package/src/services/authentication.service.ts +21 -19
  34. package/src/services/settings/default-settings-provider.service.ts +12 -0
  35. package/src/services/user.service.ts +101 -47
  36. package/src/solid-core.module.ts +12 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,1335 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.17-beta.2] - 2026-09-11
4
+
5
+ ### Added
6
+
7
+ - OAuth auto-provisioning asks the extension user provider for roles too
8
+ - route OAuth auto-provisioning through the extension user provider
9
+ - make dangerous-extension denylist configurable, add svg support
10
+ - add fullName field to OTPSignUpDto and update authentication service to use it
11
+ - create OTP registrations through the extension user provider
12
+ - let seed metadata declare which users are extension users
13
+ - replace signup key-sniffing with an explicit SignupIntent
14
+ - add ModuleIconAssetService to manage module icon installation
15
+ - remove delete button visibility for user activity history
16
+ - implement default value application for required fields in import transactions
17
+ - add default values for required fields in import transactions
18
+ - enhance media type mapping to support multiple categories per extension in MediaFieldCrudManager
19
+ - update media file type definitions to expose only necessary fields for better clarity
20
+ - enhance media type handling by consolidating media file types and updating related services
21
+ - add SecretResolutionController and related DTO for reading secrets safely
22
+ - expose media type mappings and improve field label handling in MediaFieldCrudManager
23
+ - add resolve and resolveMany methods for secret management
24
+ - add normalization utilities for text fields and integrate them into LongTextFieldCrudManager and ShortTextFieldCrudManager
25
+ - implement eager installation of Chromium for Playwright UI tests
26
+ - add security header options for iframe embedding and customize frame-ancestors
27
+ - implement transaction handling for unpublishing records and restore previous version
28
+ - add createdAt field to PostChatterMessageDto and set default in service
29
+ - implement transaction handling for unpublishing records and restore previous version
30
+ - add progress reporting functionality to test runner and reporters
31
+ - add viewWidget attribute for fileSize in metadata
32
+ - add configurable UI timeouts for testing steps and update documentation
33
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
34
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
35
+ - add default locale name for internationalised entries in test data seeding
36
+ - implement draft/publish versioning support and refactor related services
37
+ - add DraftPublishHelperService for managing draft and publish workflows
38
+ - add workflow field data provider support and related interfaces
39
+ - add asynchronous execution for workflows and enhance execution status retrieval
40
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
41
+ - enhance workflow definition management and add Python runtime node
42
+ - add SolidX integration nodes for login, email, and SMS
43
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
44
+ - enhance http.request node with query parameters and body modes
45
+ - refactor node structure and add sequential and switch nodes
46
+ - update workflow execution and definition handling
47
+ - implement workflow execution services and nodes
48
+ - implement API key generation for system admin users in ModuleMetadataSeederService
49
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
50
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
51
+ - enhance migration process with build and seed commands
52
+ - enhance datasource introspection with primary key detection and migration support
53
+ - enhance role creation with module linkage and resolve module metadata
54
+ - enhance action, role, and view metadata services with change detection and JSON normalization
55
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
56
+ - add new dashboard controller actions to permissions
57
+ - simplify queue health permissions by consolidating patterns
58
+ - implement explicit widget permissions and unauthorized response handling
59
+ - enhance widget permission checks and add unauthorized response handling
60
+ - add Queue SLA heatmap provider and update metadata
61
+ - update queue health menu item and reorder messages
62
+ - add various dashboard providers and runtime services
63
+ - implement WhatsApp Cloud API integration
64
+ - add gupshup whatsapp provider
65
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
66
+ - add updateCustomNoteMessage action to ChatterMessageController
67
+ - add secure custom-note edit API with attachment add/remove support
68
+ - implemented social media oath for facebook and microsoft
69
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
70
+ - implemented social media oath for facebook and microsoft
71
+ - add Message Tree Action and corresponding view for mqMessage
72
+ - implement processing timeout for RabbitMQ subscriber
73
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
74
+ - Migrate date/time transformers to UtcDateTimeTransformer.
75
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
76
+
77
+ ### Fixed
78
+
79
+ - OTP registration now grants the Internal User baseline role
80
+ - enforce allowPublicRegistration on OTP registration
81
+ - update copy-resources script to include new menu icon and correct resource path
82
+ - update copy-resources script to target the correct directory for media files
83
+ - update build script to include resource copying and add copyfiles dependency
84
+ - remove postinstall script for menu icon installation
85
+ - add postinstall script to ensure menu icon is copied to the correct directory
86
+ - ensure file operations for menu icon are awaited in create and update methods
87
+ - update menuIconUrl to point to the correct image path
88
+ - prevent caching of negative lookups in cache helper and permission metadata service
89
+ - use replaceAll for activeUserId in security rule config
90
+ - remove migration command and related services
91
+ - pass model service to convertImportedRecordToDto and apply defaults in the correct order
92
+ - remove delete permission from metadata configuration
93
+ - remove delete permission from global settings
94
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
95
+ - change matched column type from bit to default nullable boolean
96
+ - improve error message for media deletion restriction
97
+ - use transactions entitymanager for all subscribers only for embedded db projects
98
+ - update consuming project name resolution to use parent directory
99
+ - update solidx directory path to include consuming project name
100
+ - correct package name in model generation command and update error handling in module metadata retrieval
101
+ - username
102
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
103
+ - handle null or empty security rule configuration strings in repository
104
+
105
+ ### Changed
106
+
107
+ - de-duplicate the "ask the extension user provider for roles" lookup
108
+ - rename upsertUserWithRegistrationVerificationTokens to resolveUserForOtpRegistration
109
+ - streamline relation display value resolution and load related model metadata
110
+ - replace inline ShowSoftDeleted enum with imported enum from show-soft-deleted.enum.ts
111
+ - remove ModuleIconAssetService from core module
112
+ - rename applyEntityDefaults to applyImportDefaults for clarity
113
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
114
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
115
+ - unify datetime column types across entities using helper function
116
+ - remove explicit timestamp type for nullable date columns across entities
117
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
118
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
119
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
120
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
121
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
122
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
123
+ - simplify published version filtering in CRUDService
124
+ - remove handleSeedLocales method to streamline locale seeding process
125
+ - remove legacy dashboard files and add new dashboarding architecture guide
126
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
127
+ - remove redundant null check in resolveSecurityRuleConfig
128
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
129
+ - update legacy entity fields to be nullable and support null types
130
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
131
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
132
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
133
+
134
+ ### Documentation
135
+
136
+ - update expired discord link
137
+
138
+ ### Other
139
+
140
+ - deprecate POST /user and POST /user/bulk
141
+ - changes to ensure provider roles is used to resolve roles first for password/password less registration paths if an external user provider exists
142
+ - changes to ensure full name is also populated alongwith username
143
+ - cross-tyep uniqueness fix
144
+ - instant logout for access token changes
145
+ - vocabulary docs added
146
+ - removed the secrets read endpoint, since it is not required now
147
+ - renamed variables for better naming
148
+ - changes to ensure path segement parsing is consisten for $res and $data fragements in the ops vocabulary e.g currently $res was not supporting brackets but only . while grabbing data from and object
149
+ - ensure missing secrets show up in the report output so the error is presented alongside the scenario step for clarity
150
+ - `${secret:...}` in the test vocabulary
151
+ - Refactor Chromium installation process and remove eager install script
152
+ - changes
153
+ - ## Phase 6 — Global Multer upload size limit
154
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
155
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
156
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
157
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
158
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
159
+ - mpin scheme version changes
160
+ - mpin related changes
161
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
162
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
163
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
164
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
165
+ - Deliverable A now stands as: cache TTL (with the store swap that makes it actually work), the me() null guard it necessitates, the logout verify/idempotency fix, previousValidUntil replacing the timer, and the dead validate() removed.
166
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
167
+ - changes around files name sanitization and normalization
168
+ - changes to handle variations in extension while uploading dangerous extension files
169
+ - change request body max to 25mb
170
+ - Comment out countGroupedRecords method implementation for refactoring
171
+ - show theme toggle
172
+ - rename theme registry
173
+ - remove some unusable code
174
+ - some changes
175
+ - solidx theme settings
176
+ - chagesn to testing readme
177
+ - changes to make ui.expectUrl to wait using the navigation timeout
178
+ - type fixes
179
+ - fixes around playwright context
180
+ - Scenario snap shot changes
181
+ - test run payload changes
182
+ - Testhub test run queue changes
183
+ - Screen shoot changes
184
+ - Test Life Cycle Changes.
185
+ - Testing Hub Changes
186
+ - chagesn to testing readme
187
+ - changes to support passing an explicit createdAt while posting a chatter message
188
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
189
+ - rename theme registry
190
+ - changes to make ui.expectUrl to wait using the navigation timeout
191
+ - type fixes
192
+ - fixes around playwright context
193
+ - Scenario snap shot changes
194
+ - test run payload changes
195
+ - Testhub test run queue changes
196
+ - Screen shoot changes
197
+ - Test Life Cycle Changes.
198
+ - Testing Hub Changes
199
+ - remove add permisson from permisson-list-view
200
+ - removed indexes on username and mobile since it is a conditional index and it breaks for mssql since multiple nulls are not allowed on unique columns
201
+ - readme changes
202
+ - removed hardcoded type against a boolean type
203
+ - changes to the default testing setting timeout to pick from env as well
204
+ - remove duplicate code
205
+ - refactoring around chatter media security fix
206
+ - add media extension support for post chatter
207
+ - Add media upload action and validation in MediaService
208
+ - add media extension support for post chatter
209
+ - changes to ensure only id and field are returned while populating the user in chatter
210
+ - Update defaultValue types in solid-core-metadata.json to strings
211
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
212
+ - Add getMentionableUsers permission
213
+ - Add endpoint to retrieve mentionable users with search and limit options
214
+ - Add error handling nodes and enhance workflow node definitions
215
+ - Add skipHooks option to seed command and related services
216
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
217
+ - Enhance workflow node definitions and runtime context handling
218
+ - remvoing redundent code
219
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
220
+ - changes
221
+ - changes
222
+ - sql injection vulnerability closed in filter queries
223
+ - Remove LocalPath
224
+ - revert changes
225
+ - revert changes
226
+ - revert changes
227
+ - re revert
228
+ - revert changes
229
+ - private-file-cleanup
230
+ - add downlaodurl
231
+ - changes to allow overriding the is allowed api keys flag thru extension user
232
+ - Revert "user enumeration"
233
+ - remove validation from username and mobile
234
+ - user create validation bugs
235
+ - add normalize for otp based also
236
+ - Disable metadata pruning by default in seed command configuration
237
+ - Update seed command to enable metadata pruning by default
238
+ - handle-case-sensitive-for-email
239
+ - Add delete permissions for ImportTransactionController in solid-core metadata
240
+ - Add permissions for import/export functionality in solid-core metadata
241
+ - Refactor role assignment for admin users to handle capability roles individually
242
+ - discard changes
243
+ - add support for static file
244
+ - Add capability roles for admin users in module metadata seeder
245
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
246
+ - attachment
247
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
248
+ - make isPublic default true
249
+ - changes to show the image inline
250
+ - cleanup againts media's
251
+ - inline role crate false
252
+ - Implement chatter mention notification system with email templates and queue handling
253
+ - Add messageBodyMentions field to chatter message DTOs and entity
254
+ - fix-audit-bug
255
+ - changes to include signed url token for private media
256
+ - Revert "Revert "rename function name""
257
+ - Revert "Revert "add private media support""
258
+ - Add media file type constants and enhance security for media uploads
259
+ - remove some unusable code
260
+ - some changes
261
+ - handle technical error messages due to missing resource in static resources folder
262
+ - Revert "add private media support"
263
+ - Revert "rename function name"
264
+ - rename function name
265
+ - add private media support
266
+ - some fixes
267
+ - solidx session invalid changes
268
+ - add validation on get chatter message
269
+ - updatedAt value is updating now
270
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
271
+ - add security against chatter
272
+ - chatter message endpoint made public
273
+ - removed embedded db support
274
+ - Add default sorting by ID if not explicitly specified in order options
275
+ - solidx theme settings
276
+ - add icons across all the models in solid core
277
+ - media upload added behind auth
278
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
279
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
280
+ - class serializer interceptor added for impact of Exclude and Expose
281
+ - Enhance datasource introspection with primary key validation and user key resolution
282
+ - Concurrent Login Feature
283
+ - user enumeration
284
+ - add helper text key on settings object .........
285
+ - changes to handle case insenstive filter operations if the values are other than string by casting
286
+ - menus item fix
287
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
288
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
289
+ - display name changed
290
+ - name changed
291
+ - added settings for configure the row click on solid list view
292
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
293
+ - fixed legacy entity files names
294
+ - view metadata type field - selection static and roles required false from menu-item
295
+ - Fix for this issue > stop applying lower for numeric fields.
296
+ - refactor and add migration command
297
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
298
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
299
+ - changes to take in option for seeding with modules in current seed method
300
+ - Fix validation logic to parse string field values as integers before applying validations
301
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
302
+ - ad changes
303
+ - Add locale seeding functionality and enhance locale management
304
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
305
+ - changes to avoid extra module checks before dynamically loading it
306
+ - defaulted to modulemetadataseederservice if no seeder provided
307
+ - Add Date field in Instructions Response
308
+ - ai interaction cleanup changes
309
+ - enabling create,edit,import,export on permission and lov modules
310
+ - added module to rolemetadata list view
311
+ - roles group by module changes
312
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
313
+ - Implement Datasource Management functionality with controller, service, and DTO
314
+ - added index to fields newly added as sortable and searchable
315
+ - Add archiver package to dependencies
316
+ - removed unnecessary seed file
317
+ - Add TypeORM migration helper functions and export in index
318
+ - fixes
319
+ - reverted accidental removal of the layout builder root menu
320
+ - pending cleanup of solid core menu items
321
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
322
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
323
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
324
+ - changes for IAM
325
+ - Add clearPackageRuntime functionality and corresponding metadata action
326
+ - Add archiver dependency and implement module package export functionality
327
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
328
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
329
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
330
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
331
+ - Remove unused database bootstrap service and related SQL cleanup procedures
332
+ - cleanup
333
+ - Add view and action metadata tree views with updated permissions and searchable fields
334
+ - Add view and action metadata tree views with updated permissions and searchable fields
335
+ - menu item model cleanup
336
+ - Add resumable import handling and transaction management in module package service
337
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
338
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
339
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
340
+ - many to one left join issue fixed
341
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
342
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
343
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
344
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
345
+ - Implement module metadata explorer with CRUD operations and search functionality
346
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
347
+ - Bug fixs
348
+ - added frontend base url as well to the default settings
349
+ - minor cleanup
350
+ - changes to cleanup legacy table related fields
351
+ - changes for new dashboards functionality
352
+ - always print server startup line regardless of log level
353
+ - Add field quality checks and fixes checklist for backend validation
354
+ - typeo issue
355
+ - Agent table clean up
356
+ - Add manual interaction step for Playwright and update README
357
+ - provision made to unlink data rather than having to teardown everything
358
+ - provision made to unlink data rather than having to teardown everything
359
+ - changes to colour the server startup line
360
+ - Agent table clean up
361
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
362
+ - removed id command options and retained the singular name option only for consistency purposes
363
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
364
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
365
+ - MCP table solid changes
366
+ - playwrite added as dependency instead
367
+ - changes to the test runner
368
+ - chatter message user resolution chagnes
369
+ - bug fix in chatter message user resolution after we moved to queues.
370
+ - moved back to beta3
371
+ - failed login attempts field added to the json and update dto and exposed in entity
372
+ - removed un-necessary index on newvalue display
373
+ - ts changes error: any
374
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
375
+ - changed model metadata service default form layout to be single column
376
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
377
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
378
+ - normalised @ApiTags
379
+ - enum for passwordless modes
380
+ - bug fix in how alternative actions are rendered
381
+ - queue related bug fixes
382
+ - changes to add a websocket adaptor to the bootstrap server routine
383
+ - license changes
384
+ - type fixes
385
+ - removed min and max from long text mapping
386
+ - bug fix for shortext field mapping
387
+ - changes to post the testing results to a webhook api with a test payload
388
+ - added import multer this fixes un-necessary ts errors in vscode
389
+ - ts errors fixed
390
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
391
+ - formatting changes
392
+ - facebook oauth
393
+ - Status required false
394
+ - updated gitignore
395
+ - dleete un-necessary docs
396
+ - deleted un-necessary files
397
+ - changes related to more grooming
398
+ - api added in cors
399
+ - refactor Oauth strategy
400
+ - Revert "Ft social media login"
401
+ - bug fix
402
+ - bug fix
403
+ - add new api me endpoint and role based settings
404
+ - setting changes for new ui architecture
405
+ - changes for new settings structure
406
+ - chatter task subtype and related changes
407
+ - bug fix
408
+ - fixes
409
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
410
+ - changes to handle import logs as well, thru configured winston log level
411
+ - change isMultiSelect to true in solid-core-metadata.json
412
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
413
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
414
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
415
+ - bug fix: passwordless registration should create a user with active false
416
+ - apikeys attribute was not exposed
417
+ - refactor Oauth strategy
418
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
419
+ - bug fix
420
+ - null check on role
421
+ - made provision to seed custom permissions
422
+ - handled seed scenario too
423
+ - upload File and expectHidden changes
424
+ - extension user cleanup and checks added
425
+ - fixed types for cleanup
426
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
427
+ - fixes bare shell imports with relative imports
428
+ - dynamic import fix
429
+ - removed unnecessary file
430
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
431
+ - removed base abstract class
432
+ - added interface too
433
+ - changes
434
+ - changes to test data seeding & fixed the type for authenticationService.signup method
435
+ - changes to user dto to include the api keys toggle
436
+ - add default role to the user only if there are no roles resolved against a user
437
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
438
+ - Only forward --debug when explicitly enabled.
439
+ - toolOutput field changes to json
440
+ - adding user api key entity to export
441
+ - minor optimisation to how dynamic modules are loaded
442
+ - Add Discord badge to top of README
443
+ - Fix broken BSL license link and add Discord link to README
444
+ - Add BSL 1.1 license and update package.json license field
445
+ - Seed user and roles in testing data
446
+ - removed readme.txt
447
+ - moved type and interfaces in interfaces.ts and refactored accordingly
448
+ - changed to md
449
+ - added readme
450
+ - Ai setting model change
451
+ - changes to allow encrypting setting keys
452
+ - form view clean up
453
+ - Agent table list view changes
454
+ - synchronize false
455
+ - changes to resolve the selection dynamic provider by name and token both
456
+ - changes to bypass swagger urls from csp policy
457
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
458
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
459
+ - changes to implement the sso code and sso exchange use cases
460
+ - removed orm types / exported api key entity
461
+ - added provision to control if api key creation is allowed for the user
462
+ - api key changes for backend
463
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
464
+ - fix to call addRoles only if role names are present
465
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
466
+ - refactor: update legacy entity fields to be nullable and support null types
467
+ - Json structure change
468
+ - Agent table metadata clean up changes
469
+ - longtext
470
+ - longtext changes
471
+ - Agent tables clean up
472
+ - fixes to seed many-to-many relation for tests
473
+ - changes to seed media in testing data
474
+ - Chatter modelUserkey and excel many to one issue
475
+ - keeping the default selectionValueType as string since this is a good default
476
+ - bug fixes around how media is done
477
+ - bug fixes
478
+ - try catch inside logEvent
479
+ - media has card based metadata
480
+ - Refresh token activity
481
+ - changes to implement the sso code and sso exchange use cases
482
+ - cleanup
483
+ - enabled kanban view on mq message
484
+ - Agent table changes
485
+ - changes to disallow deleting a model or module in production
486
+ - changelog version bumped
487
+ - changelog added
488
+ - changes to control the logging using env variables & set appropriate defaults basis environment
489
+ - chnages for logging
490
+ - Chatter queue fixs
491
+ - one more "beta" for ozzy
492
+ - additional loggging in cors helper
493
+ - changes
494
+ - Redis Queue component and rabbitMQ folder changes
495
+ - changes to track old and new fields as part of the delete entity operation
496
+ - optimizations done for audit subcriber
497
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
498
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
499
+ - formatting changes
500
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
501
+ - qs depth config increased
502
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
503
+ - cached model metadata queries
504
+ - changse
505
+ - disabled extra loggign
506
+ - chagnes
507
+ - reduced concurrency in computed fields
508
+ - additional loggign
509
+ - added indexes to mobile & email since those are frequently queries upon
510
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
511
+ - Redis background job changes
512
+ - Chatter Rationalizing
513
+ - changes
514
+ - changes
515
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
516
+ - changes to export bootstrap helpers for server & cli nest applications
517
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
518
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
519
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
520
+ - added index on message id in mq message table
521
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
522
+ - changes to save model sequence id as part of post compute instead of pre compute
523
+ - changse
524
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
525
+ - High concurrency fix for alpha num and sequence num computed fields
526
+ - bug fix in cron evalutaion
527
+ - tighter logging around roles
528
+ - scheduler now supports env based specific jobs starting and others not
529
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
530
+ - revert cross db changes for view-metadata-entity
531
+ - fixes
532
+ - changes to handle cross-db compatibility
533
+ - added type as simple-json
534
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
535
+ - Revert "Merge branch 'media-update' into 'main'"
536
+ - Mysql related changes
537
+ - ts-morph and media storage fix
538
+ - dashboard layout menu item added
539
+ - dashboard changes
540
+ - scheduler bug fix
541
+ - made provision to execute scheduled jobs manually
542
+ - changes
543
+ - cleanup
544
+ - logging related changes and made user activity history tree view
545
+ - changes to return the wall clock time as utc for chatter as well to keep it...
546
+ - changes around dashboard question refactoring
547
+ - default tree view and action added on code generation
548
+ - Date time format changes in audit
549
+ - user activity history on otp login
550
+ - changes
551
+ - changelog added
552
+ - reverted legacy and common entity to use local date time transformer only
553
+ - added changelog
554
+ - made playwright dependency lazy
555
+ - ai interaction table user is nullable now
556
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
557
+ - formatting changes
558
+ - Version info changes
559
+ - dummy otp can now be enabled on a per user basis
560
+ - jwt token optimisation
561
+ - optimised the authentication flow in microservice adapter to cache access token
562
+ - deleted file containing secrets
563
+ - changes
564
+ - optimisation around how dummy otp is managed
565
+ - isSeeded added
566
+ - bug fix for fetch layouts
567
+ - view modes added in layout
568
+ - One to many crud manager fixes
569
+ - one-to-many-crud-manager-fixes
570
+ - Many to many crud field manager fixes
571
+ - patch endpoint added in role controller
572
+ - many-to-many field fixes
573
+ - modelSequenceFormViewChangeHandler added on field change
574
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
575
+ - changes to format group values consistently
576
+ - fixes for normalizing group values
577
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
578
+ - changes to return groupValue in the group meta response as well. groupValue is...
579
+ - changes to return groupValue in the group meta response as well. groupValue is...
580
+ - filter_field_granularity_supported_added_for_date_fields
581
+ - password registration/login cleanup + max failed login attempts checks added
582
+ - removed unsafe inline from CSP
583
+ - removed incorrect comment
584
+ - changes
585
+ - Revert "replaced playwright with lazy dependency"
586
+ - replaced playwright with lazy dependency
587
+ - count and average
588
+ - fixes to solid core metadata configuration
589
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
590
+ - solid seed now prints proper exception stack trace
591
+ - added playwright dependencies as peer dependencies
592
+ - changed playwright import to make it lazy
593
+ - issue fixes
594
+ - formatting changes
595
+ - formatting changes
596
+ - changes for test setup
597
+ - package changes
598
+ - Changes to generate an SA user with the default password for simpler experience during setup
599
+ - more changes to support form data based uploads
600
+ - changes
601
+ - changes around testing workflow
602
+ - unified testing utitlities
603
+ - added comments to the slug code
604
+ - refactored queue namespacign
605
+ - queue namespacing related chanes
606
+ - removed todo
607
+ - queue name related changes
608
+ - cag
609
+ - changrs
610
+ - queues names are now namespaced by service naem
611
+ - enabled logs
612
+ - debug logs
613
+ - testing docs updated
614
+ - changes
615
+ - cleanup
616
+ - removed old testing related fiels
617
+ - testing infra now supports data based interpolation
618
+ - testing changes: now we support fully custom test specs
619
+ - changes for test automation
620
+ - changes to tsconfig for playwright tests
621
+ - exporting typeorm db helper
622
+ - removed the files section
623
+ - changes for playwright testing
624
+ - changes to disable service controller seed method
625
+ - formatting changes
626
+ - oom issue
627
+ - logger added for chatter
628
+ - changed arg to kebab case instead of came case in schematic service
629
+ - default menu icons added
630
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
631
+ - removed un-necessary log
632
+ - fix for handling non existence of fieldNamesForRemoval arg
633
+ - foirmatting canges
634
+ - Archived/solidstarters main
635
+ - version changes
636
+ - changed org : @solidstarters -> @solidxai
637
+ - removed publish script, since it is replaced with solidctl release
638
+ - chanes
639
+ - Revert "@solidstarters namespace changed to @solidx"
640
+ - @solidstarters namespace changed to @solidx
641
+ - file service interface changes
642
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
643
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
644
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
645
+ - test data workflow
646
+ - test-data command
647
+ - seed command updated
648
+ - changes
649
+ - changes
650
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
651
+ - seeding now supports seedData allowing us to seed fixtures for testing.
652
+ - precomputations now skip computation if value is already provided
653
+ - added utility for findOneByUserKey
654
+ - pruning related chagnes
655
+ - changes
656
+ - more changes related to pruning metadata
657
+ - pruen logs added
658
+ - module metadata seeder now does prune also
659
+ - reformatting to improve readability
660
+ - changes
661
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
662
+ - bug fixes
663
+ - changes to cleanup the implementation by having the write method of file service return the url post write
664
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
665
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
666
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
667
+ - file service abstraction cleanup
668
+ - chagnes
669
+ - Dashboard Question Responsive
670
+
671
+ ## [0.1.17-beta.1] - 2026-09-11
672
+
673
+ ### Added
674
+
675
+ - make dangerous-extension denylist configurable, add svg support
676
+ - add fullName field to OTPSignUpDto and update authentication service to use it
677
+ - create OTP registrations through the extension user provider
678
+ - let seed metadata declare which users are extension users
679
+ - replace signup key-sniffing with an explicit SignupIntent
680
+ - add ModuleIconAssetService to manage module icon installation
681
+ - remove delete button visibility for user activity history
682
+ - implement default value application for required fields in import transactions
683
+ - add default values for required fields in import transactions
684
+ - enhance media type mapping to support multiple categories per extension in MediaFieldCrudManager
685
+ - update media file type definitions to expose only necessary fields for better clarity
686
+ - enhance media type handling by consolidating media file types and updating related services
687
+ - add SecretResolutionController and related DTO for reading secrets safely
688
+ - expose media type mappings and improve field label handling in MediaFieldCrudManager
689
+ - add resolve and resolveMany methods for secret management
690
+ - add normalization utilities for text fields and integrate them into LongTextFieldCrudManager and ShortTextFieldCrudManager
691
+ - implement eager installation of Chromium for Playwright UI tests
692
+ - add security header options for iframe embedding and customize frame-ancestors
693
+ - implement transaction handling for unpublishing records and restore previous version
694
+ - add createdAt field to PostChatterMessageDto and set default in service
695
+ - implement transaction handling for unpublishing records and restore previous version
696
+ - add progress reporting functionality to test runner and reporters
697
+ - add viewWidget attribute for fileSize in metadata
698
+ - add configurable UI timeouts for testing steps and update documentation
699
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
700
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
701
+ - add default locale name for internationalised entries in test data seeding
702
+ - implement draft/publish versioning support and refactor related services
703
+ - add DraftPublishHelperService for managing draft and publish workflows
704
+ - add workflow field data provider support and related interfaces
705
+ - add asynchronous execution for workflows and enhance execution status retrieval
706
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
707
+ - enhance workflow definition management and add Python runtime node
708
+ - add SolidX integration nodes for login, email, and SMS
709
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
710
+ - enhance http.request node with query parameters and body modes
711
+ - refactor node structure and add sequential and switch nodes
712
+ - update workflow execution and definition handling
713
+ - implement workflow execution services and nodes
714
+ - implement API key generation for system admin users in ModuleMetadataSeederService
715
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
716
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
717
+ - enhance migration process with build and seed commands
718
+ - enhance datasource introspection with primary key detection and migration support
719
+ - enhance role creation with module linkage and resolve module metadata
720
+ - enhance action, role, and view metadata services with change detection and JSON normalization
721
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
722
+ - add new dashboard controller actions to permissions
723
+ - simplify queue health permissions by consolidating patterns
724
+ - implement explicit widget permissions and unauthorized response handling
725
+ - enhance widget permission checks and add unauthorized response handling
726
+ - add Queue SLA heatmap provider and update metadata
727
+ - update queue health menu item and reorder messages
728
+ - add various dashboard providers and runtime services
729
+ - implement WhatsApp Cloud API integration
730
+ - add gupshup whatsapp provider
731
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
732
+ - add updateCustomNoteMessage action to ChatterMessageController
733
+ - add secure custom-note edit API with attachment add/remove support
734
+ - implemented social media oath for facebook and microsoft
735
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
736
+ - implemented social media oath for facebook and microsoft
737
+ - add Message Tree Action and corresponding view for mqMessage
738
+ - implement processing timeout for RabbitMQ subscriber
739
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
740
+ - Migrate date/time transformers to UtcDateTimeTransformer.
741
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
742
+
743
+ ### Fixed
744
+
745
+ - enforce allowPublicRegistration on OTP registration
746
+ - update copy-resources script to include new menu icon and correct resource path
747
+ - update copy-resources script to target the correct directory for media files
748
+ - update build script to include resource copying and add copyfiles dependency
749
+ - remove postinstall script for menu icon installation
750
+ - add postinstall script to ensure menu icon is copied to the correct directory
751
+ - ensure file operations for menu icon are awaited in create and update methods
752
+ - update menuIconUrl to point to the correct image path
753
+ - prevent caching of negative lookups in cache helper and permission metadata service
754
+ - use replaceAll for activeUserId in security rule config
755
+ - remove migration command and related services
756
+ - pass model service to convertImportedRecordToDto and apply defaults in the correct order
757
+ - remove delete permission from metadata configuration
758
+ - remove delete permission from global settings
759
+ - make currentValue optional in CreateModelSequenceDto and update seeding logic to exclude it
760
+ - change matched column type from bit to default nullable boolean
761
+ - improve error message for media deletion restriction
762
+ - use transactions entitymanager for all subscribers only for embedded db projects
763
+ - update consuming project name resolution to use parent directory
764
+ - update solidx directory path to include consuming project name
765
+ - correct package name in model generation command and update error handling in module metadata retrieval
766
+ - username
767
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
768
+ - handle null or empty security rule configuration strings in repository
769
+
770
+ ### Changed
771
+
772
+ - streamline relation display value resolution and load related model metadata
773
+ - replace inline ShowSoftDeleted enum with imported enum from show-soft-deleted.enum.ts
774
+ - remove ModuleIconAssetService from core module
775
+ - rename applyEntityDefaults to applyImportDefaults for clarity
776
+ - update media type handling in CreateFieldMetadataDto and FieldMetadataService
777
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
778
+ - unify datetime column types across entities using helper function
779
+ - remove explicit timestamp type for nullable date columns across entities
780
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
781
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
782
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
783
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
784
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
785
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
786
+ - simplify published version filtering in CRUDService
787
+ - remove handleSeedLocales method to streamline locale seeding process
788
+ - remove legacy dashboard files and add new dashboarding architecture guide
789
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
790
+ - remove redundant null check in resolveSecurityRuleConfig
791
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
792
+ - update legacy entity fields to be nullable and support null types
793
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
794
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
795
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
796
+
797
+ ### Documentation
798
+
799
+ - update expired discord link
800
+
801
+ ### Other
802
+
803
+ - changes to ensure provider roles is used to resolve roles first for password/password less registration paths if an external user provider exists
804
+ - changes to ensure full name is also populated alongwith username
805
+ - cross-tyep uniqueness fix
806
+ - instant logout for access token changes
807
+ - vocabulary docs added
808
+ - removed the secrets read endpoint, since it is not required now
809
+ - renamed variables for better naming
810
+ - changes to ensure path segement parsing is consisten for $res and $data fragements in the ops vocabulary e.g currently $res was not supporting brackets but only . while grabbing data from and object
811
+ - ensure missing secrets show up in the report output so the error is presented alongside the scenario step for clarity
812
+ - `${secret:...}` in the test vocabulary
813
+ - Refactor Chromium installation process and remove eager install script
814
+ - changes
815
+ - ## Phase 6 — Global Multer upload size limit
816
+ - ## Phase 5 — Dangerous-extension checks on menu-icon & settings uploads
817
+ - ## Phase 4 — Route chatter attachments through `MediaFieldCrudManager`
818
+ - ## Phase 3 — Close the `mediaMultiple` size/category gap, and align `validateAllowedExtensions`'s placement
819
+ - ## Phase 2 — Make `mediaTypes` category resolution extension-authoritative
820
+ - Per-field extension allowlist (`mediaAllowedExtensions`)
821
+ - mpin scheme version changes
822
+ - mpin related changes
823
+ - Add safe percent-decoding for uploaded file names to prevent bypassing extension checks
824
+ - Revert "Revert "Deliverable A now stands as: cache TTL (with the store swap that make…""
825
+ - Revert "Deliverable A now stands as: cache TTL (with the store swap that make…"
826
+ - fixes around handling concurrent logins properly using per deviceKey buckets.
827
+ - 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.
828
+ - fixed the request body limit to keep it as 10mb instead of 25mb by default
829
+ - changes around files name sanitization and normalization
830
+ - changes to handle variations in extension while uploading dangerous extension files
831
+ - change request body max to 25mb
832
+ - Comment out countGroupedRecords method implementation for refactoring
833
+ - show theme toggle
834
+ - rename theme registry
835
+ - remove some unusable code
836
+ - some changes
837
+ - solidx theme settings
838
+ - chagesn to testing readme
839
+ - changes to make ui.expectUrl to wait using the navigation timeout
840
+ - type fixes
841
+ - fixes around playwright context
842
+ - Scenario snap shot changes
843
+ - test run payload changes
844
+ - Testhub test run queue changes
845
+ - Screen shoot changes
846
+ - Test Life Cycle Changes.
847
+ - Testing Hub Changes
848
+ - chagesn to testing readme
849
+ - changes to support passing an explicit createdAt while posting a chatter message
850
+ - Enhance countGroupedRecords and passed internationalisation and draft publish workflow parameters in executeGroupPipeline
851
+ - rename theme registry
852
+ - changes to make ui.expectUrl to wait using the navigation timeout
853
+ - type fixes
854
+ - fixes around playwright context
855
+ - Scenario snap shot changes
856
+ - test run payload changes
857
+ - Testhub test run queue changes
858
+ - Screen shoot changes
859
+ - Test Life Cycle Changes.
860
+ - Testing Hub Changes
861
+ - remove add permisson from permisson-list-view
862
+ - 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
863
+ - readme changes
864
+ - removed hardcoded type against a boolean type
865
+ - changes to the default testing setting timeout to pick from env as well
866
+ - remove duplicate code
867
+ - refactoring around chatter media security fix
868
+ - add media extension support for post chatter
869
+ - Add media upload action and validation in MediaService
870
+ - add media extension support for post chatter
871
+ - changes to ensure only id and field are returned while populating the user in chatter
872
+ - Update defaultValue types in solid-core-metadata.json to strings
873
+ - 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
874
+ - Add getMentionableUsers permission
875
+ - Add endpoint to retrieve mentionable users with search and limit options
876
+ - Add error handling nodes and enhance workflow node definitions
877
+ - Add skipHooks option to seed command and related services
878
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
879
+ - Enhance workflow node definitions and runtime context handling
880
+ - remvoing redundent code
881
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
882
+ - changes
883
+ - changes
884
+ - sql injection vulnerability closed in filter queries
885
+ - Remove LocalPath
886
+ - revert changes
887
+ - revert changes
888
+ - revert changes
889
+ - re revert
890
+ - revert changes
891
+ - private-file-cleanup
892
+ - add downlaodurl
893
+ - changes to allow overriding the is allowed api keys flag thru extension user
894
+ - Revert "user enumeration"
895
+ - remove validation from username and mobile
896
+ - user create validation bugs
897
+ - add normalize for otp based also
898
+ - Disable metadata pruning by default in seed command configuration
899
+ - Update seed command to enable metadata pruning by default
900
+ - handle-case-sensitive-for-email
901
+ - Add delete permissions for ImportTransactionController in solid-core metadata
902
+ - Add permissions for import/export functionality in solid-core metadata
903
+ - Refactor role assignment for admin users to handle capability roles individually
904
+ - discard changes
905
+ - add support for static file
906
+ - Add capability roles for admin users in module metadata seeder
907
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
908
+ - attachment
909
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
910
+ - make isPublic default true
911
+ - changes to show the image inline
912
+ - cleanup againts media's
913
+ - inline role crate false
914
+ - Implement chatter mention notification system with email templates and queue handling
915
+ - Add messageBodyMentions field to chatter message DTOs and entity
916
+ - fix-audit-bug
917
+ - changes to include signed url token for private media
918
+ - Revert "Revert "rename function name""
919
+ - Revert "Revert "add private media support""
920
+ - Add media file type constants and enhance security for media uploads
921
+ - remove some unusable code
922
+ - some changes
923
+ - handle technical error messages due to missing resource in static resources folder
924
+ - Revert "add private media support"
925
+ - Revert "rename function name"
926
+ - rename function name
927
+ - add private media support
928
+ - some fixes
929
+ - solidx session invalid changes
930
+ - add validation on get chatter message
931
+ - updatedAt value is updating now
932
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
933
+ - add security against chatter
934
+ - chatter message endpoint made public
935
+ - removed embedded db support
936
+ - Add default sorting by ID if not explicitly specified in order options
937
+ - solidx theme settings
938
+ - add icons across all the models in solid core
939
+ - media upload added behind auth
940
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
941
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
942
+ - class serializer interceptor added for impact of Exclude and Expose
943
+ - Enhance datasource introspection with primary key validation and user key resolution
944
+ - Concurrent Login Feature
945
+ - user enumeration
946
+ - add helper text key on settings object .........
947
+ - changes to handle case insenstive filter operations if the values are other than string by casting
948
+ - menus item fix
949
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
950
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
951
+ - display name changed
952
+ - name changed
953
+ - added settings for configure the row click on solid list view
954
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
955
+ - fixed legacy entity files names
956
+ - view metadata type field - selection static and roles required false from menu-item
957
+ - Fix for this issue > stop applying lower for numeric fields.
958
+ - refactor and add migration command
959
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
960
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
961
+ - changes to take in option for seeding with modules in current seed method
962
+ - Fix validation logic to parse string field values as integers before applying validations
963
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
964
+ - ad changes
965
+ - Add locale seeding functionality and enhance locale management
966
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
967
+ - changes to avoid extra module checks before dynamically loading it
968
+ - defaulted to modulemetadataseederservice if no seeder provided
969
+ - Add Date field in Instructions Response
970
+ - ai interaction cleanup changes
971
+ - enabling create,edit,import,export on permission and lov modules
972
+ - added module to rolemetadata list view
973
+ - roles group by module changes
974
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
975
+ - Implement Datasource Management functionality with controller, service, and DTO
976
+ - added index to fields newly added as sortable and searchable
977
+ - Add archiver package to dependencies
978
+ - removed unnecessary seed file
979
+ - Add TypeORM migration helper functions and export in index
980
+ - fixes
981
+ - reverted accidental removal of the layout builder root menu
982
+ - pending cleanup of solid core menu items
983
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
984
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
985
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
986
+ - changes for IAM
987
+ - Add clearPackageRuntime functionality and corresponding metadata action
988
+ - Add archiver dependency and implement module package export functionality
989
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
990
+ - 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
991
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
992
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
993
+ - Remove unused database bootstrap service and related SQL cleanup procedures
994
+ - cleanup
995
+ - Add view and action metadata tree views with updated permissions and searchable fields
996
+ - Add view and action metadata tree views with updated permissions and searchable fields
997
+ - menu item model cleanup
998
+ - Add resumable import handling and transaction management in module package service
999
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
1000
+ - 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.
1001
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
1002
+ - many to one left join issue fixed
1003
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
1004
+ - 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
1005
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
1006
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
1007
+ - Implement module metadata explorer with CRUD operations and search functionality
1008
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
1009
+ - Bug fixs
1010
+ - added frontend base url as well to the default settings
1011
+ - minor cleanup
1012
+ - changes to cleanup legacy table related fields
1013
+ - changes for new dashboards functionality
1014
+ - always print server startup line regardless of log level
1015
+ - Add field quality checks and fixes checklist for backend validation
1016
+ - typeo issue
1017
+ - Agent table clean up
1018
+ - Add manual interaction step for Playwright and update README
1019
+ - provision made to unlink data rather than having to teardown everything
1020
+ - provision made to unlink data rather than having to teardown everything
1021
+ - changes to colour the server startup line
1022
+ - Agent table clean up
1023
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
1024
+ - removed id command options and retained the singular name option only for consistency purposes
1025
+ - 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
1026
+ - 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
1027
+ - MCP table solid changes
1028
+ - playwrite added as dependency instead
1029
+ - changes to the test runner
1030
+ - chatter message user resolution chagnes
1031
+ - bug fix in chatter message user resolution after we moved to queues.
1032
+ - moved back to beta3
1033
+ - failed login attempts field added to the json and update dto and exposed in entity
1034
+ - removed un-necessary index on newvalue display
1035
+ - ts changes error: any
1036
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
1037
+ - changed model metadata service default form layout to be single column
1038
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1039
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
1040
+ - normalised @ApiTags
1041
+ - enum for passwordless modes
1042
+ - bug fix in how alternative actions are rendered
1043
+ - queue related bug fixes
1044
+ - changes to add a websocket adaptor to the bootstrap server routine
1045
+ - license changes
1046
+ - type fixes
1047
+ - removed min and max from long text mapping
1048
+ - bug fix for shortext field mapping
1049
+ - changes to post the testing results to a webhook api with a test payload
1050
+ - added import multer this fixes un-necessary ts errors in vscode
1051
+ - ts errors fixed
1052
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
1053
+ - formatting changes
1054
+ - facebook oauth
1055
+ - Status required false
1056
+ - updated gitignore
1057
+ - dleete un-necessary docs
1058
+ - deleted un-necessary files
1059
+ - changes related to more grooming
1060
+ - api added in cors
1061
+ - refactor Oauth strategy
1062
+ - Revert "Ft social media login"
1063
+ - bug fix
1064
+ - bug fix
1065
+ - add new api me endpoint and role based settings
1066
+ - setting changes for new ui architecture
1067
+ - changes for new settings structure
1068
+ - chatter task subtype and related changes
1069
+ - bug fix
1070
+ - fixes
1071
+ - 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
1072
+ - changes to handle import logs as well, thru configured winston log level
1073
+ - change isMultiSelect to true in solid-core-metadata.json
1074
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
1075
+ - 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
1076
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
1077
+ - bug fix: passwordless registration should create a user with active false
1078
+ - apikeys attribute was not exposed
1079
+ - refactor Oauth strategy
1080
+ - 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)
1081
+ - bug fix
1082
+ - null check on role
1083
+ - made provision to seed custom permissions
1084
+ - handled seed scenario too
1085
+ - upload File and expectHidden changes
1086
+ - extension user cleanup and checks added
1087
+ - fixed types for cleanup
1088
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
1089
+ - fixes bare shell imports with relative imports
1090
+ - dynamic import fix
1091
+ - removed unnecessary file
1092
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
1093
+ - removed base abstract class
1094
+ - added interface too
1095
+ - changes
1096
+ - changes to test data seeding & fixed the type for authenticationService.signup method
1097
+ - changes to user dto to include the api keys toggle
1098
+ - add default role to the user only if there are no roles resolved against a user
1099
+ - 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
1100
+ - Only forward --debug when explicitly enabled.
1101
+ - toolOutput field changes to json
1102
+ - adding user api key entity to export
1103
+ - minor optimisation to how dynamic modules are loaded
1104
+ - Add Discord badge to top of README
1105
+ - Fix broken BSL license link and add Discord link to README
1106
+ - Add BSL 1.1 license and update package.json license field
1107
+ - Seed user and roles in testing data
1108
+ - removed readme.txt
1109
+ - moved type and interfaces in interfaces.ts and refactored accordingly
1110
+ - changed to md
1111
+ - added readme
1112
+ - Ai setting model change
1113
+ - changes to allow encrypting setting keys
1114
+ - form view clean up
1115
+ - Agent table list view changes
1116
+ - synchronize false
1117
+ - changes to resolve the selection dynamic provider by name and token both
1118
+ - changes to bypass swagger urls from csp policy
1119
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
1120
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
1121
+ - changes to implement the sso code and sso exchange use cases
1122
+ - removed orm types / exported api key entity
1123
+ - added provision to control if api key creation is allowed for the user
1124
+ - api key changes for backend
1125
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
1126
+ - fix to call addRoles only if role names are present
1127
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
1128
+ - refactor: update legacy entity fields to be nullable and support null types
1129
+ - Json structure change
1130
+ - Agent table metadata clean up changes
1131
+ - longtext
1132
+ - longtext changes
1133
+ - Agent tables clean up
1134
+ - fixes to seed many-to-many relation for tests
1135
+ - changes to seed media in testing data
1136
+ - Chatter modelUserkey and excel many to one issue
1137
+ - keeping the default selectionValueType as string since this is a good default
1138
+ - bug fixes around how media is done
1139
+ - bug fixes
1140
+ - try catch inside logEvent
1141
+ - media has card based metadata
1142
+ - Refresh token activity
1143
+ - changes to implement the sso code and sso exchange use cases
1144
+ - cleanup
1145
+ - enabled kanban view on mq message
1146
+ - Agent table changes
1147
+ - changes to disallow deleting a model or module in production
1148
+ - changelog version bumped
1149
+ - changelog added
1150
+ - changes to control the logging using env variables & set appropriate defaults basis environment
1151
+ - chnages for logging
1152
+ - Chatter queue fixs
1153
+ - one more "beta" for ozzy
1154
+ - additional loggging in cors helper
1155
+ - changes
1156
+ - Redis Queue component and rabbitMQ folder changes
1157
+ - changes to track old and new fields as part of the delete entity operation
1158
+ - optimizations done for audit subcriber
1159
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
1160
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
1161
+ - formatting changes
1162
+ - 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
1163
+ - qs depth config increased
1164
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
1165
+ - cached model metadata queries
1166
+ - changse
1167
+ - disabled extra loggign
1168
+ - chagnes
1169
+ - reduced concurrency in computed fields
1170
+ - additional loggign
1171
+ - added indexes to mobile & email since those are frequently queries upon
1172
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
1173
+ - Redis background job changes
1174
+ - Chatter Rationalizing
1175
+ - changes
1176
+ - changes
1177
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
1178
+ - changes to export bootstrap helpers for server & cli nest applications
1179
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
1180
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
1181
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
1182
+ - added index on message id in mq message table
1183
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
1184
+ - changes to save model sequence id as part of post compute instead of pre compute
1185
+ - changse
1186
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
1187
+ - High concurrency fix for alpha num and sequence num computed fields
1188
+ - bug fix in cron evalutaion
1189
+ - tighter logging around roles
1190
+ - scheduler now supports env based specific jobs starting and others not
1191
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
1192
+ - revert cross db changes for view-metadata-entity
1193
+ - fixes
1194
+ - changes to handle cross-db compatibility
1195
+ - added type as simple-json
1196
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
1197
+ - Revert "Merge branch 'media-update' into 'main'"
1198
+ - Mysql related changes
1199
+ - ts-morph and media storage fix
1200
+ - dashboard layout menu item added
1201
+ - dashboard changes
1202
+ - scheduler bug fix
1203
+ - made provision to execute scheduled jobs manually
1204
+ - changes
1205
+ - cleanup
1206
+ - logging related changes and made user activity history tree view
1207
+ - changes to return the wall clock time as utc for chatter as well to keep it...
1208
+ - changes around dashboard question refactoring
1209
+ - default tree view and action added on code generation
1210
+ - Date time format changes in audit
1211
+ - user activity history on otp login
1212
+ - changes
1213
+ - changelog added
1214
+ - reverted legacy and common entity to use local date time transformer only
1215
+ - added changelog
1216
+ - made playwright dependency lazy
1217
+ - ai interaction table user is nullable now
1218
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
1219
+ - formatting changes
1220
+ - Version info changes
1221
+ - dummy otp can now be enabled on a per user basis
1222
+ - jwt token optimisation
1223
+ - optimised the authentication flow in microservice adapter to cache access token
1224
+ - deleted file containing secrets
1225
+ - changes
1226
+ - optimisation around how dummy otp is managed
1227
+ - isSeeded added
1228
+ - bug fix for fetch layouts
1229
+ - view modes added in layout
1230
+ - One to many crud manager fixes
1231
+ - one-to-many-crud-manager-fixes
1232
+ - Many to many crud field manager fixes
1233
+ - patch endpoint added in role controller
1234
+ - many-to-many field fixes
1235
+ - modelSequenceFormViewChangeHandler added on field change
1236
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
1237
+ - changes to format group values consistently
1238
+ - fixes for normalizing group values
1239
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
1240
+ - changes to return groupValue in the group meta response as well. groupValue is...
1241
+ - changes to return groupValue in the group meta response as well. groupValue is...
1242
+ - filter_field_granularity_supported_added_for_date_fields
1243
+ - password registration/login cleanup + max failed login attempts checks added
1244
+ - removed unsafe inline from CSP
1245
+ - removed incorrect comment
1246
+ - changes
1247
+ - Revert "replaced playwright with lazy dependency"
1248
+ - replaced playwright with lazy dependency
1249
+ - count and average
1250
+ - fixes to solid core metadata configuration
1251
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
1252
+ - solid seed now prints proper exception stack trace
1253
+ - added playwright dependencies as peer dependencies
1254
+ - changed playwright import to make it lazy
1255
+ - issue fixes
1256
+ - formatting changes
1257
+ - formatting changes
1258
+ - changes for test setup
1259
+ - package changes
1260
+ - Changes to generate an SA user with the default password for simpler experience during setup
1261
+ - more changes to support form data based uploads
1262
+ - changes
1263
+ - changes around testing workflow
1264
+ - unified testing utitlities
1265
+ - added comments to the slug code
1266
+ - refactored queue namespacign
1267
+ - queue namespacing related chanes
1268
+ - removed todo
1269
+ - queue name related changes
1270
+ - cag
1271
+ - changrs
1272
+ - queues names are now namespaced by service naem
1273
+ - enabled logs
1274
+ - debug logs
1275
+ - testing docs updated
1276
+ - changes
1277
+ - cleanup
1278
+ - removed old testing related fiels
1279
+ - testing infra now supports data based interpolation
1280
+ - testing changes: now we support fully custom test specs
1281
+ - changes for test automation
1282
+ - changes to tsconfig for playwright tests
1283
+ - exporting typeorm db helper
1284
+ - removed the files section
1285
+ - changes for playwright testing
1286
+ - changes to disable service controller seed method
1287
+ - formatting changes
1288
+ - oom issue
1289
+ - logger added for chatter
1290
+ - changed arg to kebab case instead of came case in schematic service
1291
+ - default menu icons added
1292
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
1293
+ - removed un-necessary log
1294
+ - fix for handling non existence of fieldNamesForRemoval arg
1295
+ - foirmatting canges
1296
+ - Archived/solidstarters main
1297
+ - version changes
1298
+ - changed org : @solidstarters -> @solidxai
1299
+ - removed publish script, since it is replaced with solidctl release
1300
+ - chanes
1301
+ - Revert "@solidstarters namespace changed to @solidx"
1302
+ - @solidstarters namespace changed to @solidx
1303
+ - file service interface changes
1304
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
1305
+ - 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
1306
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
1307
+ - test data workflow
1308
+ - test-data command
1309
+ - seed command updated
1310
+ - changes
1311
+ - changes
1312
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
1313
+ - seeding now supports seedData allowing us to seed fixtures for testing.
1314
+ - precomputations now skip computation if value is already provided
1315
+ - added utility for findOneByUserKey
1316
+ - pruning related chagnes
1317
+ - changes
1318
+ - more changes related to pruning metadata
1319
+ - pruen logs added
1320
+ - module metadata seeder now does prune also
1321
+ - reformatting to improve readability
1322
+ - changes
1323
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
1324
+ - bug fixes
1325
+ - changes to cleanup the implementation by having the write method of file service return the url post write
1326
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
1327
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
1328
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
1329
+ - file service abstraction cleanup
1330
+ - chagnes
1331
+ - Dashboard Question Responsive
1332
+
3
1333
  ## [0.1.17-beta.0] - 2026-09-07
4
1334
 
5
1335
  ### Added