Skip to content

Birthday Best

Compare
Choose a tag to compare
@markjfisher markjfisher released this 24 Mar 17:16
· 173 commits to main since this release

[3.0.2] - 2024-03-24

This should be considered the BASE 3 release.

  • network_read signature changed to indicate the bytes fetched instead of status, and errors returned as negative
  • network_json_query signature similarly changed
  • added network_read_nb for non-blocking reads that only fetch up to the amount available in the buffer.
    It is up to the client to loop to fetch the total required rather than the library.