v1.0.0
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.jsonfiles across the project. - Expanded ignore configuration for security scan-related files.
- Now includes version information and additional file checksums, especially for various
Details by File
-
Security & Licensing
- Added
SECURITY.mdwith responsible disclosure policy and contact. - Project now has a top-level
CODEOWNERSfile specifying security-admin as the owner.
- Added
-
Source Control & Configuration
- Expanded
.gitignoreto ignore.vscode, but now tracks more previously ignored files (e.g.,*.zipandpackage-lock.json). .talismanrcimprovements to cover more files for secret scanning.- Removed
.vscodeworkspace recommendations and settings to reduce editor-specific configuration in the repo.
- Expanded
-
Dependency Management
- Added
api/package-lock.json(and several other package-lock files, referenced in.talismanrc) for reproducible builds.
- Added
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
- Feature/wordpress by @umeshmore45 in #674
- [Snyk] Upgrade @types/react from 18.3.20 to 18.3.21 by @sauravraw in #679
- Feature/fix issues snyk by @umeshmore45 in #686
- [Snyk] Security upgrade node from 24.1.0-slim to 24.1.0-alpine3.22 by @umeshmore45 in #690
Full Changelog: v1.0.0-beta...v1.0.0