Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
8b2537520e18
Commit
493e201a
authored
May 04, 2021
by
François Ferry
Browse files
chore(pkg): new release (3.31.0)
parent
ed6f0df332b6
Pipeline
#54123
failed with stages
in 36 minutes and 56 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cubicweb/__pkginfo__.py
View file @
8b253752
...
...
@@ -22,7 +22,7 @@ software
modname
=
distname
=
"cubicweb"
numversion
=
(
3
,
3
0
,
0
)
numversion
=
(
3
,
3
1
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
description
=
"a repository of entities / relations for knowledge management"
...
...
debian/changelog
View file @
8b253752
cubicweb (3.31.0-1) unstable; urgency=medium
* New release
-- François Ferry <francois.ferry@logilab.fr> Tue, 04 May 2021 17:24:13 +0200
cubicweb (3.30.0-1) unstable; urgency=medium
* New minor release
...
...
doc/changes/3.31.rst
0 → 100644
View file @
8b253752
3.31 (2021-05-04)
=================
New features
------------
- handle same_site cookies configuration in pyramid.ini
- order: add support for order by NULLS LAST and NULLS FIRST
- improve default cubicweb skeleton
Bug fixes
---------
- create anonymous user at runtime if it doesn't exist already.
- dbcreate: don't ask confirmation to create schema in automatic
- hooks/notification: BREAKING CHANGE correctly initialize operation with event attribute
- RQLExpression: performance issue on RQLExpressions using EXISTS()
*BREAKING CHANGE*: explicitly use EXISTS in RQLExpression for permissions
- fix some security issues
Documentation
-------------
- tuto: add structure of "enhance views" museum tutorial part.
- tuto: redact "React in a CubicWeb view" museum tuto part.
- tuto: rename cubicweb-tuto to tuto, avoiding confusion with cubicweb_tuto
Continuous integration
----------------------
- gitlab-ci: set expiration delay to 2 weeks for artifacts
- image is no longer a global keyword, use default
- rename jobs names to match global conventions
- test skeleton own tox in the CI
Various changes
---------------
- cleanup: Remove migrations for 3.21 and less
- py3: Rename `raw_input` (that does not exist anymore) to `input`
- tests: create a .nobackup file in the data/database directory
(https://forge.extranet.logilab.fr/cubicweb/cubicweb/-/issues/298)
doc/changes/changelog.rst
View file @
8b253752
...
...
@@ -2,6 +2,7 @@
Changelog history
===================
.. include:: 3.31.rst
.. include:: 3.30.rst
.. include:: 3.29.rst
.. include:: 3.28.rst
...
...
François Ferry
@fferry
mentioned in commit
2c3b53e581cc
·
May 04, 2021
mentioned in commit
2c3b53e581cc
mentioned in commit cadb32928e33a6cdb1fe7fa6eaf9ce4f28dc4e83
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment