Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: Kinto/kinto

Tags

24.1.0

Toggle 24.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Import Redis cache backend from defunkt kinto-redis (#3638)

* Import Redis cache backend from defunkt kinto-redis

* Pin setuptools

* pin setuptools in docs too

* Fix redis import

24.0.0

Toggle 24.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the minor-patch group with 3 updates (#3637)

Bumps the minor-patch group with 3 updates: [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [newrelic](https://github.com/newrelic/newrelic-python-agent) and [playwright](https://github.com/microsoft/playwright-python).


Updates `sqlalchemy` from 2.0.45 to 2.0.46
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `newrelic` from 11.3.0 to 11.4.0
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v11.3.0...v11.4.0)

Updates `playwright` from 1.57.0 to 1.58.0
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.57.0...v1.58.0)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-version: 2.0.46
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: newrelic
  dependency-version: 11.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: playwright
  dependency-version: 1.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

23.3.2

Toggle 23.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixing performance regression in all_resource_timestamps for postgres (

…#3631)

23.3.1

Toggle 23.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix purge-delete committing (#3618)

23.3.0

Toggle 23.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add new snapshot view in history plugin (#3601)

* Add new snapshot view in history plugin

* Check permissions

* Add missing OpenAPI docs

23.2.1

Toggle 23.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optimize all_resource_timestamps() (#3597)

23.2.0

Toggle 23.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix performance of history trimming (#3595)

* Fix performance of history trimming

* Align version

* CONCURRENTLY cannot run inside a transaction block

* Fix missing coverage

23.1.0

Toggle 23.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix breaking change with dropped support for userids with colons (#3572)

* Fix breaking change with dropped support for userids with colons

* Add tests for users with colons

23.0.3

Toggle 23.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump urllib3 from 2.2.2 to 2.5.0 (#3559)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.2...2.5.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.5.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

23.0.2

Toggle 23.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix #3386: set appropriate CSP for attachment previews in images (#3550)