Releases: ConduitPlatform/Conduit
Releases · ConduitPlatform/Conduit
v0.16.20
What's Changed
- feat(email): send mail rpc was missing subject/body by @kkopanidis in #1398
- build(deps): bump tar-fs from 2.1.3 to 2.1.4 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1397
- feat: get pending invites in team by @kkopanidis in #1400
- build(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #1401
- feat(chat): add system enum and optional message type in grpc function by @ioanniskemerlis in #1403
Full Changelog: v0.16.19...v0.16.20
v0.16.19
What's Changed
- fix(database): rawQuery throwing error on mongoose update methods by @ChrisPdgn in #1391
- fix(database): rawQuery aggregation pipeline spread by @ChrisPdgn in #1393
- feat(authentication): update team RPC by @krigol14 in #1395
- build(deps): bump nodemailer from 6.10.1 to 7.0.9 in /modules/email in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1396
- build(deps): bump sha.js from 2.4.11 to 2.4.12 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1386
Full Changelog: v0.16.18...v0.16.19
v0.16.18
What's Changed
- feat(email): port email json template from v-next branch by @kkopanidis in #1366
- refactor(grpc-sdk,hermes,module-tools): Extra options added so that on k8s and multi-instance cases load balancing works on grpc-side by @kkopanidis in #1369
- feat(storage): Content-disposition header support on Signed URLs by @kkopanidis in #1358
- fix(authorization): when providing relations that don't exist, the creation crashes by @kkopanidis in #1370
- feat(authentication): invite user to team RPC by @krigol14 in #1383
- [Snyk] Security upgrade axios from 1.9.0 to 1.12.0 by @kkopanidis in #1385
- build(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #1381
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #1371
- build(deps): bump pbkdf2 from 3.1.2 to 3.1.3 in the npm_and_yarn group by @dependabot[bot] in #1359
- build(deps): bump arduino/setup-protoc from 1 to 3 by @dependabot[bot] in #946
- build(deps): bump fast-jwt from 5.0.6 to 6.0.2 by @dependabot[bot] in #1347
Full Changelog: v0.16.17...v0.16.18
v0.16.17
What's Changed
- feat(hermes,chat): better support event types and auto room joins by @kkopanidis in #1338
- build(deps): bump tar-fs from 2.1.2 to 2.1.3 in the npm_and_yarn group by @dependabot in #1351
- feat(chat): support structured messages by @kkopanidis in #1355
- feat: document the errors that each endpoint throws in Swagger and Apollo by @krigol14 in #1353
- fix: define module error definition in grpc-sdk instead of module-tools by @krigol14 in #1362
Full Changelog: v0.16.16...v0.16.17
v0.16.16
What's Changed
- feat(chat): add populate param in getMessages function by @ioanniskemerlis in #1346
- fix(authentication): wrong variable in TeamInvite email by @ChrisPdgn in #1348
- [Snyk] Security upgrade bcrypt from 5.1.1 to 6.0.0 by @kkopanidis in #1343
- feat(authentication): add userData in userCreate grpc by @ChrisPdgn in #1350
- feat(authentication): implement metamask authentication mechanism by @krigol14 in #1349
Full Changelog: v0.16.15...v0.16.16
v0.16.15
What's Changed
- build(deps): bump @aws-sdk/client-sts from 3.637.0 to 3.782.0 by @dependabot in #1313
- build(deps): bump debug from 4.3.6 to 4.4.0 by @dependabot in #1250
- build(deps): bump @scalar/api-reference from 1.25.57 to 1.28.19 by @dependabot in #1323
- feat(email): add Mailersend and Amazon SES providers by @krigol14 in #1314
- feat(authentication, chat) set custom variable values email by @ioanniskemerlis in #1324
- build(deps): bump @grpc/grpc-js from 1.10.9 to 1.13.3 by @dependabot in #1325
- authorization/admin-routing by @kkopanidis in #1328
- email/minor-fixes by @kkopanidis in #1329
- feat(module-tools,router): introduce http metrics by @kkopanidis in #1332
- feat(authentication): implement username-based authentication by @krigol14 in #1327
- build(deps): bump the npm_and_yarn group with 2 updates by @dependabot in #1335
- feat(email): email status polling by @krigol14 in #1333
- feat(authentication): delete duplicate team invitation by @krigol14 in #1337
- feat(authentication): delete invitation RPC by @krigol14 in #1340
New Contributors
Full Changelog: v0.16.14...v0.16.15
v0.16.14
What's Changed
- fix(database): add visibility for populate query param by @ioanniskemerlis in #1315
- feat(email): updateTemplate grpc by @ChrisPdgn in #1320
- feat(database): support description in custom endpoints by @kkopanidis in #1318
- feat(module-tools): introduce status mapping in logs to provide more information by @kkopanidis in #1317
- fix(storage): integration with non-aws providers issues by @kkopanidis in #1316
Full Changelog: v0.16.13...v0.16.14
v0.16.13
What's Changed
- build(deps): bump fast-jwt from 3.3.2 to 5.0.2 by @dependabot in #1257
- build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group by @dependabot in #1253
- feat(authentication): return email in getInvitationTokenUserData by @ChrisPdgn in #1261
- fix(router): google recaptcha verification url is incorrect by @kkopanidis in #1263
- fix(functions): pagination/execution relation/invalid params by @Renc17 in #1264
- feat(authentication): make resend verification threshold configurable by @ChrisPdgn in #1265
- build(deps): bump mongoose from 8.8.3 to 8.9.5 in the npm_and_yarn group by @dependabot in #1277
- fix(database): create index type by @ChrisPdgn in #1280
- fix(authentication): verify email with code wrongfully tries to redirect by @kkopanidis in #1284
- fix(hermes): swagger ID type causing issues with testing by @kkopanidis in #1289
- refactor(router): change header IP read to reduce false-positives by @kkopanidis in #1297
- [Snyk] Security upgrade axios from 1.7.9 to 1.8.2 by @kkopanidis in #1299
- fix: minor issues with dockerfiles causing reduced performance by @kkopanidis in #1310
- build(deps): bump fast-jwt from 5.0.2 to 5.0.6 in the npm_and_yarn group by @dependabot in #1301
- build(deps): bump the npm_and_yarn group with 2 updates by @dependabot in #1311
- feat(push-notifications): integrate Amazon SNS provider by @ioanniskemerlis in #1304
- chore: deployment docs updates by @kkopanidis in #1305
New Contributors
- @ioanniskemerlis made their first contribution in #1304
Full Changelog: v0.16.12...v0.16.13
v0.16.12
What's Changed
Full Changelog: v0.16.11...v0.16.12
v0.16.11
What's Changed
- build(deps-dev): bump @types/lodash from 4.17.6 to 4.17.12 by @dependabot in #1197
- [Snyk] Security upgrade http-proxy-middleware from 2.0.6 to 2.0.7 by @kkopanidis in #1195
- [Snyk] Security upgrade express from 4.20.0 to 4.21.1 by @kkopanidis in #1191
- [Snyk] Fix for 1 vulnerabilities by @kkopanidis in #1188
- [Snyk] Security upgrade socket.io from 4.7.2 to 4.8.0 by @kkopanidis in #1165
- build(deps-dev): bump @types/jsonwebtoken from 9.0.5 to 9.0.7 by @dependabot in #1163
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.0.2 to 8.10.0 by @dependabot in #1193
- build(deps-dev): bump smtp-server and @types/smtp-server by @dependabot in #1200
- build(deps): bump twilio from 5.3.0 to 5.3.4 by @dependabot in #1198
- build(deps): bump bullmq from 5.12.14 to 5.21.2 by @dependabot in #1202
- build(deps-dev): bump @types/bcrypt from 5.0.1 to 5.0.2 by @dependabot in #1203
- build(deps-dev): bump @commitlint/config-conventional from 19.2.2 to 19.5.0 by @dependabot in #1207
- refactor(module-tools): remove Express.js from module-tools to reduce size and dependencies by @kkopanidis in #1210
- build(deps): bump @scalar/api-reference from 1.25.10 to 1.25.57 by @dependabot in #1222
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.10.0 to 8.13.0 by @dependabot in #1223
- build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group by @dependabot in #1231
- feat(authentication): default behaviour on register with invitation token by @Renc17 in #1242
- fix(authentication): merge fallback empty objects by @Renc17 in #1243
- build(deps): bump sequelize from 6.37.3 to 6.37.5 by @dependabot in #1211
- build(deps): bump mongoose from 8.6.1 to 8.8.3 in /modules/database in the npm_and_yarn group across 1 directory by @dependabot in #1239
- build(deps): bump mongoose from 8.6.1 to 8.8.3 in the npm_and_yarn group by @dependabot in #1240
- build(deps): bump graphql from 16.8.1 to 16.9.0 by @dependabot in #1225
- [Snyk] Security upgrade node from 20.15.1-alpine3.20 to 20.18.1-alpine3.20 by @kkopanidis in #1232
- [Snyk] Security upgrade axios from 1.7.7 to 1.7.8 by @kkopanidis in #1238
- build(deps): bump mysql2 from 3.10.0 to 3.11.5 by @dependabot in #1236
- [Snyk] Security upgrade @apollo/server from 4.11.0 to 4.11.1 by @kkopanidis in #1219
- feat(authentication): user activate/deactivate gRPC routes by @Renc17 in #1248
- build(deps): bump @sendgrid/client from 8.1.0 to 8.1.4 by @dependabot in #1245
- build(deps): bump @google-cloud/storage from 7.7.0 to 7.14.0 by @dependabot in #1247
Full Changelog: v0.16.10...v0.16.11