Skip to content

mainnet-v1.2.0

Choose a tag to compare

@nikos-terzo nikos-terzo released this 22 Sep 18:56
· 135 commits to mainnet since this release
6690fa1

Summary

Further support of quilts under the quilts-experimental feature.

Note
Header and ignore-file matching in ws-resources.json, now uses glob patterns (e.g. *.md, docs/**) instead of regular expressions.
Regex support was never intentional, so if you were using advanced regex, please update your configs to glob style.(#556).

Features

  • deploy-action: Support wallet exported keys. (#525)
  • site-builder: UpdateQuilts command, deletes and re-creates all resources. (#552)
  • site-builder: Use quilt patch ids in site-builder publish/update output. (#561)
  • site-builder: Show quilt patch ids during sitemap. (#562)
  • site-builder: Improve the print_summary docs. (#557)

Bugs

  • deploy-action: Fix inputs usage. (#550)
  • site-builder: Use glob instead of regex for ignore files and headers assignments. (#556)
  • site-builder: --list-directory and ignore files. (#556)
  • common-lib: nullish coalescing for range header building. (#560)

CI/CD

  • portal: Integrate Javascript/Typescript tests with Sonarqube. (#549)

Chores

  • deploy: Remove publish_landing_page.sh script. (#554)
  • site-builder: Update Walrus and Sui dependencies. (#555)
  • site-builder: Remove unused .with_type() in test-setup resource-fetching. (#551)
  • site-builder: Create integration test for list directory. (#559)

Full Changelog: mainnet-v1.1.0...mainnet-v1.2.0