Skip to content

v0.16.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kkopanidis kkopanidis released this 01 Dec 10:14
· 282 commits to main since this release

What's Changed

  • build(deps-dev): bump @types/jest from 29.5.5 to 29.5.8 by @dependabot in #797
  • build(deps): bump nodemailer and @types/nodemailer by @dependabot in #796
  • fix(authentication): unconditional team admin endpoint registration by @kon14 in #800
  • build(deps-dev): bump @types/otp-generator from 4.0.1 to 4.0.2 by @dependabot in #799
  • build(deps-dev): bump @typescript-eslint/parser from 5.58.0 to 5.62.0 by @dependabot in #798
  • build(deps): bump prom-client from 14.2.0 to 15.0.0 by @dependabot in #802
  • refactor(authentication): respond earlier on local when registering by @kkopanidis in #803
  • build(deps): bump fast-jwt from 3.3.1 to 3.3.2 by @dependabot in #801
  • refactor(router): do not count OPTIONS requests towards request limit by @kkopanidis in #804
  • feat(database): add import/export extensions logic to existing endpoints by @ChrisPdgn in #683
  • fix(database): missed null parsedQuery case in mongoose findOne() by @ChrisPdgn in #805
  • fix(database): findOne() null query filters by @kon14 in #806
  • build(deps): bump sequelize from 6.31.0 to 6.35.1 by @dependabot in #809
  • build(deps-dev): bump @types/bluebird from 3.5.39 to 3.5.42 by @dependabot in #808
  • fix(database): gRPC findMany() empty sort handling by @kon14 in #810
  • build(deps-dev): bump @types/cookie-parser from 1.4.3 to 1.4.6 by @dependabot in #813
  • build(deps): bump @aws-sdk/client-s3 from 3.429.0 to 3.456.0 by @dependabot in #812
  • build(deps): bump @google-cloud/storage from 6.9.5 to 7.6.0 by @dependabot in #815
  • fix(router): route Swagger doc missing non-global security headers by @kon14 in #818
  • refactor(core): service discovery mechanism by @kkopanidis in #811
  • feat(authorization): Queue controller, construct indexes job by @Renc17 in #807
  • fix(module-tools): module name not correctly converted for subscriptions by @kkopanidis in #819
  • refactor(authorization): index controller use singleton pattern by @Renc17 in #820
  • build(deps-dev): bump @types/graphql-type-json from 0.3.2 to 0.3.5 by @dependabot in #821
  • fix(authorization): createView() sql queries failing due to unpreserved camel case column names by @kon14 in #822
  • fix(module-tools): unexpected/unhandled errors parse human readable message by @Renc17 in #824
  • fix(database): SQL createSchemaFromAdapter() drop views on schema view exists constraint by @kon14 in #823
  • build(deps-dev): bump @types/jest from 29.5.8 to 29.5.10 by @dependabot in #825
  • build(deps): bump @types/object-hash from 3.0.4 to 3.0.6 by @dependabot in #826
  • build(deps-dev): bump @types/cors from 2.8.14 to 2.8.17 by @dependabot in #828

Full Changelog: v0.16.0-alpha.29...v0.16.0-rc.0