v8.2.0
Changed
-
Index names are now automatically NFC-normalized (DE-506)
This change affects all index names using unicode characters. The change
has no effect when using non-unicode (ASCII) names.Any names used when creating/ensuring indexes or passed to any methods that
expect anIndexSelectorwill automatically be NFC normalized. -
Internal querystring handling logic now uses
URLSearchParamsinstead of
nodequerystringmoduleThis change should be backwards compatible but may produce different results
when relying on undefined behavior in custom (e.g. Foxx) routes.