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
74b473f288d5
Commit
99e96e5e
authored
Oct 23, 2019
by
Laurent Peuch
Browse files
[changelog] add missing information to the 3.27 changelog
parent
ff63319a1730
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/changes/3.27.rst
View file @
74b473f2
...
...
@@ -30,6 +30,23 @@ New features
* add a new migration function `update_bfss_path(old_path, new_path)` to update
the path in Bytes File-System Storage (bfss).
* on every request display request path and selected controller in CLI
* migration interactive mode improvements:
* when an exception occurs, display the full traceback instead of only the exception
* on migration p(db) choice, launch ipdb if it's installed
* on migration p(db) choice, give the traceback to pdb if it's available,
this mean that the (i)pdb interactive session will be on the stack of
the exception instead of being on the stack where pdb is launched which
will allow the user to access all the relevant context of the exception
which otherwise is lost
* on DBG_SQL and/or DBG_RQL, if pygments is installed, syntax highlight sql/rql
debug output
Backwards incompatible changes
------------------------------
...
...
@@ -61,6 +78,10 @@ Backwards incompatible changes
* DBG_MS flag has been removed since it is not used anymore
* transactions db logs where displayed using the logging
(debug/info/warning...) mechanism, now it is only displayed if the
corresponding DBG_OPS flag is used
Deprecated code drops
---------------------
...
...
Write
Preview
Markdown
is supported
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