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

Merge 0.16 #244

Draft
wants to merge 37 commits into
base: main
Choose a base branch
from
Draft

Merge 0.16 #244

wants to merge 37 commits into from

Commits on Nov 7, 2024

  1. feat: conversation api initial implementation

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d0b6490 View commit details
    Browse the repository at this point in the history
  2. fix(ci): trim blank spaces from version strings

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    01d2214 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #235 from mikeee/remove-version-spaces

    fix(ci): trim blank spaces from version strings
    mikeee authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    78ad9fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f70a18f View commit details
    Browse the repository at this point in the history
  5. fix(ci): fix installer bundle creation logic (#237)

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8f00930 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7322ec4 View commit details
    Browse the repository at this point in the history
  7. fix(ci): fix installer bundle creation logic (#238)

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5fd49f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    981340a View commit details
    Browse the repository at this point in the history
  9. fix(ci): fix installer bundle creation logic (#239)

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0f29428 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12dd8af View commit details
    Browse the repository at this point in the history
  11. fix(test): close step token

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    dbc7a80 View commit details
    Browse the repository at this point in the history
  12. fix(test): example run

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fbb81bf View commit details
    Browse the repository at this point in the history
  13. fix(test): example validation

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    80a3a90 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #234 from mikeee/conversation-api

    feat: conversation api initial implementation
    mikeee authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    04375f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

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

Commits on Nov 21, 2024

  1. docs: fix typo

    Signed-off-by: mikeee <[email protected]>
    mikeee committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    b81f8f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e04157d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    580b88f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. feat(state)!: add state and bulk state methods

    This includes metadata and options for storing state with etags and consistency
    
    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    0183be5 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. chore(lint): fmt

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    597aa46 View commit details
    Browse the repository at this point in the history
  2. docs(state): update daprdocs

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b1cacef View commit details
    Browse the repository at this point in the history
  3. Merge pull request #246 from mikeee/226-state_metadata

    refactor state methods
    mikeee authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    709c67e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release-0.16' into dapr-docs

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e78cab4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #245 from mikeee/dapr-docs

    Update Dapr Rust docs
    mikeee authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4cfa9a3 View commit details
    Browse the repository at this point in the history
  6. chore: bump rc versions

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b2be904 View commit details
    Browse the repository at this point in the history
  7. feat: add proto check and make directives

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    851abca View commit details
    Browse the repository at this point in the history
  8. ci: rename steps

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ae9bcda View commit details
    Browse the repository at this point in the history
  9. Merge pull request #247 from mikeee/rc3

    chore: bump rc versions
    mikeee authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fcff470 View commit details
    Browse the repository at this point in the history
  10. ci: refactor doc test

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e15f65b View commit details
    Browse the repository at this point in the history
  11. chore: remove macro dep from main crate

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    95b009b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    85ed911 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c4675a6 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #248 from mikeee/check-proto-diff

    feat: add proto check and make directives
    mikeee authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1ac0191 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1d88e20 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #249 from mikeee/rm-macro-dep

    chore: remove macro dep from main crate
    mikeee authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4da565c View commit details
    Browse the repository at this point in the history
  17. ci: add dry publish test

    Signed-off-by: Mike Nguyen <[email protected]>
    mikeee committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    abecc5c View commit details
    Browse the repository at this point in the history
  18. Merge pull request #250 from mikeee/dry-publish

    ci: add dry publish test
    mikeee authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f0498dc View commit details
    Browse the repository at this point in the history