doc/3.21.rst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 13 Mar 2015 14:10:40 +0100
changeset 10236 ef3059a692cb
parent 10235 684215aca046
child 10237 1e030b1a5622
permissions -rw-r--r--
Remove the remote repository-access-through-zmq support Modern methods such as the rqlcontroller cube + the cwclientlib library are the way forward. Closes #2919297.

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

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)