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
test: add changelog and integer-ID coverage for Client::deleteIds
Follow up #2317 / #2316 with a changelog entry and a functional
regression test that deletes a document using an integer ID.
Co-authored-by: Nicolas Ruflin <ruflin@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
### Deprecated
17
17
### Removed
18
18
### Fixed
19
+
*`Client::deleteIds()` now accepts integer document IDs again by casting them to string before `Action::setId()`[#2316](https://github.com/ruflin/Elastica/issues/2316)
0 commit comments