You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ This project bumps the version number for any changes (including documentation u
13
13
14
14
## [Unreleased] - i.e. pushed to main branch but not yet tagged as a release
15
15
16
+
## [6.1.2] - 2025-08-13
17
+
- BUGFIX: the `methods` element was not getting added to the document structure for the exit procedure because it was getting interpreted as `Nokogiri::XML::Builder.methods`. This prevented the `method` field from being ingested. All keys are now sent to Builder with an underscore appended to prevent this behavior.
18
+
16
19
## [6.1.1] - 2025-04-22
17
20
- BUGFIX: deriving config from RecordMapper does not break when new-style "dataConfigType" property is included
18
21
- DataHandler(s) can accept a URL for a mapper (or DataConfig, for new data-toolkit), and fetch/parse the JSON for use
0 commit comments