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 support for conversations & analytics APIs, allow specification of dirty values behaviors and export option #171

Merged
merged 19 commits into from
Oct 6, 2024

Commits on Jul 25, 2024

  1. feat: conversation models

    phiHero committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4b19e6f View commit details
    Browse the repository at this point in the history
  2. feat: conversations

    phiHero committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c4e0d58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ed8b9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6568c86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3710717 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d53375e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2e176f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd7f4b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9aa947 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    ac813b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. fix: conversation API tests

    phiHero committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7967cf5 View commit details
    Browse the repository at this point in the history
  2. feat: analytics

    phiHero committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    dd791ff View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. feat: allow configuration of dirty values behavior and export options

    [BREAKING CHANGE]: documents `Export` function signature
    - Added a new method: documents `Index` to avoid  breaking changes in `Create` & `Upsert` function signatures
    phiHero committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ab589e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    412393e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. pull openapi changes

    phiHero committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d9cc065 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60e1549 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a701e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90638ca View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. feat: add dirty values parameter for single document indexing

    - add `dirty_values` parameter for .Create, .Upsert and .Update methods
    - pull latest oapi-spec changes
    phiHero committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    77722d7 View commit details
    Browse the repository at this point in the history