Releases: Akemona/strapi
Releases · Akemona/strapi
3.12.2
- Fix mongoose ObjectId type create, add missing new.
3.12.1
- Fix Typo in log.debug call.
3.12.0
- [BREAKING] update Mongoose to 7.0.1, this updates the mongo db driver to 5.1.0
3.11.0
- Update bookshelf, mongoose, knex to latest
- Update some dependencies
- Remove deprecation notice from README
v3.10.4
- 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
- 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
- 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
- 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
- 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
- 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 📚