doc/3.21.rst
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 01 Apr 2015 13:39:30 +0200
changeset 10306 ea73a949e802
parent 10305 937deb71a681
child 10325 d2e1e67af4e1
permissions -rw-r--r--
[debian] Add a Breaks for cubicweb-folder which stills use GMTOFFSET Related to #2154655.

What's new in CubicWeb 3.21?
============================

Code movement
-------------

The cubicweb.web.views.timeline module (providing the timeline-json, timeline
and static-timeline views) has moved to a standalone cube_

.. _cube: https://www.cubicweb.org/project/cubicweb-timeline

API changes
-----------

* req.set_cookie's "expires" argument, if not None, is expected to be a
  date or a datetime in UTC.  It was previously interpreted as localtime
  with the UTC offset the server started in, which was inconsistent (we
  are not aware of any users of that API).

Deprecated code drops
---------------------

* the user_callback api has been removed; people should use plain
  ajax functions instead

* the `Pyro` and `Zmq-pickle` remote repository access methods have
  been entirely removed (emerging alternatives such as rqlcontroller
  and cwclientlib should be used instead).  Note that as a side effect,
  "repository-only" instances (i.e. without a http component) are no
  longer possible.  If you have any such instances, you will need to
  rename the configuration file from repository.conf to all-in-one.conf
  and run ``cubicweb-ctl upgrade`` to update it.