doc/4.0.rst
changeset 9034 cc3442054e48
parent 9033 614bf73cc126
child 9035 63f3d25bab14
equal deleted inserted replaced
9033:614bf73cc126 9034:cc3442054e48
    13 
    13 
    14 * The ``async`` argument of ``_cw.call_service`` have been dropped. All call are
    14 * The ``async`` argument of ``_cw.call_service`` have been dropped. All call are
    15   now  synchronous. The zmq notification bus looks like a good replacement for
    15   now  synchronous. The zmq notification bus looks like a good replacement for
    16   most async usecase.
    16   most async usecase.
    17 
    17 
       
    18 * ``repo.stats()`` is now deprecated. The same information are available through
       
    19   a service (``_cw.call_service('repo_stats')``)
       
    20 
    18 
    21 
    19 Deprecated Code Drops
    22 Deprecated Code Drops
    20 ----------------------
    23 ----------------------
    21 
    24 
    22 * The ldapuser source has been dropped. ldapfeed is the only official source
    25 * The ldapuser source has been dropped. ldapfeed is the only official source