Skip to content

Releases: maticardenas/django-contract-tester

v1.5.0

19 Oct 10:30
Compare
Choose a tag to compare

Features

  • Adding support for readOnly properties validation on requests. PR #49 by @maticardenas.

v1.4.5

14 Oct 21:36
dbc88bd
Compare
Choose a tag to compare

Features

🔨 Fixing bug that caused writeOnly properties to be validated against API requests. PR #47 by @maticardenas, reported by @TheSuperiorStanislav

v1.4.4

25 Sep 12:33
18323ea
Compare
Choose a tag to compare

Features

🔨 Fixing issue when serializing a json request payload, without providing application/json content type. PR #45 by @maticardenas, reported by @TheSuperiorStanislav

v1.4.3

11 Aug 15:27
Compare
Choose a tag to compare

Features

♻️ Replacing usage of json with orjson in order to improve package's performance. PR #43 by @maticardenas

v1.4.1

18 Jun 07:48
Compare
Choose a tag to compare

Features

🔨 Fixing issue when attempting to use OpenAPIClient and Django-Ninja is not installed. PR #42 by @maticardenas, reported by @StopMotionCuber

v1.4.0

10 Jun 17:50
a2d6691
Compare
Choose a tag to compare

Features

v1.3.2

07 May 18:02
Compare
Choose a tag to compare

Features

  • Fixing serialization for date values. PR #35 by @madhavsh96
  • Adding support for validation of string type schemas with numerical values. PR #37 by @danut-t
  • Refactor tests and serialization - disabling (temporarily) codecov checks. PR #38 by @maticardenas

v1.3.1

04 Apr 16:26
Compare
Choose a tag to compare

Features

v1.3.0

14 Mar 17:01
9f9687f
Compare
Choose a tag to compare

Adding support for passing "prefix" in order to match schemas and frameworks paths.

Features

  • Adding path_prefix argument to SchemaTester #25

Contributors

@maticardenas

v1.2.0

29 Feb 21:39
9624522
Compare
Choose a tag to compare

Description

Adding support for Django Ninja.

  • Allowing to use OpenAPIClient against Django Ninja API endpoints, handling HttpResponse objects for OpenAPI validation.
  • Adding small Django Ninja test project.

Contributors

@maticardenas