Skip to content

Releases: mojaloop/auth-service

v12.0.0 Release

24 Mar 12:23
Compare
Choose a tag to compare

12.0.0 (2022-03-24)

⚠ BREAKING CHANGES

  • update auth-service to latest thirdparty api definition (#106)

Code Refactor

  • update auth-service to latest thirdparty api definition (#106) (79edf15)

v11.13.1 Release

25 Feb 09:27
Compare
Choose a tag to compare

11.13.1 (2022-02-25)

Maintenance

  • deps: bump tmpl from 1.0.4 to 1.0.5 (#91) (bb5e87d)

Code Refactor

  • handle errors akin to core ml services and update verification response (#99) (c97e75e)

v11.13.0 Release

05 Nov 12:58
Compare
Choose a tag to compare

11.13.0 (2021-11-05)

Features

🛑 BREAKING CHANGE

Existing old migration table

If you have a deployment of an old version of auth-service running you might need to drop your migration table due to depending on typescript migration files while now the migrations are dependent on their javascript compiled varients.

Another potential option is to search the migration table and search for any .ts extension and update it to .js
Atm we haven't tested any solutions that don't result dropping the database since at this point in time the auth-service is not used in production anywhere.

Config Change

With the introduction of compiling typescript, the configuration file will need to be updated to use

    "migrations": {
      "tableName": "auth-service",
      "loadExtensions": [
        ".js"
      ]
    },
    "seeds": {
      "loadExtensions": [
        ".js"
      ]
    }

v11.12.0 Release

03 Nov 11:41
Compare
Choose a tag to compare

11.12.0 (2021-11-03)

Features

  • add pr-title-check step to ci/cd (#95) (fc7dcef)

v11.11.1 Release

20 Oct 14:13
Compare
Choose a tag to compare

11.11.1 (2021-10-20)

Bug Fixes

v11.11.0 Release

19 Oct 06:51
Compare
Choose a tag to compare

11.11.0 (2021-10-19)

Features

v11.10.1 Release

28 Sep 11:27
Compare
Choose a tag to compare

11.10.1 (2021-09-28)

Bug Fixes

  • remove devDependencies from docker image (#92) (888ca8e)

v11.10.0 Release

17 Sep 02:55
Compare
Choose a tag to compare

11.10.0 (2021-09-17)

Features

  • int: implement verify tx integration tests (#90) (b47ccc5)

v11.9.1 Release

16 Sep 06:19
Compare
Choose a tag to compare

11.9.1 (2021-09-16)

Bug Fixes

  • integration: reenable skipped integration tests (#89) (d2a4114)

v11.9.0 Release

15 Sep 22:14
Compare
Choose a tag to compare

11.9.0 (2021-09-15)

Features

  • verifyTransaction: implement fetch consent and verify transaction logic (#88) (650ef99)