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

Removed builders from eventhubs; removed impl Into<String> from eventhubs and AMQP; Fixed time conversion issue with 1-1-0001 #1892

Merged
merged 11 commits into from
Nov 8, 2024

Commits on Nov 7, 2024

  1. Removed builders from eventhubs; removed impl Into<String> from event…

    …hubs and AMQP; Fixed time conversion issue with 1-1-0001
    LarryOsterman committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8165097 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eec7e9 View commit details
    Browse the repository at this point in the history
  3. doctest fix

    LarryOsterman committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bb2bb2a View commit details
    Browse the repository at this point in the history
  4. clippy

    LarryOsterman committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9dad032 View commit details
    Browse the repository at this point in the history
  5. Cleaned up comment

    LarryOsterman committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6b17fa6 View commit details
    Browse the repository at this point in the history
  6. PR feedback - removed Debug from service clients; removed tracing::in…

    …strument, contains_key takes a borrowed key, not an owned key
    LarryOsterman committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    565b409 View commit details
    Browse the repository at this point in the history
  7. PR feedback - AmqpOrderedMap::get takes a reference to key, not a cap…

    …tured key; Removed several requirements on AmqpOrderedMap K and V
    LarryOsterman committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    094575b View commit details
    Browse the repository at this point in the history
  8. clippy fixes

    LarryOsterman committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2247665 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a599ddc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. PR feedback redux

    LarryOsterman committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    fb4d1b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43e36e0 View commit details
    Browse the repository at this point in the history