Releases: saleor/apps
Releases · saleor/apps
@saleor/[email protected]
Minor Changes
- d088ef3: Renamed exported
logger
torootLogger
so we avoid collision of names when usinglogger
in monorepo. AlsocreateLogger
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 oldattachLoggerVercelTransport
toattachLoggerVercelRuntimeTransport
. -
6d528dc: Added missing OTEL attributes to
loggerVercelTransport
. They will be visible underotel
key in log collection service.Attributes:
span_id
trace_id
timestamp
[email protected]
Patch Changes
- 945a27b: Now, a single query for fetching variants was splitted into smaller ones to decrease the API overload.
[email protected]
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]
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]
Patch Changes
- Updated dependencies [6be0103]
- @saleor/[email protected]
[email protected]
Patch Changes
- Updated dependencies [6be0103]
- @saleor/[email protected]
[email protected]
Patch Changes
- Updated dependencies [6be0103]
- @saleor/[email protected]
[email protected]
Patch Changes
- Updated dependencies [6be0103]
- @saleor/[email protected]
[email protected]
Patch Changes
- Updated dependencies [6be0103]
- @saleor/[email protected]
[email protected]
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]