Informasjonsforvaltning / dcat-ap-no-validator-service

A shacl based validator backend service for validating catalogs against dcat-ap-no specifications
Apache License 2.0
2 stars 0 forks source link

chore(deps): bump aiohttp-client-cache from 0.7.3 to 0.8.1 #112

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps aiohttp-client-cache from 0.7.3 to 0.8.1.

Release notes

Sourced from aiohttp-client-cache's releases.

SQLite improvements and compatibility fixes

See Changelog for details

Changelog

Sourced from aiohttp-client-cache's changelog.

0.8.1 (2023-01-05)

  • For SQLite backend, close database connection on ClientSession context exit

0.8.0 (2022-12-29)

  • Lazily initialize and reuse SQLite connection objects
  • Fix AttributeError when using a response cached with an older version of attrs
  • Fix concurrent usage of SQLiteCache.bulk_commit()
  • Add fast_save option for SQLiteCache (PRAGMA setting to improve write performance, with some tradeoffs)
Commits
  • 3237202 Update changelog
  • b661225 Merge pull request #148 from requests-cache/close-db-on-ctx-exit
  • 9384f00 Update backend storage tests to explicitly close connections
  • 45ca971 Close database connections (if applicable) on CachedSession.aexit and clo...
  • 8ce6165 Update changelog
  • 931f521 Merge pull request #137 from requests-cache/sqlite-connections
  • 811f00f Fix concurrent usage of SQLiteCache.bulk_commit()
  • bb2434f Refactor SQLite backend to reuse connection objects
  • 79a75e1 Update cache action to v3
  • 6562821 Merge pull request #144 from requests-cache/fast-save
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Looks like aiohttp-client-cache is up-to-date now, so this is no longer needed.