- Add
yaml_merge
provider function
- Do not overwrite existing values with empty/null values
- Fix deadlock when resolving environment variables
- Fix crash due to concurrency issue
- Do not merge YAML dictionary list items, where each list item has unique attributes with primitive values
- Add support for YAML
!env
tags to resolve values from environment variables
- Append matching primitive list items if
merge_list_items
set tofalse
- Deep merge list items with extra primitive values if
merge_list_items
set totrue
- Fix default value of
merge_list_items
attribute
- Introduce
merge_list_items
flag (default value istrue
) to disable merging of list items
- Fix merging of non-string type lists
- Fix list item value comparison
- Initial release