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
92c04f1be7ff
Commit
508f7ef5
authored
Aug 31, 2021
by
Simon Chabot
Browse files
chore(pkg): new patch release (3.33.1)
parent
8c999dcdecac
Pipeline
#79001
passed with stages
in 37 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cubicweb/__pkginfo__.py
View file @
92c04f1b
...
...
@@ -22,7 +22,7 @@ software
modname
=
distname
=
"cubicweb"
numversion
=
(
3
,
33
,
0
)
numversion
=
(
3
,
33
,
1
)
version
=
"."
.
join
(
str
(
num
)
for
num
in
numversion
)
description
=
"a repository of entities / relations for knowledge management"
...
...
doc/changes/3.33.rst
View file @
92c04f1b
3.33.1 (2021-08-31)
===================
🎉 New features
--------------
- allowed-http-host-headers: automatically add default hostname to the allowed list on debug mode
- req: Add a "limit" parameter to RequestSessionBase.find
- req: Add exists for optimized search of at least one entity
- ux: better error message when a controller can't be select
👷 Bug fixes
-----------
- fyzz dep was missing for running certain tests
- only fyzz 0.2.2 is compatible with python 3
- typo: fix some mispellings
📝 Documentation
---------------
- fix allowed-http-host-header label and quote from Django's doc
🤖 Continuous integration
------------------------
- integrate can-i-merge
🤷 Various changes
-----------------
- 3.33: improve changelog quality
- fix(bwcompat)!: return a 400 instead of a 401 when failed to select a controller
- fix: allowed-http-host-headers has been released in 3.33 actually
- misc: fix rst syntax
3.33.0 (2021-08-03)
===================
🎉 New features
...
...
Simon Chabot
@schabot
mentioned in commit
1e5e8241ad5d
·
Aug 31, 2021
mentioned in commit
1e5e8241ad5d
mentioned in commit e8d197a08d048a925e0b68d5a2f1d81a58bb6f24
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