Skip to content

Releases: saleor/apps

@saleor/[email protected]

29 Oct 08:28
427c0e6
Compare
Choose a tag to compare

Minor Changes

  • d088ef3: Renamed exported logger to rootLogger so we avoid collision of names when using logger in monorepo. Also createLogger function has been removed in favour of app defining it in their codebase.

Patch Changes

  • 2f37f07: Added VercelBuildtimeTransport which can be used to log information during Vercel build time e.g webhook migrations output. Renamed old attachLoggerVercelTransport to attachLoggerVercelRuntimeTransport.

  • 6d528dc: Added missing OTEL attributes to loggerVercelTransport. They will be visible under otel key in log collection service.

    Attributes:

    • span_id
    • trace_id
    • timestamp

[email protected]

23 Oct 09:46
7d1205c
Compare
Choose a tag to compare

Patch Changes

  • 945a27b: Now, a single query for fetching variants was splitted into smaller ones to decrease the API overload.

[email protected]

23 Oct 09:46
7d1205c
Compare
Choose a tag to compare

Patch Changes

  • 790ec96: App will now use MANIFEST_APP_ID env variable to provide app ID in the manifest. This allows to set different ID in production, dev, staging envs allowing them to be installed at the same time

[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]