- Add new jsonbArrayType field type; this should be handled identically to arrayType by FQM consumers (MODFQMMGR-548)
- Bump to spring-boot-starter-parent v3.3.5 (FQTM-10)
- Implement object model to support composite entity types MODFQMMGR-229
- Add support for entity-type-level permissions MODFQMMGR-268
- Make columns optional in an entity type MODFMQMGR-313
- Improve support for free text UUIDs MODFQMMGR-308
- Add ability to mark fields as ECS-only
- Add ability to hide columns but keep them available for querying MODFQMMGR-390
- Add ability to mark some columns as "essential" to control when they are inherited MODFQMMGR-382
- Add options for controlling ECS support in entity types and refactor "special" value sources MODFQMMGR-378
- Change entityTypeId in field sources from string to UUID MODFQMMGR-427
- Add crossTenant property to query responses to indicate if the query was cross-tenant MODFQMMGR-456
- Add support for query migration MODLISTS-129
- Add support for query parameters to valueSourceApi settings
- Add localize parameter to the GET contents endpoint MODFQMMGR-481
- Mark the sortedIds API endpoint as deprecated MODFQMMGR-417
- Add new privileged query contents endpoint MODFQMMGR-563
- Add support for composite record IDs (MODFQMMGR-137)
- Add support for nested data types (FQTM-6)
- Bumped openapi-generator dependency to v7.3.0 (FQTM-7)
- Add queryable flag to entity type fields (MODFQMMGR-141)
- Set a max limit on the number of query results (MODFQMMGR-172)
- Change valueGetter type to string in EntityTypeColumn definition
- Add filterValueGetter field to EntityTypeColumn definition
- Add valueFunction field to EntityTypeColumn definition
- Add isCustomField field to EntityTypeColumn definition
- Add sourceViewExtractor field to EntityTypeColumn definition
- Add valueSourceApi field to EntityTypeColumn definition
- Add fromClause field to EntityType definition
- Add groupByFields field to entityTypeDefinition
- Add customFieldEntityTypeId field to EntityType definition
- Add sourceView field to EntityType definition
- Add nested object types
- Initial module setup