Skip to content

Commit 2e1b47d

Browse files
committed
Merge pull request #115 from guewen/release-3.2.0
Release 3.2.0
2 parents f93c15d + ac94367 commit 2e1b47d

File tree

3 files changed

+32
-13
lines changed

3 files changed

+32
-13
lines changed

connector/AUTHORS

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
* Guewen Baconnier at Camptocamp
22
* Alexandre Fayolle at Camptocamp
33
* Benoit Guillot at Akretion
4-
* Nicolas Bessi at Camptocamp (tiny change)
5-
* Joël Grand-Guillaume at Camptocamp (tiny change)
6-
* Arthur Vuillard at Akretion (tiny change)
7-
* Sebastien Beau at Akretion (tiny change)
4+
* Nicolas Bessi at Camptocamp
5+
* Joël Grand-Guillaume at Camptocamp
6+
* Arthur Vuillard at Akretion
7+
* Sebastien Beau at Akretion
88
* Laurent Mignon at Acsone
99
* Leonardo Pistone at Camptocamp
10-
* David Béal at Akretion (tiny change)
11-
* Christophe Combelles at Anybox (french translation)
12-
* Stéphane Bidoul at Acsone (job runner)
13-
* Malte Jacobi at IBO / HTW
10+
* David Béal at Akretion
11+
* Christophe Combelles at Anybox
12+
* Stéphane Bidoul at Acsone
13+
* Malte Jacobi at IBO / HTW
14+
* Laetitia Gangloff at Acsone
15+
* David Lefever at Taktik S.A.
16+
* Jos de Graeve at Apertoso NV
17+
* Jean-Sébastien Suzanne at Anybox
18+
* Leonardo Donelli
19+
* Mathias Colpaert
20+
* Yannick Vaucher at Camptocamp

connector/CHANGES.rst

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
Changelog
22
---------
33

4-
Future
5-
~~~~~~
4+
3.2.0 (2015-09-10)
5+
~~~~~~~~~~~~~~~~~~
66

7-
* method 'install_in_connector' is now deprecated
8-
* Add a retry pattern for jobs (https://github.com/OCA/connector/pull/75)
7+
* method 'install_in_connector' is now deprecated (https://github.com/OCA/connector/pull/74)
8+
* Add a retry pattern for jobs (https://github.com/OCA/connector/pull/75, https://github.com/OCA/connector/pull/92)
99
* Use custom connector environments and instantiate them with needed attributes (https://github.com/OCA/connector/pull/108)
1010
* A new default implementation for the binder (https://github.com/OCA/connector/pull/76)
11+
* Translations are now automatically synchronized from Transifex
12+
* Mapper: add modifier to follow m2o relations with dot notation (https://github.com/OCA/connector/pull/94)
13+
* Mapper: add 'changed_by_fields' which indicates which source fields will output data (https://github.com/OCA/connector/pull/73)
14+
* Allow to assign a default channel on @job functions (https://github.com/OCA/connector/pull/71)
15+
* Fix: connector-runner: manages retryable errors (https://github.com/OCA/connector/pull/87)
16+
* Fix: connector-runner: logging error when a capacity is None (https://github.com/OCA/connector/pull/98)
17+
* Fix: connector-runner: shows a wrong job result on retried jobs (https://github.com/OCA/connector/pull/101)
18+
* Fix: add an index on queue_job.worker_id (https://github.com/OCA/connector/pull/89)
19+
* Fix: Tests: common.DB is gone in 8.0 stable (https://github.com/OCA/connector/pull/79)
20+
* Fix: connector-runner: graceful stop mechanism (https://github.com/OCA/connector/pull/69)
21+
* Fix: connector-runner: Wrong arguments position in a log message (https://github.com/OCA/connector/pull/67)
22+
1123

1224
3.1.0 (2015-05-15)
1325
~~~~~~~~~~~~~~~~~~

connector/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
##############################################################################
2121

2222
{'name': 'Connector',
23-
'version': '3.1.0',
23+
'version': '3.2.0',
2424
'author': 'Camptocamp,Openerp Connector Core Editors,'
2525
'Odoo Community Association (OCA)',
2626
'website': 'http://odoo-connector.com',

0 commit comments

Comments
 (0)