Skip to content

v0.2.0

Choose a tag to compare

@Nsttt Nsttt released this 01 Apr 10:06
· 32 commits to main since this release
bb7759f

What's Changed

  • feat(zephyr-agent): conditionally wait for stage 1 deployments by @arthurfiorette in #402
  • fix(http): surface actual errors and improve network error handling by @arthurfiorette in #407
  • fix: support symlinked recursive reads and unify walkers by @arthurfiorette in #406
  • chore(deps): remediate security vulnerabilities by @arthurfiorette in #408
  • chore(deps): remediate security vulnerabilities by @Nsttt in #410
  • feat(vite): add registry metadata by @Nsttt in #411
  • feat(vite-plugin-zephyr): decouple module federation integration by @Nsttt in #409
  • chore: bump patch version to 0.1.17 by @Nsttt in #413
  • chore: bump minor version to 0.2.0 by @Nsttt in #414
  • fix: patch pnpm audit advisories by @Nsttt in #417

🔴 Breaking Changes

  • vite-plugin-zephyr: Module Federation is now decoupled from withZephyr().
  • If you use Module Federation with Vite, install @module-federation/vite explicitly.
  • Optionally: If you previously used plugins: [withZephyr({ mfConfig })], migrate to plugins: [federation(mfConfig), withZephyr()].

Full Changelog: v0.1.16...v0.2.0