What's Changed
- Report query memory allocation in response body by @JCRPaquin in #260
- This change helps us determine the total resource cost of each query and will eventually be integrated into other service reliability work.
- Auto-populate Int/Float fields by @JCRPaquin in #257
- By auto-populating fields in the parser we avoid potentially forgetting changes the
solrconfig.xmlwhen adding new schema fields. This change helps us automatically meet user expectations around new fields.
- By auto-populating fields in the parser we avoid potentially forgetting changes the
Full Changelog: v96.5.1...v96.5.2