Skip to content

Releases: nuxt-hub/core

v0.8.3

28 Oct 06:21
5decc03

Choose a tag to compare

compare changes

🩹 Fixes

  • Make vectorize query params optional (#351)
  • Correctly resolve vectorize type (#349)
  • Only show vectorize as remote storage if indexes present (#352)

📖 Documentation

❤️ Contributors

v0.8.2

26 Oct 08:22
93ef8b7

Choose a tag to compare

compare changes

🩹 Fixes

  • Only apply migrations if database is enabled (#343)

📖 Documentation

❤️ Contributors

v0.8.1

26 Oct 07:44
ae1345c

Choose a tag to compare

compare changes

🩹 Fixes

  • database: Create migrations table in dev (#342)

📖 Documentation

❤️ Contributors

v0.8.0

25 Oct 23:36

Choose a tag to compare

compare changes

🚀 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

❤️ Contributors

v0.7.37

24 Oct 21:53

Choose a tag to compare

compare changes

📖 Documentation

  • Add note about CSP when serving blobs (47448a2)

🏡 Chore

  • Use compiled hook from nitro to final build event (#338)
  • Update deps (9fd90f4)

❤️ Contributors

v0.7.36

22 Oct 21:11

Choose a tag to compare

compare changes

🚀 Enhancements

  • blob: Expose more data (#337)

🏡 Chore

❤️ Contributors

v0.7.35

22 Oct 12:48
5e61174

Choose a tag to compare

compare changes

🚀 Enhancements

  • cache: Support batch delete (#336)

📖 Documentation

  • Update pg note (#332)

🏡 Chore

❤️ Contributors

v0.7.34

18 Oct 17:09

Choose a tag to compare

compare changes

🩹 Fixes

🏡 Chore

❤️ Contributors

v0.7.33

16 Oct 12:56

Choose a tag to compare

compare changes

🩹 Fixes

  • Enable back AI in dev (#327)

🏡 Chore

❤️ Contributors

v0.7.32

15 Oct 10:14
47753b4

Choose a tag to compare

compare changes

🚀 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 ensure option if present (#324)

❤️ Contributors