-
Notifications
You must be signed in to change notification settings - Fork 32
Release v2.2.0 #318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release v2.2.0 #318
+4,068
−1,764
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release 2.1.0 to Develop
* Adding dunder new to Adapter to copy meta kwargs to instance for later retrieval * fix: Ensure that dict_type has a default for OrderedDefaultDict to work with deepcopy. * build: Update project dependencies * Ignore mypy complaints * test: ✅ Add tests validating __new__ function. * test: 🚨 Ignore pylint warning
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix minor grammar issues
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool
Template:
```
{
"template": "git@github.com:networktocode-llc/cookiecutter-ntc.git",
"dir": "python",
"ref": "main",
"path": null
}
```
Cookie:
```
{
"remote": "https://github.com/networktocode/diffsync.git",
"path": "/Users/justin.drew/Projects/outputs/diffsync",
"repository_path": "/Users/justin.drew/Projects/outputs/diffsync",
"dir": "",
"branch_prefix": "drift-manager/develop",
"context": {
"codeowner_github_usernames": "@glennmatthews @michalis1 @jdrew82",
"full_name": "Network to Code, LLC",
"email": "info@networktocode.com",
"github_org": "networktocode",
"description": "Library to easily sync/diff/update 2 different data sources",
"project_name": "diffsync",
"project_slug": "diffsync",
"repo_url": "https://github.com/networktocode/diffsync",
"base_url": "diffsync",
"project_python_name": "diffsync",
"project_python_base_version": "3.10",
"project_with_config_settings": "no",
"generate_docs": "yes",
"version": "2.2.0",
"original_publish_year": "2025",
"_template": "git@github.com:networktocode-llc/cookiecutter-ntc.git",
"_output_dir": "/Users/justin.drew/Projects/outputs",
"_repo_dir": "/Users/justin.drew/.cookiecutters/cookiecutter-ntc/python",
"_checkout": "main"
},
"drift_managed_branch": "develop",
"remote_name": "origin",
"pull_request_strategy": "PullRequestStrategy.CREATE",
"post_actions": [],
"baked_commit_ref": "",
"draft": false
}
```
CLI Arguments:
```
{
"cookie_dir": "",
"input": true,
"json_filename": "",
"output_dir": "../outputs",
"push": true,
"template": "git@github.com:networktocode-llc/cookiecutter-ntc.git",
"template_dir": "python",
"template_ref": "main",
"pull_request": null,
"post_action": [],
"disable_post_actions": false,
"draft": null,
"drift_managed_branch": "develop"
}
```
* Fix merge conflicts
* Fixes for merge conflicts
* Fix formating and missed merge conflicts
* Fix linter warnings and update dependencies to latest
* Fix docs conf
* Fix imports
* Fix generation script to use correct path
* Fix merge conflicts
* test: 🚨 Fix errors from ruff
* ci: Fix PYTHON_VER reference
* test: 🚨 Fix complaint from pylint
michalis1
previously approved these changes
Dec 8, 2025
michalis1
previously approved these changes
Dec 8, 2025
glennmatthews
approved these changes
Dec 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's Changed
New Contributors
Full Changelog: v2.1.0...v2.2.0