File tree 3 files changed +32
-13
lines changed
3 files changed +32
-13
lines changed Original file line number Diff line number Diff line change 1
1
* Guewen Baconnier at Camptocamp
2
2
* Alexandre Fayolle at Camptocamp
3
3
* 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
8
8
* Laurent Mignon at Acsone
9
9
* 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
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
- Future
5
- ~~~~~~
4
+ 3.2.0 (2015-09-10)
5
+ ~~~~~~~~~~~~~~~~~~
6
6
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 )
9
9
* Use custom connector environments and instantiate them with needed attributes (https://github.com/OCA/connector/pull/108)
10
10
* 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
+
11
23
12
24
3.1.0 (2015-05-15)
13
25
~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 20
20
##############################################################################
21
21
22
22
{'name' : 'Connector' ,
23
- 'version' : '3.1 .0' ,
23
+ 'version' : '3.2 .0' ,
24
24
'author' : 'Camptocamp,Openerp Connector Core Editors,'
25
25
'Odoo Community Association (OCA)' ,
26
26
'website' : 'http://odoo-connector.com' ,
You can’t perform that action at this time.
0 commit comments