Skip to content

v1.0.0

Choose a tag to compare

@umeshmore45 umeshmore45 released this 10 Jun 09:19
· 1633 commits to main since this release

Release v1.0.0

We are excited to announce the release of v1.0.0 for the contentstack/migration-v2 repository!


Summary of Notable Changes

Added

  • SECURITY.md: Added a security policy and contact instructions.
  • CODEOWNERS: Added security-admin as code owner for all files.
  • api/package-lock.json: Locked dependencies for the API package.

Changed

  • .talismanrc:
    • Now includes version information and additional file checksums, especially for various package-lock.json files across the project.
    • Expanded ignore configuration for security scan-related files.

Details by File

  • Security & Licensing

    • Added SECURITY.md with responsible disclosure policy and contact.
    • Project now has a top-level CODEOWNERS file specifying security-admin as the owner.
  • Source Control & Configuration

    • Expanded .gitignore to ignore .vscode, but now tracks more previously ignored files (e.g., *.zip and package-lock.json).
    • .talismanrc improvements to cover more files for secret scanning.
    • Removed .vscode workspace recommendations and settings to reduce editor-specific configuration in the repo.
  • Dependency Management

    • Added api/package-lock.json (and several other package-lock files, referenced in .talismanrc) for reproducible builds.

Impact

  • Security and compliance improvements: Clearer code ownership, license, and security policy.
  • Dependency and configuration management: Improved reproducibility and auditing.
  • Editor experience: Removed VSCode-specific settings/recommendations for a more editor-agnostic repo.

View the full diff for more details

What's Changed

Full Changelog: v1.0.0-beta...v1.0.0