mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 05:21:57 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91464bbd7c | ||
|
|
d7fe2926c7 |
@@ -7,6 +7,11 @@
|
||||
|
||||
Changes
|
||||
=======
|
||||
Version 0.8.1 (released 2022-02-28)
|
||||
|
||||
- config: set samesite cookie to strict
|
||||
- dep: bump in base dependencies
|
||||
|
||||
Version 0.8.0 (released 2022-02-09)
|
||||
|
||||
- dep: bump rdm-records version
|
||||
|
||||
@@ -324,6 +324,10 @@ RATELIMIT_AUTHENTICATED_USER = "25000 per hour;1000 per minute"
|
||||
RATELIMIT_GUEST_USER = "5000 per hour;500 per minute"
|
||||
"""Increase defaults for guest users."""
|
||||
|
||||
SESSION_COOKIE_SAMESITE = 'Strict'
|
||||
"""Sets cookie with the samesite flag to 'Strict' by default."""
|
||||
|
||||
|
||||
# OAI-PMH
|
||||
# =======
|
||||
# See https://github.com/inveniosoftware/invenio-oaiserver/blob/master/invenio_oaiserver/config.py
|
||||
|
||||
@@ -12,4 +12,4 @@ This file is imported by ``invenio_config_tugraz.__init__``,
|
||||
and parsed by ``setup.py``.
|
||||
"""
|
||||
|
||||
__version__ = "0.8.0"
|
||||
__version__ = "0.8.1"
|
||||
|
||||
6
setup.py
6
setup.py
@@ -20,8 +20,8 @@ tests_require = [
|
||||
]
|
||||
|
||||
# Should follow invenio-app-rdm
|
||||
invenio_search_version = ">=1.4.1,<1.5.0"
|
||||
invenio_db_version = ">=1.0.9,<1.1.0"
|
||||
invenio_search_version = ">=1.4.2,<1.5.0"
|
||||
invenio_db_version = ">=1.0.11,<1.1.0"
|
||||
|
||||
extras_require = {
|
||||
"elasticsearch7": [f"invenio-search[elasticsearch7]{invenio_search_version}"],
|
||||
@@ -51,7 +51,7 @@ setup_requires = [
|
||||
|
||||
install_requires = [
|
||||
# keep this in sync with invenioRDM release
|
||||
"invenio-rdm-records>=0.34.4,<0.35.0",
|
||||
"invenio-rdm-records>=0.34.5,<0.35.0",
|
||||
"invenio-cache>=1.1.0"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user