Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new bulk create constructor without optional _id field #245

Merged

Commits on Apr 3, 2024

  1. Use Option<S> when id is optional in bulk request

    Signed-off-by: Cameron Durham <[email protected]>
    camerondurham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2dc360c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Revert "Use Option<S> when id is optional in bulk request"

    Signed-off-by: Cameron Durham <[email protected]>
    camerondurham committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    2a3f725 View commit details
    Browse the repository at this point in the history
  2. Add no_id constructor and test case

    Signed-off-by: Cameron Durham <[email protected]>
    camerondurham committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    6a19e42 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Change constructor name from _no_id to _without_id

    Co-authored-by: Thomas Farr <[email protected]>
    Signed-off-by: Cam <[email protected]>
    camerondurham and Xtansia authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    378af3d View commit details
    Browse the repository at this point in the history
  2. Add entry to CHANGELOG

    Signed-off-by: camerondurham <[email protected]>
    camerondurham committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    56e0316 View commit details
    Browse the repository at this point in the history