Skip to content

Releases: saleor/apps

[email protected]

26 Sep 12:19
82d930e
Compare
Choose a tag to compare

Patch Changes

  • 6d30555: Wrapped all webhooks with metadata cache. It will cache metadata coming from the subscription and all further metadata calls from the webhook will be cached during the request

[email protected]

26 Sep 09:58
e18cf17
Compare
Choose a tag to compare

Patch Changes

  • 7a2384b: Added serverComponentsExternalPackages to Next.js config in order to fix functions timeouts. Packages added are from @aws/sdk-*

[email protected]

25 Sep 09:06
59ede4e
Compare
Choose a tag to compare

Patch Changes

[email protected]

25 Sep 09:06
59ede4e
Compare
Choose a tag to compare

Patch Changes

[email protected]

25 Sep 09:06
59ede4e
Compare
Choose a tag to compare

Patch Changes

[email protected]

25 Sep 09:06
59ede4e
Compare
Choose a tag to compare

Patch Changes

[email protected]

25 Sep 09:06
59ede4e
Compare
Choose a tag to compare

Patch Changes

[email protected]

25 Sep 09:06
59ede4e
Compare
Choose a tag to compare

Minor Changes

  • 3a2aed8: Experimental: Added client logs feature. FF_ENABLE_EXPERIMENTAL_LOGS variable must be set to "true"

    When enabled, app will required configured DynamoDB table. See readme for details.

    Client logs store business transactions in the persistent storage. Operations like taxes calculation or corresponding failures will be written.

    Logs can be accessed via App's configuration page in Saleor Dashboard.

699shots_so

Patch Changes

  • def3bb1: Fix Eslint issues. It won't affect AvaTax app functionality.
  • dff6d8d: Improved error parser class constructor: now parse method will have optional parameter of error capture instead of constructor. This change will not have effect on clients.
  • 5f61e62: Add handling for error occurred due to missing document in AvaTax during cancel (voiding)
  • Updated dependencies [93969b2]

@saleor/[email protected]

25 Sep 09:06
59ede4e
Compare
Choose a tag to compare

Patch Changes

  • 93969b2: Patch OTEL dependency - it should handle NaN & Infinity values. It will ensure that logs are properly parsed and send to log service.

[email protected]

12 Sep 10:15
badd1f5
Compare
Choose a tag to compare

Patch Changes

  • fe5d5d5: Updated @saleor/app-sdk to 0.50.3. This version removes the limitation of body size for the webhook payloads.