Skip to content

Commit

Permalink
Merge pull request #115 from guewen/release-3.2.0
Browse files Browse the repository at this point in the history
Release 3.2.0
  • Loading branch information
pedrobaeza committed Sep 10, 2015
2 parents f93c15d + ac94367 commit 2e1b47d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 13 deletions.
23 changes: 15 additions & 8 deletions connector/AUTHORS
Original file line number Diff line number Diff line change
@@ -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
* 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
20 changes: 16 additions & 4 deletions connector/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion connector/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2e1b47d

Please sign in to comment.