Skip to content

Arjuna 1.2.10

Compare
Choose a tag to compare
@rahul-verma rahul-verma released this 12 Sep 11:10

Following are the significant updates in this build:

  • Data Entity
    • Data Entities are mutable by default.
    • An object of a data entity can be made immutable by passing freeze=True as argument.
  • Random class
    • Added Random.person and Random.address calls to generate Person and Address data entity objects.
    • Added support for providing name and/or domain in Random.email
    • Added Random.alphabet method
    • Revamped documentation for Random class and wrote additional tests
  • HTTP Message
    • Added support for strict/non-strict mode in store section. Default is strict.
    • Added support for jpath in store section.
  • HTTP Action
    • Added support for aliasing of data
    • Data can flow between messages as the action store is updated with extracted data from messages.
    • Documention created for most common use cases.
  • Fixes in Xml.from_str method.