Skip to content

Releases: LearningLocker/xapi-service

v4.0.3

27 May 13:53
499b6ff

Choose a tag to compare

4.0.3 (2021-05-27)

Bug Fixes

  • codecov: remove unused events repo factory methods (LLC-1223) (#797) (499b6ff)

v4.0.2

25 May 08:59

Choose a tag to compare

4.0.2 (2021-05-25)

Bug Fixes

  • deps: remove jscpd and fix security risks (LLC-1200) (#790) (68a5292)

v4.0.1

13 Apr 14:46

Choose a tag to compare

4.0.1 (2021-04-13)

Bug Fixes

  • deps: update dependency google-auth-library to v7.0.4 (4ad58dd)
  • Reduces logging of client errors (#764) (81c352d)

v4.0.0

10 Mar 10:20
47f7548

Choose a tag to compare

4.0.0 (2021-03-10)

Tests

  • Ensures that all storage providers are tested on CI (#740) (47f7548)

BREAKING CHANGES

  • No longer supporting redis-sentinel due to testing complications and a lack of return on the investment into maintenance. You can use HAProxy as an alternative. You may also consider using Azure Cache, AWS ElastiCache, or Google Cloud Memorystore. Ensure that EVENTS_REPO=sentinel is no longer used in your .env file.
  • No longer supporting AUTH_REPO=fetch. This was a legacy auth repo from days when we were transitioning from PHP to Node. Use AUTH_REPO=mongo instead.

v3.7.6

09 Mar 10:37
bd8fad9

Choose a tag to compare

3.7.6 (2021-03-09)

Bug Fixes

  • deps: update dependency google-auth-library to v7 (#739) (bd8fad9)
  • deps: update dependency redis to v3 (#665) (28fde1e)
  • deps: update dependency uuid to v8 (#723) (7d9a0dc)

v3.7.5

08 Mar 17:02
dc86aa1

Choose a tag to compare

3.7.5 (2021-03-08)

Bug Fixes

  • tsc: Fixes spread ahead of TS upgrade (#746) (dc86aa1)

v3.7.4

08 Mar 15:18
92db202

Choose a tag to compare

3.7.4 (2021-03-08)

Bug Fixes

  • deps: update dependency http-status-codes to v2 (#721) (92db202)

v3.7.3

08 Mar 15:02
67ae4c5

Choose a tag to compare

3.7.3 (2021-03-08)

Bug Fixes

  • deps: update dependency google-auth-library to v6.1.6 (#730) (a055c4c)

v3.7.2

04 Mar 15:56
2f5908c

Choose a tag to compare

3.7.2 (2021-03-04)

Bug Fixes

  • deps: update dependency mime-types to v2.1.29 (#733) (0a1ca8b)

v3.7.1

14 Dec 15:42
3a58448

Choose a tag to compare

3.7.1 (2020-12-14)

Bug Fixes