Releases: SciCatProject/scicat-backend-next
v4.0.0 Release Candidate 4
SciCat backend v4.0.0 release candidate 4
- Added Datasets Authorization
- updated libraries when available and no conflicts were present
What's Changed
- fix: query with axios by @jekabs-karklins in #315
- build(deps): bump mathjs from 11.5.0 to 11.5.1 by @dependabot in #316
- build(deps): bump @nestjs/event-emitter from 1.3.1 to 1.4.1 by @dependabot in #318
- build(deps-dev): bump @types/express from 4.17.16 to 4.17.17 by @dependabot in #321
- build(deps-dev): bump typescript from 4.9.4 to 4.9.5 by @dependabot in #325
- build(deps): bump docker/build-push-action from 3 to 4 by @dependabot in #326
- build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 by @dependabot in #328
- build(deps): bump @nestjs/config from 2.2.0 to 2.3.1 by @dependabot in #329
- Update migration documentation by @martin-trajanovski in #335
- build(deps-dev): bump @types/node from 18.11.18 to 18.13.0 by @dependabot in #330
- build(deps): bump @nestjs/passport from 9.0.0 to 9.0.3 by @dependabot in #331
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.51.0 by @dependabot in #332
- build(deps-dev): bump @typescript-eslint/parser from 5.49.0 to 5.51.0 by @dependabot in #333
- add prestart script that runs the migrations before every start by @martin-trajanovski in #336
- build(deps-dev): bump @types/express-session from 1.17.5 to 1.17.6 by @dependabot in #337
- build(deps): bump @nestjs/jwt from 10.0.1 to 10.0.2 by @dependabot in #338
- build(deps): bump mongoose from 6.9.0 to 6.9.1 by @dependabot in #339
- build(deps-dev): bump eslint from 8.33.0 to 8.34.0 by @dependabot in #340
- build(deps): bump openid-client from 5.3.2 to 5.4.0 by @dependabot in #341
- build(deps-dev): bump prettier from 2.8.3 to 2.8.4 by @dependabot in #342
- build(deps-dev): bump @nestjs/cli from 9.1.9 to 9.2.0 by @dependabot in #343
- Fixing authorization for datasets endpoint and updating casl by @nitrosx in #334
- Swap 3027 fix some errors by @martin-trajanovski in #344
- build(deps-dev): bump @types/node from 18.13.0 to 18.14.0 by @dependabot in #346
- build(deps): bump mongoose from 6.9.1 to 6.9.2 by @dependabot in #347
- build(deps): bump swagger-ui-express from 4.6.0 to 4.6.1 by @dependabot in #351
- build(deps-dev): bump @typescript-eslint/parser from 5.51.0 to 5.53.0 by @dependabot in #352
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.51.0 to 5.53.0 by @dependabot in #353
Full Changelog: v4.0.0-beta.3...v4.0.0-beta.4
v4.0.0 Release Candidate 3
Added logout function.
Updated packages.
What's Changed
- build(deps): bump mongoose from 6.8.3 to 6.8.4 by @dependabot in #294
- build(deps): bump openid-client from 5.3.1 to 5.3.2 by @dependabot in #296
- build(deps): bump nodemailer from 6.8.0 to 6.9.0 by @dependabot in #297
- build(deps-dev): bump eslint from 8.31.0 to 8.32.0 by @dependabot in #298
- Swap 2975 add headers filtering on datasets by @martin-trajanovski in #293
- build(deps-dev): bump prettier from 2.8.2 to 2.8.3 by @dependabot in #300
- build(deps): bump cookiejar from 2.1.3 to 2.1.4 by @dependabot in #302
- build(deps): bump rimraf from 4.1.0 to 4.1.2 by @dependabot in #303
- build(deps-dev): bump @typescript-eslint/parser from 5.48.0 to 5.49.0 by @dependabot in #304
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.48.1 to 5.49.0 by @dependabot in #305
- feat: add all the migration scripts in one place to be able to run with migrate-mongo by @martin-trajanovski in #306
- build(deps-dev): bump eslint from 8.32.0 to 8.33.0 by @dependabot in #308
- build(deps): bump nodemailer from 6.9.0 to 6.9.1 by @dependabot in #309
- build(deps-dev): bump @nestjs/cli from 9.1.8 to 9.1.9 by @dependabot in #310
- build(deps): bump mongoose from 6.8.4 to 6.9.0 by @dependabot in #311
- Added logout function by @nitrosx in #307
- build(deps-dev): bump @types/express from 4.17.15 to 4.17.16 by @dependabot in #312
Full Changelog: v4.0.0-beta.2...v4.0.0-beta.3
v4.0.0 Release Candidate 2
Added OIDC authorization and user groups for all type of accounts
v4.0.0 Release Candidate 1
First release candidate for v4.0.0.
This beta candidate does not contains the oidc authentication yet.
Code freeze candidate
This release marks the code freeze candidate that will become release v4.0.0-beta.1
Test release
Test release
All test passing
This release includes all the changes made to have all the tests ported from the previous version passing.
Version V4.0.0 - Alfa 2 release
This release is the same as alfa 1.
We are just testing the github worflow
Version V4.0.0 - Alfa 1 release
This release contains the code as it is in the master branch.
It is intended for core contributors to test the new backend as at this point in time, before we start merging all the outstanding PRs and we move the migration forward.