Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Release apps #1623

Merged
merged 1 commit into from
Oct 15, 2024
Merged

🚀 Release apps #1623

merged 1 commit into from
Oct 15, 2024

Conversation

lkostrowski
Copy link
Member

@lkostrowski lkostrowski commented Oct 14, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@saleor/[email protected]

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]

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]

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

@lkostrowski lkostrowski requested review from a team as code owners October 14, 2024 09:58
Copy link
Contributor

github-actions bot commented Oct 14, 2024

🚀 Releasing AvaTax app checklist

@lkostrowski lkostrowski requested a review from Cloud11PL October 14, 2024 09:58
Copy link

vercel bot commented Oct 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
saleor-app-avatax ✅ Ready (Inspect) Visit Preview Oct 14, 2024 11:05am
saleor-app-cms ✅ Ready (Inspect) Visit Preview Oct 14, 2024 11:05am
saleor-app-klaviyo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 11:05am
saleor-app-products-feed ✅ Ready (Inspect) Visit Preview Oct 14, 2024 11:05am
saleor-app-search ✅ Ready (Inspect) Visit Preview Oct 14, 2024 11:05am
saleor-app-smtp ✅ Ready (Inspect) Visit Preview Oct 14, 2024 11:05am

@krzysztofzuraw krzysztofzuraw added run e2e Run e2e staging workflow and removed run e2e Run e2e staging workflow labels Oct 14, 2024
@krzysztofzuraw krzysztofzuraw added run e2e Run e2e staging workflow and removed run e2e Run e2e staging workflow labels Oct 15, 2024
@krzysztofzuraw krzysztofzuraw merged commit 6bc38f4 into main Oct 15, 2024
27 checks passed
@krzysztofzuraw krzysztofzuraw deleted the changeset-release/main branch October 15, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants