Skip to content

Latest commit

 

History

History
382 lines (125 loc) · 16.3 KB

File metadata and controls

382 lines (125 loc) · 16.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.0 (2021-06-14)

  • fix(core): all packages updated (#214) (8f15aaa), closes #214
  • fix(core): open api docs update (9b7cb69), closes #0
  • fix(video-conferencing-service): add more exports (#221) (3fe4154), closes #221
  • fix(video-conferencing-service): fixed missing exports (#220) (5baf4af), closes #220 #219
  • feat(user-onboarding): base code for user-onboarding lib (#203) (8d4d19b), closes #203
  • docs: add openapi spec docs in examples and improve the docs in services (#215) (baec0f1), closes #215

1.0.0 (2021-05-12)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.31 (2021-05-12)

  • fix(authentication-service): fixed env defaults issues in migrations (#185) (6f1ef17), closes #185
  • fix(authentication-service): fixed version of loopback packages in all services (#191) (7eb9a60), closes #191
  • fix(authentication-service): moved db-migrate to dev dependencies (#180) (7b11068), closes #180
  • feat(sandbox): added video conferencing example (#178) (6d77c9a), closes #178

1.0.0-alpha.30 (2021-03-17)

Bug Fixes

  • video-conferencing-service: fix package lock (ae84ca4)

1.0.0-alpha.29 (2021-02-06)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.28 (2021-02-04)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.27 (2021-02-01)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.26 (2021-01-19)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.25 (2020-12-30)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.24 (2020-12-30)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.23 (2020-12-22)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.22 (2020-12-18)

Features

  • core: added helmet, rate limit in sequence when respective configs are present (#101) (cbcc00c)

1.0.0-alpha.21 (2020-12-08)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.20 (2020-12-07)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.19 (2020-11-17)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.18 (2020-11-15)

Bug Fixes

  • video-conferencing-service: Casbin fix (#94) (f80d33d)

Features

  • authentication-service: LB4-Authorization dependancy upgrade (#92) (6541ad1)

BREAKING CHANGES

  • video-conferencing-service: updated loopback4-authorization

RPMS-413

  • fix(video-conferencing-service): fixed lint issues

RPMS-413

Co-authored-by: Mudassir Lakdawala [email protected]

  • authentication-service: Loopback4-authorization authorize metadata changes

RPMS-413

  • fix(authentication-service): removed code smells

RPMS-413

  • fix(authentication-service): code smells, and added name attribute to entity

RPMS-413

  • feat(authentication-service): update lb4-authorization to 3.1.1

Updated controller authorize decorator

RPMS-413

  • feat(core): updated project dependencies, resolved test script issues

Updated loopback4-authorization to 3.1.1, and added loopback/metadata in in-mail and video conferencing services, as test cases were failing.

RPMS-413

Co-authored-by: Mudassir Lakdawala [email protected]

1.0.0-alpha.17 (2020-10-19)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.16 (2020-10-15)

Bug Fixes

  • in-mail-service: fix test script (aacc353)

1.0.0-alpha.15 (2020-10-08)

Features

  • core: add security spec for open api spec generation (d803457)

1.0.0-alpha.14 (2020-09-25)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.13 (2020-09-18)

Features

  • core: make initialisation object of i18n configurable (#57) (41a3c41)

1.0.0-alpha.12 (2020-08-28)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.11 (2020-08-12)

Features

  • video-conferencing-service: add PATCH /session/{meetingLink} API to edit meeting details and add unit tests (#62) (9ce9a2a)

Reverts

  • Revert "chore: publish release" (643209b)

1.0.0-alpha.10 (2020-08-07)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.9 (2020-07-20)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.8 (2020-07-20)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.7 (2020-07-19)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.6 (2020-07-16)

Features

  • authentication-service: add auth service to source loop catalog (909f304)
  • video-conferencing-service: SFO-103,SFO-107 implement GET attendee list, allow webhook to handle more events (#44) (e2b7fad)

1.0.0-alpha.5 (2020-07-08)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.4 (2020-06-30)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.3 (2020-06-26)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.2 (2020-06-25)

Note: Version bump only for package @sourceloop/video-conferencing-service

1.0.0-alpha.1 (2020-06-22)

Bug Fixes

  • video-conferencing-service: fix session APIs - DB and webhook issues and some refactoring (#21) (bb4cb97)
  • video-conferencing-service: sonar fix (#17) (ef2aff1)

Features

  • video-conferencing-service: add session webhooks and apis for upload target. Add more unit tests (SFO-64, SFO-65) (#14) (010b38c), closes #13
  • video-conferencing-service: SFO-51 Session and archive APIs and unit tests (#11) (f00ece0)

1.0.0-alpha.0 (2020-06-11)

Features

  • core: change scope (d4bf68a)
  • sandbox-testing: add sandbox for testing (296279c)
  • video-conferencing-service: SFO-48 Project Setup, sonar fixes and file indentation (#3) (e9b21c1)

BREAKING CHANGES

  • sandbox-testing: Fixed binding errors in core sequence

SFO-20

  • core: scope for all packages changed

SFO-20