Algolia Upgrade & Migration (v4 to v5) Overview Guide for upgrading from v4 to v5. The v5 release is a major rewrite: is removed, all methods move to the client, and the import style changes. Prerequisites - Current v4 installed - Git for version control (work in a branch) - Test suite passing on current version Breaking Changes Summary | v4 Pattern | v5 Replacement | |-----------|----------------| | | | | | Removed — pass to every method | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instructions Step 1: Create Upgrade Branch and Install v5 Step 2: Update Imp…