Skip to content
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

provide new option for "if-equal" header: "skip-minimizing-merge" #1772

Merged
merged 2 commits into from
Oct 17, 2023

Commits on Oct 16, 2023

  1. provide new option for "if-equal" header: "skip-minimizing-merge"

    * which reduces the part of a merge/patch command to the actually changed elements, removing non-changed elements
    * this reduces e.g. required storage in the MongoDB by a lot, if redundant data is sent often
    * this also reduces the event payload to the actually changed parts of the thing
    
    Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
    thjaeckle committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    15080d9 View commit details
    Browse the repository at this point in the history
  2. added unit test for "if-equal" header: "skip-minimizing-merge"

    * also added documentation
    * enhanced release notes + blogpost about release with last-minute addition
    
    Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
    thjaeckle committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    332c155 View commit details
    Browse the repository at this point in the history