Skip to content

Commit

Permalink
Release 7.0.2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Feb 29, 2016
1 parent c37aff6 commit 0a5b040
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions connector/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
---------

7.0.2.3.0 (2016-02-29)
~~~~~~~~~~~~~~~~~~~~~~

* Backport of jobrunner (https://github.com/OCA/connector/pull/53)
* Filter out databases with --db-filter (https://github.com/OCA/connector/pull/39)
* Perf. improvement: Call 'only_create' mapping functions only when the mapper is called with for_create=True (https://github.com/OCA/connector/pull/25)
* Activate transifex for translations (https://github.com/OCA/connector/pull/90)
* Security: Prevent to unpickle globals which are not jobs or whitelisted types (https://github.com/OCA/connector/pull/171)
* Fix: Option --load=web,connector no longer required (only for v7) (https://github.com/OCA/connector/pull/84)
* Fix: Add an index on queue_job.worker_id (https://github.com/OCA/connector/pull/88)
* Fix: correct retry of jobs in jobrunner (https://github.com/OCA/connector/pull/86)
* Fix: wrong name of field extracted from a mapping's closure (https://github.com/OCA/connector/pull/26)
* Fix: error 'AssertionError: 0 worker found in database instead of 1' (https://github.com/OCA/connector/pull/24)
* Fix: Allow the number of records being deleted to be limited to prevent timeouts or oom (https://github.com/OCA/connector/pull/158)


2.2.0 (2014-05-26)
~~~~~~~~~~~~~~~~~~

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': '2.2.0',
'version': '7.0.2.3.0',
'author': "Camptocamp,Openerp Connector Core Editors,"
"Odoo Community Association (OCA)",
'website': 'http://odoo-connector.com',
Expand Down

0 comments on commit 0a5b040

Please sign in to comment.