Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Releases: staart/api

v3.6.7

25 Nov 15:24
Compare
Choose a tag to compare

v3.6.7 (2020-11-25)

♻️ Updates

  • 5afc6d23 Add Slack method to message channel

v3.6.6

25 Nov 11:43
Compare
Choose a tag to compare

v3.6.6 (2020-11-25)

πŸ› Bug fixes

  • 553d08cd Fix defaults for Twilio service

⬆️ Dependency updates

  • 5eb74986 Bump stripe from 8.125.0 to 8.126.0
  • 44136726 Bump @types/node from 14.14.9 to 14.14.10
  • 919bf7da Bump @nestjs/passport from 7.1.3 to 7.1.5

v3.6.5

25 Nov 10:49
Compare
Choose a tag to compare

v3.6.5 (2020-11-25)

♻️ Updates

πŸ› Bug fixes

⬆️ Dependency updates

  • fd366850 Update @prisma/client, @prisma/server to v2.12.0

v3.6.4

23 Nov 00:28
Compare
Choose a tag to compare

v3.6.4 (2020-11-23)

v3.6.3

18 Nov 09:13
Compare
Choose a tag to compare

v3.6.3 (2020-11-18)

♻️ Updates

  • 76181f1a Add Stripe controllers to module
  • 018837c4 Add billing portal session link
  • dba69e18 Redirect to session home
  • aa64deef Use GET method for billing portal

πŸ› Bug fixes

  • a8011fc1 Make req.user optional
  • 79ddd033 Use /billing/link URL for billing portal

⬆️ Dependency updates

v3.6.2

17 Nov 08:42
Compare
Choose a tag to compare

v3.6.2 (2020-11-17)

♻️ Updates

v3.6.1

17 Nov 06:42
Compare
Choose a tag to compare

v3.6.1 (2020-11-17)

πŸ› Bug fixes

  • d1e7c654 Remove unauthorized scopes from API keys

v3.6.0

16 Nov 12:20
Compare
Choose a tag to compare

v3.6.0 (2020-11-16)

✨ New features

♻️ Updates

  • ef2dc724 Get subgroup scopes on login
  • c5c54c45 Add select/include pipe
  • 2adfc21b Use create group helper in membership service
  • 4dd62efc Remove attributes from DTO
  • 9a9cca5d Use /auth/link for token links
  • 0c2b15b3 Move merging accounts to auth.service
  • 70c5328b Send token response on email verification

πŸ› Bug fixes

  • 69a88ce7 Return created membership with group
  • 3f9bbaef Use email ID to verify, not user ID
  • ed3a2103 Combine specific keys of users, fix response

v3.5.6

15 Nov 19:23
Compare
Choose a tag to compare

v3.5.6 (2020-11-15)

♻️ Updates

  • d0a4aceb Check for primary email on deleting emails
  • 1777332d Auto-join groups based on email address
  • 5abcc56d Use explicit ID type in params
  • c499a62c Store parsed details in session, Change Mac OS -> macOS
  • e54ddd9b Allow cursors with implicit ID
  • cf873b1a Use colon instead of space in order-by pipe

πŸ› Bug fixes

  • 150f42f0 Ensure there is at least 1 owner in group
  • 3d73c616 Use groupId request param
  • 1804bf39 Render mustache before setting subject
  • c3dcb4a5 Fix scopes for user, groups routes
  • 3c645992 Validate domain name
  • 3175c42d Only add Stripe scopes if account exists

v3.5.5

15 Nov 15:15
Compare
Choose a tag to compare

v3.5.5 (2020-11-15)

πŸ› Bug fixes

  • cfe9855a Return user info on update/delete