From ac9436743e2e81c1eb66f21aefbc50ce62ee4e13 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 10 Sep 2015 15:55:32 +0200 Subject: [PATCH] Release 3.2.0 --- connector/AUTHORS | 23 +++++++++++++++-------- connector/CHANGES.rst | 20 ++++++++++++++++---- connector/__openerp__.py | 2 +- 3 files changed, 32 insertions(+), 13 deletions(-) diff --git a/connector/AUTHORS b/connector/AUTHORS index 921bec534..c6b505471 100644 --- a/connector/AUTHORS +++ b/connector/AUTHORS @@ -1,13 +1,20 @@ * Guewen Baconnier at Camptocamp * Alexandre Fayolle at Camptocamp * Benoit Guillot at Akretion -* Nicolas Bessi at Camptocamp (tiny change) -* Joël Grand-Guillaume at Camptocamp (tiny change) -* Arthur Vuillard at Akretion (tiny change) -* Sebastien Beau at Akretion (tiny change) +* Nicolas Bessi at Camptocamp +* Joël Grand-Guillaume at Camptocamp +* Arthur Vuillard at Akretion +* Sebastien Beau at Akretion * Laurent Mignon at Acsone * Leonardo Pistone at Camptocamp -* David Béal at Akretion (tiny change) -* Christophe Combelles at Anybox (french translation) -* Stéphane Bidoul at Acsone (job runner) -* Malte Jacobi at IBO / HTW \ No newline at end of file +* David Béal at Akretion +* Christophe Combelles at Anybox +* Stéphane Bidoul at Acsone +* Malte Jacobi at IBO / HTW +* Laetitia Gangloff at Acsone +* David Lefever at Taktik S.A. +* Jos de Graeve at Apertoso NV +* Jean-Sébastien Suzanne at Anybox +* Leonardo Donelli +* Mathias Colpaert +* Yannick Vaucher at Camptocamp diff --git a/connector/CHANGES.rst b/connector/CHANGES.rst index 4bc0ccbbc..50ec88a77 100644 --- a/connector/CHANGES.rst +++ b/connector/CHANGES.rst @@ -1,13 +1,25 @@ Changelog --------- -Future -~~~~~~ +3.2.0 (2015-09-10) +~~~~~~~~~~~~~~~~~~ -* method 'install_in_connector' is now deprecated -* Add a retry pattern for jobs (https://github.com/OCA/connector/pull/75) +* method 'install_in_connector' is now deprecated (https://github.com/OCA/connector/pull/74) +* Add a retry pattern for jobs (https://github.com/OCA/connector/pull/75, https://github.com/OCA/connector/pull/92) * Use custom connector environments and instantiate them with needed attributes (https://github.com/OCA/connector/pull/108) * A new default implementation for the binder (https://github.com/OCA/connector/pull/76) +* Translations are now automatically synchronized from Transifex +* Mapper: add modifier to follow m2o relations with dot notation (https://github.com/OCA/connector/pull/94) +* Mapper: add 'changed_by_fields' which indicates which source fields will output data (https://github.com/OCA/connector/pull/73) +* Allow to assign a default channel on @job functions (https://github.com/OCA/connector/pull/71) +* Fix: connector-runner: manages retryable errors (https://github.com/OCA/connector/pull/87) +* Fix: connector-runner: logging error when a capacity is None (https://github.com/OCA/connector/pull/98) +* Fix: connector-runner: shows a wrong job result on retried jobs (https://github.com/OCA/connector/pull/101) +* Fix: add an index on queue_job.worker_id (https://github.com/OCA/connector/pull/89) +* Fix: Tests: common.DB is gone in 8.0 stable (https://github.com/OCA/connector/pull/79) +* Fix: connector-runner: graceful stop mechanism (https://github.com/OCA/connector/pull/69) +* Fix: connector-runner: Wrong arguments position in a log message (https://github.com/OCA/connector/pull/67) + 3.1.0 (2015-05-15) ~~~~~~~~~~~~~~~~~~ diff --git a/connector/__openerp__.py b/connector/__openerp__.py index 7cbe11266..5de61452c 100644 --- a/connector/__openerp__.py +++ b/connector/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## {'name': 'Connector', - 'version': '3.1.0', + 'version': '3.2.0', 'author': 'Camptocamp,Openerp Connector Core Editors,' 'Odoo Community Association (OCA)', 'website': 'http://odoo-connector.com',