Skip to content

Releases: justin-richert/luckycharms

0.5.11

24 Jun 14:41
Compare
Choose a tag to compare
Version to 0.5.11

0.5.10

24 Jun 14:37
Compare
Choose a tag to compare

Fixed issue with empty bodies on endpoints using a schema with many=True

0.5.9

31 Jan 23:57
893f2ac
Compare
Choose a tag to compare

Fix header naming bug

0.5.8

31 Jan 23:45
dc391db
Compare
Choose a tag to compare

Bug fix for empty request bodies

0.5.7

25 Nov 22:41
Compare
Choose a tag to compare

Update set_querystring_schema to account for new unpaged qs schema

0.5.6

25 Nov 22:25
Compare
Choose a tag to compare

Bug fix -- unpaged query string collection couldn't be imported

0.5.5

25 Nov 21:00
Compare
Choose a tag to compare
  • Add support for unpaged collections

0.5.3

19 Aug 13:09
f7b44a9
Compare
Choose a tag to compare

Fixed in this release

Correctly handle query string list parameters, such as key[]=value1&key[]=value2.

Added in this release

--

0.5.2

15 May 20:13
68dad96
Compare
Choose a tag to compare

Fixed in this release

Some dependencies had security vulnerabilities detected by GitHub. These dependencies were upgraded.

Added in this release

Schema configs now allow for an optional unconditional_paging key that makes the base collection querystring schema more flexible. Schemas that specify {"unconditional_paging": True,...} will allow both page=* and fields=* on the same request. Default functionality remains that a maximum of 2 fields are allowed on requests with page=* otherwise.

0.5.1

12 Sep 13:32
1c2a523
Compare
Choose a tag to compare

Optional protobuffer import bug fix.
Adds some configuration environment variables (updated README accordingly)