Releases: nuxt-hub/core
Releases · nuxt-hub/core
v0.8.3
🩹 Fixes
- Make vectorize query params optional (#351)
- Correctly resolve vectorize type (#349)
- Only show vectorize as remote storage if indexes present (#352)
📖 Documentation
❤️ Contributors
- Rihan (@RihanArfan)
- Sébastien Chopin (@atinux)
v0.8.2
v0.8.1
v0.8.0
🚀 Enhancements & ⚠️ breaking change
- We now have Automatic database migrations (#333)
The breaking change is if you use the Drizzle ORM server plugin.
Please checkout the announcement about automatic database migrations.
🏡 Chore
- Update deps (32ea9bb)
❤️ Contributors
- Rihan (@RihanArfan)
- Sébastien Chopin (@atinux)
v0.7.37
v0.7.36
v0.7.35
🚀 Enhancements
- cache: Support batch delete (#336)
📖 Documentation
- Update
pgnote (#332)
🏡 Chore
- Update deps (9c3bd45)
❤️ Contributors
- Sébastien Chopin (@atinux)
- Sandro Circi (@sandros94)
v0.7.34
v0.7.33
v0.7.32
🚀 Enhancements
- blob: Add
createCredentials()to support presigned URLs (#323)
You can now create presigned URLs to upload files to your R2 bucket from client-side
🩹 Fixes
- blob: Use
ensureoption if present (#324)
❤️ Contributors
- Johann Schopplich (@johannschopplich)
- Sébastien Chopin (@atinux)