Skip to content

0.5.3

Compare
Choose a tag to compare
@rholshausen rholshausen released this 14 Nov 23:40
· 6 commits to main since this release

Support for injecting an array of values into a repeated field

  • ffa56f2 - chore: Upgrade pact_models to 1.2.5
  • 3d60553 - refactor: Update DynamicMessage to consolidate fields into a single value by field number #73
  • e2e08c9 - refactor: Update value injection to push additional values into the additional_data attribute #73
  • 2abbed2 - refactor: Write out the additional field values when serialising a field #73 +1100)
  • 47aa5c7 - refactor: Add an attribute to ProtobufField to capture additional values from repeated fields #73
  • c51337d - feat: Add some tests around injecting an array of values into a repeated field #73
  • 25ba86a - feat: Support injecting an array of values into a repeated field #73
  • 1f05ab5 - refactor: Update ProtobufField to also contain the field descriptor for the field #73
  • e5b9de6 - refactor: Update DynamicMessage fetch_field_value and set_field_value to return a result #73
  • cfb54b4 - refactor: Update DynamicMessage to store the Protobuf fields as map keyed by field number #73
  • 8452e25 - refactor: Pass protobuf message descriptor to DynamicMessage::new #73
  • a7b1218 - chore: Update dependencies