Skip to content

Latest commit

 

History

History
323 lines (147 loc) · 15 KB

CHANGELOG.md

File metadata and controls

323 lines (147 loc) · 15 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.15.7 (2022-07-03)

Bug Fixes

  • deps: update dependency firebase-admin to v11 (#70) (8ff037f)

1.15.6 (2021-11-01)

Bug Fixes

  • deps: fix `firebase-admin` semver to fit v9 and v10 (376049f)

1.15.5 (2021-10-21)

Bug Fixes

  • server-ips: new server mods.x ips (080b408)

1.15.4 (2021-06-17)

Bug Fixes

  • api-request: send token request in advance when token would expire in up to 30min (bc1949e)

1.15.3 (2021-06-17)

Bug Fixes

  • handle-callback: mfix setting authentication_id on firestore doc before saving (9e536b3)

1.15.2 (2021-06-17)

Bug Fixes

  • handle-callback: fix assinging values to firestore doc object (ba07685)

1.15.1 (2021-06-17)

Bug Fixes

  • api-request: prevent requesting app endpoint without id (f5277ae)
  • handle-callback: try to save firestore doc with application info even on token refresh (a8b706b)

1.15.0 (2021-06-17)

Features

  • api-request: check token expires and send token update request in advance (4e3be25)

Bug Fixes

  • handle-callback: on token update, merge firestore doc with store and authentication ids (16b9e20)
  • update-tokens: delete tokens older than 30 days only (4b37738)

1.14.11 (2021-05-12)

Bug Fixes

  • env: get env vars inside function scope (runtime) (6a3e4b4)

1.14.10 (2021-05-07)

Bug Fixes

  • cloud-functions: also check for FIREBASE_CONFIG env (31e9bd8)

1.14.9 (2021-05-07)

Bug Fixes

  • cloud-functions: check for GCP_PROJECT env (12781e8)
  • env: get env vars inside function scope (c7ca077)

1.14.8 (2021-03-08)

Bug Fixes

  • update-tokens: minor fix debugging queue queue positions (a1e4f3e)
  • update-tokens: minor fix debugging queue queue positions (8ea78e0)

1.14.7 (2021-03-08)

Bug Fixes

  • update-tokens: query up to 400 tokens, order by last updated (firestore) (b1d8275)

1.14.6 (2021-03-06)

Bug Fixes

  • deps: firebase-admin ^9.4.0 (security) (165aaf2)

1.14.5 (2021-03-05)

Bug Fixes

  • update-tokens: ensure handling and debug queue delay (b9a7766)

1.14.4 (2021-03-05)

Bug Fixes

  • update-tokens: ensure handling queue delay (22405b3)

1.14.3 (2021-02-05)

Bug Fixes

  • update-tokens: fix delay to refresh token request (b859b9f)

1.14.2 (2021-02-02)

Bug Fixes

  • handle-callback: save 'expires' iso date to firestore doc (af2bb68)
  • update-tokens: stop manipulating firestore timestamp, check each document 'expires' date (7eebb2e)

1.14.1 (2021-01-13)

1.14.0 (2020-10-15)

Features

  • api-request: handling ECOM_AUTH_DISABLE_API_RETRY env, also retry for timeout or server error (91189c8)

1.13.1 (2020-07-26)

1.13.0 (2020-06-03)

Features

  • update-tokens: return 'updateTokens' as function on setup resolve (1f1c7da)

1.12.4 (2020-05-29)

Bug Fixes

  • deps: update @ecomplus/utils to v1.4.1 (8bc9bf3)

1.12.3 (2020-05-14)

1.12.2 (2020-05-14)

1.12.1 (2020-05-14)

1.12.0 (2020-05-11)

Features

  • delete-auth: add new 'deleteAuth' method (c1cd7b3)

Bug Fixes

  • get-auth: for sqlite, get authentication by last update (d0dede2)
  • update-tokens: delete no more valid authentications on fail (d9d2cbd)

1.11.13 (2020-04-27)

Bug Fixes

  • handle-callback: fix creating firestore Timestamp (must set ns) (51dfac7)

1.11.12 (2020-04-27)

Bug Fixes

  • handle-callback: setup 'updated_at' with old date on firestore (e6416fb)

1.11.11 (2020-04-27)

1.11.10 (2020-04-21)

Bug Fixes

  • get-auth: prevent needing to add firestore composite index (966c3f2)

1.11.9 (2020-04-08)

Bug Fixes

  • api-request: prefer not using promise.finnaly for node support (5a5de46)

1.11.8 (2020-03-18)

Bug Fixes

  • deps: @ecomplus/client requires @ecomplus/utils as peer (f2f2dee)

1.11.7 (2020-03-18)

Bug Fixes

  • api-request: using ecomClient for better parsing and queue control (fa3d2f2)

1.11.6 (2020-02-18)

Bug Fixes

  • update-tokens: ignore interval task for cloud functions by default (d1dcfad)

1.11.5 (2020-02-18)

Bug Fixes

  • get-auth: for firestore, order by 'updated_at' desc (dd87490)

1.11.4 (2020-02-18)

Bug Fixes

  • setup-timeout: ignore setup timeout for Cloud Functions by default (5edc1fb)

1.11.3 (2020-02-17)

1.11.2 (2020-02-17)

1.11.1 (2020-02-17)

1.11.0 (2020-02-17)

Bug Fixes

  • deps: require sqlite3/firebase-admin only when needed (af55228)
  • deps: require sqlite3/firebase-admin only when needed (00fd543)

1.11.0-rc.1 (2020-02-15)

Features

  • debug: handle ECOM_AUTH_DEBUG env and debug setup and services (aaac316)

1.11.0-rc.0 (2020-02-15)

Bug Fixes

  • api-request: prevent not fulfilled firestore delete promise (03bfb77)
  • firestore: fix handling update tokens and get auth with firestore/cloud functions (#6) (e5c6641)
  • get-auth: fix handling query reference (when no auth id set) (0e4e8b6)
  • handle-callback: preset 'updated_at' on firestore coll (9579f7e)
  • update-tokens: fix handling firestore query, env disable interval (c4259dc)

1.11.0-beta.3 (2020-02-13)

Bug Fixes

  • handle-callback: fix promises with firestore and clean (dry) code (c6ff0c0)

1.11.0-beta.2 (2020-02-11)

Bug Fixes

  • setup: auto call ready() when firestore being used (f8c9ac8)

1.11.0-beta.1 (2020-02-07)

Bug Fixes

  • setup: requiring 'saveProcedures' method (#5) (3f1fa25)

1.11.0-beta.0 (2020-02-07)

Features

  • firestore: added support to google firestore as database (#3) (4e686b9)
  • save-procedures: added 'saveProcedures' method to re-use code (#4) (2cfdfb2)

1.10.1-beta.0 (2020-02-07)

1.10.0 (2019-10-16)

Features

  • setup-stores: handle array of functions as procedures (43046c5)

Bug Fixes

  • server-ips: add public ipv6 addresses (220c23c)