doc/3.18.rst
changeset 9375 8e88576787c3
parent 9374 1236d9058ad3
child 9382 ac0661486568
equal deleted inserted replaced
9374:1236d9058ad3 9375:8e88576787c3
     1 What's new in CubicWeb 3.18?
     1 What's new in CubicWeb 3.18?
     2 ============================
     2 ============================
       
     3 
       
     4 The migration script does not handle sqlite nor mysql instances.
       
     5 
     3 
     6 
     4 New functionalities
     7 New functionalities
     5 --------------------
     8 --------------------
     6 
     9 
     7 * add a security debugging tool
    10 * add a security debugging tool
    26 * `symmetric` relations are no more handled by an rql rewrite but are
    29 * `symmetric` relations are no more handled by an rql rewrite but are
    27   now handled with hooks (from the `activeintegrity` category); this
    30   now handled with hooks (from the `activeintegrity` category); this
    28   may have some consequences for applications that do low-level database
    31   may have some consequences for applications that do low-level database
    29   manipulations or at times disable (some) hooks.
    32   manipulations or at times disable (some) hooks.
    30 
    33 
       
    34 * `unique together` constraints (multi-columns unicity constraints)
       
    35   get a `name` attribute that maps the CubicWeb contraint entities to
       
    36   corresponding backend index.
       
    37 
    31 
    38 
    32 Deprecation
    39 Deprecation
    33 ---------------------
    40 ---------------------
    34 
    41 
    35 * ``pyrorql`` sources have been deprecated. Multisource will be fully dropped
    42 * ``pyrorql`` sources have been deprecated. Multisource will be fully dropped