Skip to content

Releases: Akemona/strapi

3.12.2

13 Mar 13:04
Compare
Choose a tag to compare
  • Fix mongoose ObjectId type create, add missing new.

3.12.1

13 Mar 12:55
Compare
Choose a tag to compare
  • Fix Typo in log.debug call.

3.12.0

13 Mar 12:32
Compare
Choose a tag to compare
  • [BREAKING] update Mongoose to 7.0.1, this updates the mongo db driver to 5.1.0

3.11.0

02 Feb 07:21
Compare
Choose a tag to compare
  • Update bookshelf, mongoose, knex to latest
  • Update some dependencies
  • Remove deprecation notice from README

v3.10.4

18 Jan 12:46
Compare
Choose a tag to compare
  • Fix @akemona-org/strapi-generate dependencies

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v3.10.3

18 Jan 11:32
Compare
Choose a tag to compare
  • Security: Update jsonwebtoken to 9.0.0
  • Update node-schedule to 2.1.1
  • Remove EE e2e/api tests

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v3.10.1

17 Jan 13:22
Compare
Choose a tag to compare
  • BREAKING: Update dotenv to v16, '#' will be used as comment so add quote around value if it can have hash
  • BREAKING: update @akemona-org/strapi-provider-upload-aws-s3 to use v3 AWS SDK, url will now save full path. & baseUrl option can be passed in plugin config, if passed file url will be baseUrl/fileKey.
  • load dotenv at start, allow STRAPI_LOG_PRETTY_PRINT option, set it to false for non dev environment (pretty option won't work with pm2, use cat file.log | pino-pretty to view formatted pm2 log)
  • update koa-router to 12.x & related changes
  • update some e2e test snapshots

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v3.9.4

16 Jan 10:45
Compare
Choose a tag to compare
  • Fix pino log output (output to stdout)
  • fix strapi biginteger (mongoose long - Int64) type value (output as string)
  • allow plugin names which starts with strapi-plugin- or @akemona-org/strapi-plugin-

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v3.9.3

11 Jan 10:45
Compare
Choose a tag to compare
  • Update pino to latest (8.x)
  • Fix mongoose strictQuery warning (set it to true)

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

v3.9.2

11 Jan 06:19
Compare
Choose a tag to compare
  • 1st working version with Node 18 & Mongoose 6.x support

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚