Skip to content

v0.16.4

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 21:25
· 76 commits to main since this release

Release Notes

Bug Fixes

  • Fix an issue in NID.stage_nid_inventory where the function was failing when the response status code was 206 (partial content). This issue is fixed by checking the response status code and if it's 206, the function will continue reading the headers and the get the modified date from the response headers. Also, the function incorrectly didn't check if the local database was up-to-date with the remote database when the processed database already existed. Now, the function will check changes in the remote database and re-download the data even if necessary even if the processed database exists.