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

Data types update: Implement protocol message downgrade path #19909

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    34c8d48 View commit details
    Browse the repository at this point in the history
  2. basic test

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8c74dcc View commit details
    Browse the repository at this point in the history
  3. more scaffolding

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d02f83f View commit details
    Browse the repository at this point in the history
  4. basic implementation

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    892458a View commit details
    Browse the repository at this point in the history
  5. add primitives test

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6270c3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1566b7f View commit details
    Browse the repository at this point in the history
  7. add formats

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d52a05e View commit details
    Browse the repository at this point in the history
  8. impleent oneOf handling

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    ee4bc24 View commit details
    Browse the repository at this point in the history
  9. formatting

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    46a927d View commit details
    Browse the repository at this point in the history
  10. oneOf handling

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    4e9fc9c View commit details
    Browse the repository at this point in the history
  11. better tests

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    a6e92b8 View commit details
    Browse the repository at this point in the history
  12. comments + organization

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    c6f5382 View commit details
    Browse the repository at this point in the history
  13. progress

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    f2c036a View commit details
    Browse the repository at this point in the history
  14. basic test case

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    c2ba52f View commit details
    Browse the repository at this point in the history
  15. downgrade objects, ish

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    5af14ef View commit details
    Browse the repository at this point in the history
  16. basic array implementation

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    afc860c View commit details
    Browse the repository at this point in the history
  17. handle numeric failure

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    3ef91a9 View commit details
    Browse the repository at this point in the history
  18. test for new type

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    534b277 View commit details
    Browse the repository at this point in the history
  19. handle array items

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6c3f9e1 View commit details
    Browse the repository at this point in the history
  20. empty schema handling

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    ee4ee4b View commit details
    Browse the repository at this point in the history
  21. first pass at oneof handling

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    c7cce8d View commit details
    Browse the repository at this point in the history
  22. add more tests+handling

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    17265c5 View commit details
    Browse the repository at this point in the history
  23. more tests

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    3f0bddd View commit details
    Browse the repository at this point in the history
  24. comments

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    3c4af5c View commit details
    Browse the repository at this point in the history
  25. add empty oneof test case

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6d39258 View commit details
    Browse the repository at this point in the history
  26. format + reorganize

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    b5af0e9 View commit details
    Browse the repository at this point in the history
  27. more reorganize

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8f60d66 View commit details
    Browse the repository at this point in the history
  28. fix name

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    0bd1724 View commit details
    Browse the repository at this point in the history
  29. also downgrade binary data

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8971f60 View commit details
    Browse the repository at this point in the history
  30. only import vnull

    edgao committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8408f36 View commit details
    Browse the repository at this point in the history