Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.3.1 #189

Merged
merged 18 commits into from
May 4, 2023
Merged

v2.3.1 #189

merged 18 commits into from
May 4, 2023

Conversation

leepc12
Copy link
Contributor

@leepc12 leepc12 commented Nov 6, 2022

  • Use file metadata DB by default (--db file). If you see any DB connection timeout then switch back to in-memory DB with --db in-memory, then you will pass the error but call-caching will be disabled.
  • Changed default file path for such file DB (--file-db): ${local_out_dir}/caper-db_[WDL_BASENAME]_[INPUT_JSON_BASENAME]. local_out_dir can be defined either in command line or conf file (~/.caper/default.conf).
  • Can use a relative path in input JSON. If it still doesn't work. pip install autouri --upgrade
  • Changed local file hashing strategy from path+modtime to xxh64 to prevent call-caching's cache miss due to the same text file with different modtime (e.g. modified by touch).

@leepc12 leepc12 changed the title v2.2.3 v2.3.0 Nov 7, 2022
@leepc12 leepc12 changed the title v2.3.0 v2.3.1 May 4, 2023
@leepc12 leepc12 merged commit 11782bc into master May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant