Brent Halsey
Brent Halsey
## Fusionauth-site content should be in .mdx and not an .astro component ### Description The configuration page https://fusionauth.io/docs/reference/configuration gets most of its content from `astro/src/components/docs/reference/ConfigurationOptions.astro`. This should be refactored so...
## Bulk user import handles Elasticsearch errors differently with multiple users vs one user ### Description When a bulk user import has Elasticsearch errors, there is no indication when there...
## Validate user data depth to prevent Elasticsearch issues ### Description If the json data in a User.data field has a depth > 20, Elasticsearch will not index it. This...
Added UsageDataConfiguration in the correct package
Added UsageDataConfiguration in the correct package
## Reindexing performance degrades non-linearly ### Description A test instance with 460M entities took over 4 days to complete on a 3 node cluster running FusionAuth 1.52.1. The performance slowed...