Releases: ConduitPlatform/Conduit
Releases · ConduitPlatform/Conduit
v0.16.23
What's Changed
- fix(grpc-sdk): missing params in push notification method signatures by @ChrisPdgn in #1440
Full Changelog: v0.16.22...v0.16.23
v0.16.22
Full Changelog: v0.16.21...v0.16.22
v0.16.21
What's Changed
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #1409
- build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #1407
- [Snyk] Security upgrade express from 4.21.1 to 4.22.0 by @kkopanidis in #1411
- [Snyk] Security upgrade nodemailer from 7.0.9 to 7.0.11 by @kkopanidis in #1413
- feat(strorage): better public/private container behavior + cdn awareness by @kkopanidis in #1414
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #1417
- fix(hermes): wrong emit case & json parse error by @ChrisPdgn in #1419
Full Changelog: v0.16.20...v0.16.21
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