Skip to content
Discussion options

You must be logged in to vote

@nn15296 , ChangeSummaryManager.extractChangeSummaries() relied on reversing change sets starting from the latest version supplied. However, we have since outlawed reversing schema change sets, and the method could fail if we did encounter such a case.

Therefore starting with version 2.18.0, we ended up deprecating ChangeSummaryManager.extractChangeSummaries() and are replacing it with ChangeSummaryManager.createChangeSummaries() (for a range of change sets), and ChangeSummaryManger.createChangeSummary() (for a single change set - i.e., current version).

Please consider upgrading to 2.18.0, and switching to these methods. Here are the change notes - https://www.itwinjs.org/changehistory/2…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@nn15296
Comment options

@calebmshafer
Comment options

@diegopinate
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ramanujam-raman-zz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants