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

fix: Add compatibility with protobuf==5.x #433

Merged
merged 44 commits into from
Jun 4, 2024
Merged

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    f5edc41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cedebc View commit details
    Browse the repository at this point in the history
  3. fix RecursionError: maximum recursion depth exceeded while calling a …

    …Python object in tests
    parthea committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d40dcbb View commit details
    Browse the repository at this point in the history
  4. update required checks

    parthea committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7d06199 View commit details
    Browse the repository at this point in the history
  5. update comments

    parthea committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fe352b2 View commit details
    Browse the repository at this point in the history
  6. update required checks

    parthea committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4089092 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb5f248 View commit details
    Browse the repository at this point in the history
  8. lint

    parthea committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0fff4e5 View commit details
    Browse the repository at this point in the history
  9. Address review feedback

    parthea committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ac98abe View commit details
    Browse the repository at this point in the history
  10. lint

    parthea committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    117907a View commit details
    Browse the repository at this point in the history
  11. add tests

    parthea committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    09b9bc4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 22, 2024

  1. add deprecation warning

    parthea committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4d50f04 View commit details
    Browse the repository at this point in the history
  2. Cater for protobuf 5.x+

    parthea committed May 22, 2024
    Configuration menu
    Copy the full SHA
    70e28ad View commit details
    Browse the repository at this point in the history
  3. style

    parthea committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5d247e0 View commit details
    Browse the repository at this point in the history
  4. Filter deprecation warning

    parthea committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dbb3efe View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. remove redundant code

    parthea committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4356177 View commit details
    Browse the repository at this point in the history
  2. revert

    parthea committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c429682 View commit details
    Browse the repository at this point in the history
  3. add comment

    parthea committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f5c1479 View commit details
    Browse the repository at this point in the history
  4. add comment

    parthea committed May 24, 2024
    Configuration menu
    Copy the full SHA
    85d240c View commit details
    Browse the repository at this point in the history
  5. refactor code

    parthea committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d782975 View commit details
    Browse the repository at this point in the history
  6. style

    parthea committed May 24, 2024
    Configuration menu
    Copy the full SHA
    fe1a4ea View commit details
    Browse the repository at this point in the history
  7. update warning filter

    parthea committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cf9a635 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. address review comments

    parthea committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d159837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0121178 View commit details
    Browse the repository at this point in the history
  3. update comment

    parthea committed May 29, 2024
    Configuration menu
    Copy the full SHA
    da7db5b View commit details
    Browse the repository at this point in the history
  4. lint

    parthea committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a0242df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e55652 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d56db4b View commit details
    Browse the repository at this point in the history
  7. address review feedback

    parthea committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4e9f90e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. add comment

    parthea committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1446976 View commit details
    Browse the repository at this point in the history
  2. formatting

    parthea committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9eeafb1 View commit details
    Browse the repository at this point in the history
  3. formatting

    parthea committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6a76d9e View commit details
    Browse the repository at this point in the history
  4. typo

    parthea committed May 31, 2024
    Configuration menu
    Copy the full SHA
    71554fe View commit details
    Browse the repository at this point in the history
  5. Address review feedback

    parthea committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7541099 View commit details
    Browse the repository at this point in the history
  6. Update proto/marshal/marshal.py

    Co-authored-by: Victor Chudnovsky <[email protected]>
    parthea and vchudnov-g authored May 31, 2024
    Configuration menu
    Copy the full SHA
    a691423 View commit details
    Browse the repository at this point in the history
  7. typo

    parthea committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2da20df View commit details
    Browse the repository at this point in the history
  8. address review feedback

    parthea committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d525973 View commit details
    Browse the repository at this point in the history
  9. address review feedback

    parthea committed May 31, 2024
    Configuration menu
    Copy the full SHA
    160cf40 View commit details
    Browse the repository at this point in the history
  10. fix test case

    parthea committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7af40e3 View commit details
    Browse the repository at this point in the history
  11. stye

    parthea committed May 31, 2024
    Configuration menu
    Copy the full SHA
    90fb8e6 View commit details
    Browse the repository at this point in the history
  12. add more test cases

    parthea committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7862803 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. add test case

    parthea committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9d85d8b View commit details
    Browse the repository at this point in the history
  2. Update tests/test_message.py

    Co-authored-by: Victor Chudnovsky <[email protected]>
    parthea and vchudnov-g authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3b6228b View commit details
    Browse the repository at this point in the history