9.3.2 / 2026-03-23
- fix(mongoose): throw error when trying to set null or undefined as options #16130 #16140
- fix(cast): include array value in query filter error message #16127 White-Devil2839
- fix(cast): replace assert.ok with descriptive Error in castNumber #16110 mrsandy1965
- fix(connection): standardize throw new Error to MongooseError #16142 techcodie
- fix(query): use MongooseError instead of Error #16132 ace-tk
- docs: add production environment example for autoIndex #16151 mrsandy1965
- docs: upgrade self-referencing http:// links to https:// #16150 mrsandy1965
- docs: fix incorrect Double cast comment and upgrade insecure plugin link #16148 mrsandy1965
- docs: fix redundant text and http link in installation section #16146 Puxhkar
- docs: fix typo 'mutiple' → 'multiple' in queries.md #16147 mrsandy1965
- docs: use HTTPS for external links in docs navigation #16133 ace-tk
- docs: use HTTPS for external links in CONTRIBUTING and homepage #16134 ace-tk
- docs(populate): replace removed mapReduce() API link #16135 ace-tk
- docs(models): replace removed count() and mapReduce() references #16123 White-Devil2839
- docs: fix broken count() and update() links in queries docs White-Devil2839
- docs: fix broken update() link in validation docs #16121 White-Devil2839
- docs: update GitHub link to use https #16120 White-Devil2839
- docs(documents): fix incorrect variable name in nullish coalescing example #16119 White-Devil2839
- docs: fix missing quotes in populate path examples #16118 White-Devil2839
- docs: fix missing comma in populate dynamic ref example #16117 White-Devil2839
- docs: clarify that transaction rollback marks fields as modified to allow re-saving #16112 ramanverse