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

AMQP 1.0 Support for Service Bus SDK #1185

Closed
wants to merge 461 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    051ec32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68c1687 View commit details
    Browse the repository at this point in the history
  3. cargo fmt & fix

    minghuaw committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    296a56e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9270bf1 View commit details
    Browse the repository at this point in the history
  5. removes trailing slash

    minghuaw committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    09fe1ae View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Configuration menu
    Copy the full SHA
    00dfa1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e5ea85 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. impl Display for sb message

    minghuaw committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    fe8eece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6961c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01e25ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f42201c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    d071ac7 View commit details
    Browse the repository at this point in the history
  2. removed unused consts

    minghuaw committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    99db7d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    becaf5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d73477 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    676409f View commit details
    Browse the repository at this point in the history
  6. cargo fmt & fix

    minghuaw committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d453464 View commit details
    Browse the repository at this point in the history
  7. changed ttl to StdDuration

    minghuaw committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    0c386c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f5206b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9bca001 View commit details
    Browse the repository at this point in the history
  10. tested deadletter queue

    minghuaw committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    4d4f5f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db7832e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    56b8f85 View commit details
    Browse the repository at this point in the history
  13. cargo fix & fmt

    minghuaw committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    16d40a8 View commit details
    Browse the repository at this point in the history
  14. added public getters

    minghuaw committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    2410847 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4cbc4fe View commit details
    Browse the repository at this point in the history
  16. added attributes

    minghuaw committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    84f5028 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. added dead_code attr

    minghuaw committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    352ad48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    430fd9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b475011 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec0e6ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b15f18 View commit details
    Browse the repository at this point in the history
  6. commented unused

    minghuaw committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e156b61 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. impl AmqpCbsLink

    minghuaw committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    2528518 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f812183 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c631842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d947f6 View commit details
    Browse the repository at this point in the history
  5. cargo fix & fmt

    minghuaw committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    b6e640e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c80b1f View commit details
    Browse the repository at this point in the history
  7. removed unused link name

    minghuaw committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    da554f9 View commit details
    Browse the repository at this point in the history
  8. removed unnecessary ref

    minghuaw committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    7e531da View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. added "transaction" feature

    minghuaw committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    4eb6923 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. updated deps

    minghuaw committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    d456bc8 View commit details
    Browse the repository at this point in the history
  2. added Debug for pub types

    minghuaw committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a28bd23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5289b22 View commit details
    Browse the repository at this point in the history
  4. updated AmqpClient

    minghuaw committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2a736ba View commit details
    Browse the repository at this point in the history
  5. updated docs

    minghuaw committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f441fb2 View commit details
    Browse the repository at this point in the history
  6. updated docs

    minghuaw committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    8827c6b View commit details
    Browse the repository at this point in the history
  7. updated docs

    minghuaw committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f2bb015 View commit details
    Browse the repository at this point in the history
  8. re-organized client.rs

    minghuaw committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    fd2cba6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. added docs

    minghuaw committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    117d58a View commit details
    Browse the repository at this point in the history
  2. commented out unused consts

    minghuaw committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    6810dc8 View commit details
    Browse the repository at this point in the history
  3. allow unused

    minghuaw committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    e91370c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    01d5a8a View commit details
    Browse the repository at this point in the history
  2. added docs

    minghuaw committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    12596c3 View commit details
    Browse the repository at this point in the history
  3. removed cancelled error

    minghuaw committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    213edbf View commit details
    Browse the repository at this point in the history
  4. added docs

    minghuaw committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    1f88ebb View commit details
    Browse the repository at this point in the history
  5. added docs to primitive mods

    minghuaw committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    f69ea33 View commit details
    Browse the repository at this point in the history
  6. added docs

    minghuaw committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    1fd44e4 View commit details
    Browse the repository at this point in the history
  7. added docs

    minghuaw committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    9a905fb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    d024082 View commit details
    Browse the repository at this point in the history
  2. added docs for receivers

    minghuaw committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b89582f View commit details
    Browse the repository at this point in the history
  3. updated docs

    minghuaw committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    5d210a9 View commit details
    Browse the repository at this point in the history
  4. re-export to crate namespace

    minghuaw committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b3e28bc View commit details
    Browse the repository at this point in the history
  5. removed some doc example

    minghuaw committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    01738c3 View commit details
    Browse the repository at this point in the history
  6. updated doc example

    minghuaw committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    5c93368 View commit details
    Browse the repository at this point in the history
  7. updated doc examples

    minghuaw committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    2d3c57e View commit details
    Browse the repository at this point in the history
  8. fixed some doc warnings

    minghuaw committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b982ddf View commit details
    Browse the repository at this point in the history
  9. fixed docs

    minghuaw committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a37d6f9 View commit details
    Browse the repository at this point in the history
  10. reduced cloning

    minghuaw committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    cba39f9 View commit details
    Browse the repository at this point in the history
  11. reduced cloning

    minghuaw committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    fc4238d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2e20e41 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    d54c442 View commit details
    Browse the repository at this point in the history
  2. added WithCustomRetryPolicy

    minghuaw committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    87d8c1d View commit details
    Browse the repository at this point in the history
  3. updated docs

    minghuaw committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    253312e View commit details
    Browse the repository at this point in the history
  4. commented unused

    minghuaw committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    743277e View commit details
    Browse the repository at this point in the history
  5. fixed some docs

    minghuaw committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    6b24124 View commit details
    Browse the repository at this point in the history
  6. updated docs

    minghuaw committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    3fef079 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbd1c25 View commit details
    Browse the repository at this point in the history
  8. added accept next session

    minghuaw committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5f13fd9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b429e57 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    586c42a View commit details
    Browse the repository at this point in the history
  11. updated examples

    minghuaw committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5261ebc View commit details
    Browse the repository at this point in the history
  12. outlined more examples

    minghuaw committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    cd087a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    f358ad2 View commit details
    Browse the repository at this point in the history
  2. updated examples

    minghuaw committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    fdfbf8a View commit details
    Browse the repository at this point in the history
  3. added DeadLetterOptions

    minghuaw committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    36d9ad0 View commit details
    Browse the repository at this point in the history
  4. updated examples

    minghuaw committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1bc5c33 View commit details
    Browse the repository at this point in the history
  5. updated examples

    minghuaw committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ce8d56a View commit details
    Browse the repository at this point in the history
  6. cargo fix & fmt

    minghuaw committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    f1a138e View commit details
    Browse the repository at this point in the history
  7. added docs

    minghuaw committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    aa83835 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41db4f1 View commit details
    Browse the repository at this point in the history
  9. updated deadletter example

    minghuaw committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    2112052 View commit details
    Browse the repository at this point in the history
  10. updated docs

    minghuaw committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    67083e8 View commit details
    Browse the repository at this point in the history
  11. fixed docs

    minghuaw committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    b6b24bf View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. re-org for rule manager

    minghuaw committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5ff06d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2af4e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2c85a3 View commit details
    Browse the repository at this point in the history
  4. tested rule manager

    minghuaw committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    111b1ee View commit details
    Browse the repository at this point in the history
  5. cargo fmt and fix

    minghuaw committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    e27e44e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. updated admin docs

    minghuaw committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    5ea6ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d9c63a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edf1e68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae0ad29 View commit details
    Browse the repository at this point in the history
  5. added doc

    minghuaw committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    e4aedcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc88aa2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7aef286 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    338042a View commit details
    Browse the repository at this point in the history
  9. updated docs

    minghuaw committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    e29c76c View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    0931dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a538859 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    83fba9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4930ea View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    77a25f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e341c19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4282c0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2180a45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8a2831 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d137e7 View commit details
    Browse the repository at this point in the history
  7. impl recover for AmqpSender

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8140324 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8692968 View commit details
    Browse the repository at this point in the history
  9. cargo fmt && fix

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    ce5f471 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    58251d0 View commit details
    Browse the repository at this point in the history
  11. cargo fmt && fix

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e4793a0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    455d48b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7199cf6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    48a2a6a View commit details
    Browse the repository at this point in the history
  15. added docs

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    eb1cce1 View commit details
    Browse the repository at this point in the history
  16. use source builder

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    7126c3d View commit details
    Browse the repository at this point in the history
  17. updated docs for create_rule

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    ec9b8dc View commit details
    Browse the repository at this point in the history
  18. added docs

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    af818e7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0eb1f86 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    aa87a9e View commit details
    Browse the repository at this point in the history
  21. cargo fmt && fix

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    07058a9 View commit details
    Browse the repository at this point in the history
  22. removed {} from unit structs

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    dc6132f View commit details
    Browse the repository at this point in the history
  23. removed empty test

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    241cb65 View commit details
    Browse the repository at this point in the history
  24. added Sealed marker trait

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    3587704 View commit details
    Browse the repository at this point in the history
  25. fixed some clippy warnings

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    306d4a3 View commit details
    Browse the repository at this point in the history
  26. fixed clippy warnings

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d4834e8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    75831c1 View commit details
    Browse the repository at this point in the history
  28. cargo fix & fmt

    minghuaw committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    0be2610 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    43f3f0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    526cdd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6ecab9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20b7796 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0faea4 View commit details
    Browse the repository at this point in the history
  6. updated examples

    minghuaw committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    7779441 View commit details
    Browse the repository at this point in the history
  7. type alias response body

    minghuaw committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    b010b09 View commit details
    Browse the repository at this point in the history
  8. tested crate level example

    minghuaw committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    2ef0601 View commit details
    Browse the repository at this point in the history
  9. Added explanations to tests

    minghuaw committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    e60c912 View commit details
    Browse the repository at this point in the history
  10. updated readme

    minghuaw committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5225610 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b728280 View commit details
    Browse the repository at this point in the history
  12. test renew session lock

    minghuaw committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    664ab60 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    3c1b07b View commit details
    Browse the repository at this point in the history
  2. added rustdoc-args

    minghuaw committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    60ce9f9 View commit details
    Browse the repository at this point in the history
  3. fixed intra-doc-links

    minghuaw committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3949a2c View commit details
    Browse the repository at this point in the history
  4. updated examples

    minghuaw committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    ece4b29 View commit details
    Browse the repository at this point in the history
  5. updated readme

    minghuaw committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    cabce5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b288bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    043da9a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    1893e6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf76469 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75f5228 View commit details
    Browse the repository at this point in the history
  4. added todo

    minghuaw committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    b839354 View commit details
    Browse the repository at this point in the history
  5. added TODO

    minghuaw committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    abd9ba1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7016a31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9430a92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    179aa28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6b16e2 View commit details
    Browse the repository at this point in the history
  10. cleared todo

    minghuaw committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    2519b7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b7c52fd View commit details
    Browse the repository at this point in the history
  12. reordered readme

    minghuaw committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    f25b828 View commit details
    Browse the repository at this point in the history
  13. added msrv

    minghuaw committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    06e0b26 View commit details
    Browse the repository at this point in the history
  14. removed unused lifetimes

    minghuaw committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    77a3615 View commit details
    Browse the repository at this point in the history
  15. bumped amqp dep version

    minghuaw committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    e5147ce View commit details
    Browse the repository at this point in the history
  16. set ttl

    minghuaw committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    397bc1d View commit details
    Browse the repository at this point in the history
  17. cargo fmt

    minghuaw committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    d32dcae View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    8675d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0887b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    224a669 View commit details
    Browse the repository at this point in the history
  4. removed debug message

    minghuaw committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    5dd1b6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecfd566 View commit details
    Browse the repository at this point in the history
  6. removed fullfilled TODO

    minghuaw committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    0ce83ba View commit details
    Browse the repository at this point in the history
  7. updated comments

    minghuaw committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    154dfea View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    e9eaf56 View commit details
    Browse the repository at this point in the history
  2. cargo fmt & fix & clippy

    minghuaw committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    e1da669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8cd0a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    0377cac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    951c265 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. default to native-tls

    minghuaw committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    894f834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd564a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    3c6980f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0dfae0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    671bd14 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. updated crate description

    minghuaw committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    887efd8 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    cf947a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69501e3 View commit details
    Browse the repository at this point in the history
  3. fmt example

    minghuaw committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    2ade3f1 View commit details
    Browse the repository at this point in the history
  4. Revert "fmt example"

    This reverts commit 2ade3f1.
    minghuaw committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    649de35 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from minghuaw/servicebus_over_amqp

    updated base64 and fe2o3-amqp
    minghuaw authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3d5fb8a View commit details
    Browse the repository at this point in the history
  6. fmt example

    minghuaw committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    75c6e48 View commit details
    Browse the repository at this point in the history
  7. updated crate description

    minghuaw committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    a3e3f71 View commit details
    Browse the repository at this point in the history
  8. updated readme

    minghuaw committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    40d09e0 View commit details
    Browse the repository at this point in the history
  9. updated keywords

    minghuaw committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    38ea163 View commit details
    Browse the repository at this point in the history
  10. fixed typo in readme

    minghuaw committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    071a08b View commit details
    Browse the repository at this point in the history
  11. fixed typo in readme

    minghuaw committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8d5ef2d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d24c1ef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    006cb01 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

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

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    8b779c9 View commit details
    Browse the repository at this point in the history
  2. use custom timeout error

    minghuaw committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6b585aa View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

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

Commits on Feb 4, 2023

  1. sealed TimeoutElapsed

    minghuaw committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    41177f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b62d813 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. switching to try_close

    minghuaw committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    795580d View commit details
    Browse the repository at this point in the history
  2. log timer error

    minghuaw committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    dc96bef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    359416c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5584e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6beec1 View commit details
    Browse the repository at this point in the history
  6. tested wasm32_in_browser

    minghuaw committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    531caa1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6ef7ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1216996 View commit details
    Browse the repository at this point in the history
  9. cargo fix & fmt

    minghuaw committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c50dee9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d0932d View commit details
    Browse the repository at this point in the history
  11. updated docs and readme

    minghuaw committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    1d86013 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    579f449 View commit details
    Browse the repository at this point in the history
  13. bumped up version

    minghuaw committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c847a09 View commit details
    Browse the repository at this point in the history
  14. updated readme

    minghuaw committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    361c332 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    995c22f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    7a2ff55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7b078f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d780fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2ed03f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58279a5 View commit details
    Browse the repository at this point in the history
  6. passed e2e test

    minghuaw committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a67007b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1da5354 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6171b39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e82c36 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d6562a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c45aba4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    478eb7e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. fix RuleFilter not public

    minghuaw committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    627110f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    473124c View commit details
    Browse the repository at this point in the history
  3. updated example

    minghuaw committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ed36263 View commit details
    Browse the repository at this point in the history
  4. updated changelog

    minghuaw committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2e16d1f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    47f7716 View commit details
    Browse the repository at this point in the history
  2. cargo fmt and fix

    minghuaw committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ec155fb View commit details
    Browse the repository at this point in the history
  3. fixed cargo clippy warnings

    minghuaw committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6f23c38 View commit details
    Browse the repository at this point in the history
  4. updated changelog

    minghuaw committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5930212 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

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