Skip to content

Releases: delvelabs/marshmallow-har

1.2.1

17 Mar 20:51
5fb92a6
Compare
Choose a tag to compare

Adding support for python 3.8

1.1.1

17 Mar 20:50
5ca178a
Compare
Choose a tag to compare

Locking dependencies

Compliance

05 Oct 15:16
Compare
Choose a tag to compare

This release fixes two compliance issues with the specification:

  • redirectURL can now be an empty string
  • queryString correctly uses the list of Param objects

Additionally, all URL validation was removed as the marshmallow URL field's validation is too aggressive in many cases.

All model classes are now exposed through the module to simplify imports when building HARs.

Minor fix

23 Sep 15:35
Compare
Choose a tag to compare

Resolved default initialization of the PostData object in Request.

Transition to marshmallow-autoschema

23 Sep 15:02
Compare
Choose a tag to compare
  • Package has moved to autoschema to reduce the amount of boilerplate.
  • etag was renamed to e_tag for consistency