-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new bulk create constructor without optional _id field (#245)
* Use Option<S> when id is optional in bulk request Signed-off-by: Cameron Durham <[email protected]> * Revert "Use Option<S> when id is optional in bulk request" Signed-off-by: Cameron Durham <[email protected]> * Add no_id constructor and test case Signed-off-by: Cameron Durham <[email protected]> * Change constructor name from _no_id to _without_id Co-authored-by: Thomas Farr <[email protected]> Signed-off-by: Cam <[email protected]> * Add entry to CHANGELOG Signed-off-by: camerondurham <[email protected]> --------- Signed-off-by: Cameron Durham <[email protected]> Signed-off-by: Cam <[email protected]> Signed-off-by: camerondurham <[email protected]> Co-authored-by: Thomas Farr <[email protected]>
- Loading branch information
1 parent
b4d3c88
commit 28e3d47
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters