Releases: saleor/apps
Releases · saleor/apps
[email protected]
Patch Changes
- 0f0bff2: Move
ThemeSynchronizer
utility to shared packages.
[email protected]
Patch Changes
[email protected]
Patch Changes
- 0f0bff2: Move
ThemeSynchronizer
utility to shared packages.
[email protected]
Patch Changes
- 0f0bff2: Move
ThemeSynchronizer
utility to shared packages.
[email protected]
Patch Changes
- 0f0bff2: Move
ThemeSynchronizer
utility to shared packages. - 18a9c3d: Implement client logs cache. Right now app will cache request for 1 day and revalidate the cache every 60 seconds.
Added forward / backward pagination to client logs. After this change end user can browse logs that exceeds current pagination limit (first 100). - e195c8d: Remove feature flag for client logs. After this change logs are enabled by default.
- e3e0d6d: Added test for suspicious line+tax calculation checker and additional debugging logs
[email protected]
[email protected]
Minor Changes
- e86926f: Product feed: prioritize media assigned to a specific product variant. with a fallback mechanism to use product media when no variant-specific media is available. The changes aim to enhance the precision of media selection
[email protected]
Patch Changes
- 0db174a: Removed regex escape for
ALLOWED_DOMAINS_URL
env variable from register handler. It isn't user input and escaping regex was causing problem with apps installation.
[email protected]
Patch Changes
- 9bbf9ee: Increased Vercel log limit to new value - 256KB. See announcement blog post from Vercel for more details.
- 9bbf9ee: Added new
LoggerVercelTransport
support. It will help us send logs to our infrastructure without need of OTEL unstable logs API. - 9bbf9ee: Escape ALLOWED_DOMAIN_PATTERN regex. It ensures that regex constructed from env variable is sanitized and can't be used to Denial of Service attack.
- 9bbf9ee: Fixed autofixable linting issues. No functional changes.
- Updated dependencies [9bbf9ee]
- Updated dependencies [9bbf9ee]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
- @saleor/[email protected]
[email protected]
Patch Changes
- 0db174a: Removed regex escape for
ALLOWED_DOMAINS_URL
env variable from register handler. It isn't user input and escaping regex was causing problem with apps installation.