Skip to content

v0.0.60

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 07:44
· 3228 commits to main since this release

Bug Fixes

  • api: Fix typedefs for authenticated methods (may use env vars) (f4c51aa)
  • api: Fix typedefs for authenticated methods with optional config (c1938ae)
  • deps: Update all non-major dependencies (#45) (5fef410)
  • events: Must read full apiDoc even on new document events (b8cbac6)
  • events: Prevent handling multiple API events for same ID&topic at once (f7e3ba3)
  • events: Remove generic onNewOrder function [#29] (3da6a26)
  • firebase: Ensure fetch polyfill and Firebase app initialization before any function logic (09f8ad2)

Features

  • api: Check auth from env vars ECOM_AUTHENTICATION_ID and ECOM_API_KEY (0dce4e0)
  • events: Get app data on events list (scheduled) and send on PubSub message [#29] (bcdeec1)
  • events: Read API doc of respective event and send on Pub/Sub message [#29] (f8702e9)
  • firebase: Create helpers to setup Pub/Sub on publish functions (8e240c6)
  • Helper method to update app data on Store API and publish internal PubSub message [#29] (be7ab47)
  • tiny-erp: Refactor Tiny ERP handlers from https://github.com/ecomplus/app-tiny-erp (6530533)

Performance Improvements

  • events: Prevent (re)fetching application doc on data set events (3bedb45)

Reverts

  • events: Back with exported /firebase module (2613a70)