doc/changes/3.25.rst
branch3.25
changeset 12128 1a50be88dd0c
parent 12124 392d6d599286
child 12166 a33c2b8d183b
equal deleted inserted replaced
12127:078265f222e3 12128:1a50be88dd0c
    65   resulting from changes introduced in 3.19 release. Among others, the
    65   resulting from changes introduced in 3.19 release. Among others, the
    66   ``cubicweb.server.session.Session`` class has been dropped, and request
    66   ``cubicweb.server.session.Session`` class has been dropped, and request
    67   ``session`` attribute is now tight to a web session whose implementation
    67   ``session`` attribute is now tight to a web session whose implementation
    68   depends on the front-end used (twisted or pyramid). Hence this attribute
    68   depends on the front-end used (twisted or pyramid). Hence this attribute
    69   should not be accessed from "repository side" code (e.g. hooks or operations)
    69   should not be accessed from "repository side" code (e.g. hooks or operations)
    70   and has lost some of his former attributes like its ``repo`` attribute
    70   and has lost some of his former attributes like ``repo`` which used to
    71   referencing the repository instance.
    71   reference the repository instance. Due to this, you don't have anymore access
       
    72   to session's data through the connection, which leds to deprecation of the
       
    73   ``data`` attribute and removal of ``get_shared_data`` and ``set_shared_data``
       
    74   methods which are deprecated since 3.19.
    72 
    75 
    73 * Support for 'https-url' configuration option has been removed
    76 * Support for 'https-url' configuration option has been removed
    74   (4516c3956d46).
    77   (4516c3956d46).
    75 
    78 
    76 * The `next_tabindex` method of request class has been removed (011730a4af73).
    79 * The `next_tabindex` method of request class has been removed (011730a4af73).