Skip to content

v8.2.0

Choose a tag to compare

released this 05 Apr 18:44
· 194 commits to main since this release
bd03e70

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 an IndexSelector will automatically be NFC normalized.

  • Internal querystring handling logic now uses URLSearchParams instead of
    node querystring module

    This change should be backwards compatible but may produce different results
    when relying on undefined behavior in custom (e.g. Foxx) routes.