Skip to content
  • David Reiss's avatar
    0682c477
    Remove utf8validator and protolegacy build tag (#7146) · 0682c477
    David Reiss authored
    ## What changed?
    Remove the utf8validator component and stop building with protolegacy.
    
    ## Why?
    Let protobuf validate all strings are valid UTF-8 as specified.
    
    ## How did you test it?
    Will go through normal release validation.
    
    ## Potential risks
    All rpcs and persisted data containing invalid UTF-8 in strings will be
    rejected immediately. We've been monitoring for invalid data in Temporal
    Cloud for most of a year now and all the bad data is gone.
    0682c477
    Remove utf8validator and protolegacy build tag (#7146)
    David Reiss authored
    ## What changed?
    Remove the utf8validator component and stop building with protolegacy.
    
    ## Why?
    Let protobuf validate all strings are valid UTF-8 as specified.
    
    ## How did you test it?
    Will go through normal release validation.
    
    ## Potential risks
    All rpcs and persisted data containing invalid UTF-8 in strings will be
    rejected immediately. We've been monitoring for invalid data in Temporal
    Cloud for most of a year now and all the bad data is gone.
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
Loading