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

Update API to ms-111. #481

Merged
merged 2 commits into from
Sep 2, 2024
Merged

Commits on Aug 29, 2024

  1. Update API to ms-111.

    - Also needs an update to the ECE version, as 3.7.0 is based on ms-105.
    - The `make format` command was also failing due to `golangci-lint`. Updating to the latest version fixed, but needed some small config changes.
    - The new lint version was raising a deprecation error in `transport_custom.go` -> The seed should not be manually set, instead the seed is already initialized to a random value by default. (Also the seed should not be set with every call as it was done before).
    gigerdo committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    57f944b View commit details
    Browse the repository at this point in the history
  2. Add changelog

    gigerdo committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    942cd1b View commit details
    Browse the repository at this point in the history