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

proto: Add Any Protobuf type and improve Duration and Timestamp Protobuf types #1452

Merged
merged 9 commits into from
Aug 6, 2024

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    f861448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    965b255 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd3b9f0 View commit details
    Browse the repository at this point in the history
  4. Fix no_std compatibility

    romac committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c18fc5f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Add changelog entries

    romac committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ade3519 View commit details
    Browse the repository at this point in the history
  2. Add json-schema feature flag to enable derivation of `schemars::Jso…

    …nSchema` on well-known types
    romac committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a63416c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae69d18 View commit details
    Browse the repository at this point in the history
  4. Add conversion from and into std::time::SystemTime for `google::pro…

    …tobuf::Timestamp`, feature-guarded by an `std` feature
    romac committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fa38ea8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0b13b1 View commit details
    Browse the repository at this point in the history