Skip to content

v16.0.4-Preview.9 (Preview)

Pre-release
Pre-release
Compare
Choose a tag to compare
@nkdagility-actions-bot nkdagility-actions-bot released this 03 Oct 08:11
· 51 commits to main since this release
e79d28b

Azure DevOps Migration Tools v16.0.4-Preview.9

Version: 16.0.4-Preview.9
Ring: (Preview)

Release Summary for Azure DevOps Migration Tools

Overview

This release of the Azure DevOps Migration Tools introduces several significant enhancements, new features, and critical bug fixes aimed at improving the overall functionality and user experience. The changes reflect our commitment to providing robust tools for seamless migration processes while ensuring high standards of code quality and maintainability.

Detailed Changes

New Features ✨

  • Validation and Logging for TfsGitRepositoryTool Options
    Commit: e79d28b73326a5b972af9e7fe0053f4a7278f83b
    This feature adds validation and logging capabilities for the TfsGitRepositoryTool options, ensuring that users receive immediate feedback on configuration issues, which enhances usability and reduces errors during migration.

  • Support for 'Order' Property in ConfigurationSample Class
    Commit: 6d3fe268de4733b7e3ab0b07ef75c877b4c8a2af
    The addition of the 'Order' property allows for more structured configuration management, improving the clarity and organisation of configuration samples.

Enhancements 💡

Bug Fixes 🐛

Performance Improvements ⚡️

  • Optimisation of JSON Serialization Handling
    Commit: 48d5f5ca760b9065ccf9c4f28d5c10493fb857d6
    Improvements in JSON serialization handling lead to faster processing times and reduced memory usage during migrations.

Refactoring ♻️

Documentation Updates 📝

Dependency Updates 📌

  • Updated Configuration for Migration Testing
    Commit: df545d9c84c0fe957e49b130b5f6484015666ebe
    The project name in the configuration file is updated to reflect changes in the testing environment, ensuring consistency across development and testing phases.

Conclusion

The changes introduced in this release significantly enhance the functionality, performance, and reliability of the Azure DevOps Migration Tools. By addressing critical bugs, adding new features, and improving existing functionalities, this release positions the project for greater user satisfaction and operational efficiency. As we continue to evolve the tools, we remain committed to delivering high-quality solutions that meet the needs of our users and support their migration efforts effectively.

Get the tools

  • Download the MigrationTools-16.0.4-Preview.9.zip file below
  • Install with Winget with winget install nkdagility.azure-devops-migration-tools.Preview --version 16.0.4-Preview.9 . There is a delay for aprovals on the winget store, so you may need to wait a few days before this is available.
  • Install with Chocolatey with choco install vsts-sync-migrator --version 16.0.4-preview0009. There is a delay for aprovals on the chocolatey store, so you may need to wait a few hours before this is available.

What's Changed

🏕 Features

  • Validator for TfsGitRepositoryTool and honor the enabled:false by @MrHinsh in #2420

Full Changelog: v16.0.4...v16.0.4-Preview.9