doc/changes/3.17.rst
changeset 10491 c67bcee93248
parent 8950 bcb87fa6da48
child 10502 bdcd35e575fd
equal deleted inserted replaced
10490:76ab3c71aff2 10491:c67bcee93248
       
     1 What's new in CubicWeb 3.17?
       
     2 ============================
       
     3 
       
     4 New functionalities
       
     5 --------------------
       
     6 
       
     7 * add a command to compare db schema and file system schema
       
     8   (see `#464991 <http://www.cubicweb.org/464991>`_)
       
     9 
       
    10 * Add CubicWebRequestBase.content with the content of the HTTP request (see #2742453)
       
    11   (see `#2742453 <http://www.cubicweb.org/2742453>`_)
       
    12 
       
    13 * Add directive bookmark to ReST rendering
       
    14   (see `#2545595 <http://www.cubicweb.org/ticket/2545595>`_)
       
    15 
       
    16 * Allow user defined final type
       
    17   (see `#124342 <https://www.logilab.org/ticket/124342>`_)
       
    18 
       
    19 
       
    20 API changes
       
    21 -----------
       
    22 
       
    23 * drop typed_eid() in favour of int() (see `#2742462 <http://www.cubicweb.org/2742462>`_)
       
    24 
       
    25 * The SIOC views and adapters have been removed from CubicWeb and moved to the
       
    26   `sioc` cube.
       
    27 
       
    28 * The web page embedding views and adapters have been removed from CubicWeb and
       
    29   moved to the `embed` cube.
       
    30 
       
    31 * The email sending views and controllers have been removed from CubicWeb and
       
    32   moved to the `massmailing` cube.
       
    33 
       
    34 * ``RenderAndSendNotificationView`` is deprecated in favor of
       
    35   ``ActualNotificationOp`` the new operation use the more efficient *data*
       
    36   idiom.
       
    37 
       
    38 * Looping task can now have a interval <= ``0``. Negative interval disable the
       
    39   looping task entirely.
       
    40 
       
    41 * We now serve html instead of xhtml.
       
    42   (see `#2065651 <http://www.cubicweb.org/ticket/2065651>`_)
       
    43 
       
    44 
       
    45 Deprecation
       
    46 ---------------------
       
    47 
       
    48 * ``ldapuser`` have been deprecated. It'll be fully dropped in the next
       
    49   version. If you are still using ldapuser switch to ``ldapfeed`` **NOW**!
       
    50 
       
    51 * ``hijack_user`` have been deprecated. It will be dropped soon.
       
    52 
       
    53 Deprecated Code Drops
       
    54 ----------------------
       
    55 
       
    56 * The progress views and adapters have been removed from CubicWeb. These
       
    57   classes were deprecated since 3.14.0. They are still available in the
       
    58   `iprogress` cube.
       
    59 
       
    60 * API deprecated since 3.7 have been dropped.