Skip to content

Releases: saleor/apps

[email protected]

16 Oct 07:16
f3ec01f
Compare
Choose a tag to compare

Patch Changes

  • ce15d82: Experimentally move creating dependencies (checkout-calculate-taxes) into handler body. This is a hypothesis that lambda will start up faster.

[email protected]

15 Oct 07:09
6bc38f4
Compare
Choose a tag to compare

Patch Changes

[email protected]

15 Oct 07:09
6bc38f4
Compare
Choose a tag to compare

Patch Changes

[email protected]

15 Oct 07:09
6bc38f4
Compare
Choose a tag to compare

Patch Changes

[email protected]

15 Oct 07:09
6bc38f4
Compare
Choose a tag to compare

Patch Changes

[email protected]

15 Oct 07:09
6bc38f4
Compare
Choose a tag to compare

Patch Changes

[email protected]

15 Oct 07:09
6bc38f4
Compare
Choose a tag to compare

Patch Changes

  • 6be0103: Added new LoggerVercelTransport support. It will help us send logs to our infrastructure without need of OTEL unstable logs API.
  • Updated dependencies [6be0103]

@saleor/[email protected]

15 Oct 07:09
6bc38f4
Compare
Choose a tag to compare

Patch Changes

  • 6be0103: Added new transport LoggerVercelTransport. It is currently in experimental stage but it can be used to send logs directly to Vercel log drain. This transport has optional argument of loggerContext - if used you need to make sure that function is executed only on the server. If attaching of transport fails we will get Sentry error.

    Usage:

    import { logger } from "@saleor/apps-logger";
    import { attachLoggerVercelTransport } from "@saleor/apps-logger/node";
    import { loggerContext } from "./logger-context";
    import pkgJson from "./package.json";
    
    attachLoggerVercelTransport(logger, pkgJson.version, loggerContext);

[email protected]

14 Oct 07:39
1eec549
Compare
Choose a tag to compare

Patch Changes

  • 0ef7add: You can now see the error log when sending email has timeout

[email protected]

10 Oct 10:52
2b1ae54
Compare
Choose a tag to compare

Patch Changes

  • 02a4e4b: Increase memory in Avatax. Previous reduction caused a large cold start increase