Skip to content

4.3.66

Compare
Choose a tag to compare
@k-anderson k-anderson released this 19 Nov 21:47
· 295 commits to 4.3 since this release

Generic badge

Changes for 4.3.66

Changes to branch 4.3 after version 4.3.65.

Commits
  • Adjust page size based on chunked/pagination settings - by James Aimonetti

    Add tests for 4 scenarios from "big data" fetches:

    1. paginated and chunked

    2. paginated and unchunked

    3. unpaginated and chunked

    4. unpaginated and unchunked

    Wonderfully, 3 does not trip the memory limit while 4 does, so

    chunking is a nice benefit for unpaginated requests. Might consider

    defaulting to is_chunked=true when paginate=false...