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

Massive breaking changes in preparation for 2.0 #546

Closed

Commits on Apr 9, 2018

  1. Standardize default marshaller

    One of the recurring themes of this project has been trouble around the
    default marshaller. This change modifies it to be more what people
    expect when they first start the project.
    
    1.  It emits the proto3 json style version of field names instead of the
        field name as it appeared in the .proto file.
    2.  It emits zero values for fields. This means that if you have a field
        that is unset it will now have a value unlike before.
    
    Upgrade to swagger-codegen 2.4.0
    
    Also fix a regex-o in .travis.yml. + needed to be escaped.
    
    Fixes: grpc-ecosystem#540, grpc-ecosystem#375, grpc-ecosystem#254, grpc-ecosystem#233
    achew22 committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    3a9bf3a View commit details
    Browse the repository at this point in the history