Metadata-Version: 2.1
Name: imio.dataexchange.core
Version: 0.6.1
Summary: Data exchange classes for imio webservice
Home-page: https://github.com/imio/
Author: IMIO
Author-email: support@imio.be
License: GPL
Keywords: Imio data exchange
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Provides-Extra: script

.. contents::

Introduction
============


Tests
=====

This package is tested using Travis CI. The current status of the add-on is :

.. image:: https://api.travis-ci.org/IMIO/imio.dataexchange.core.png
    :target: http://travis-ci.org/IMIO/imio.dataexchange.core.json

Changelog
=========

0.6.1 (2022-09-16)
------------------

- Do not set anymore IncomingMail mail_type
  [sgeulette]

0.6.0 (2020-06-22)
------------------

- Implement basic auth for requests
  [mpeeters]


0.5.0 (2019-12-03)
------------------

- Make the dispatcher resilient to RabbitMQ restart
  [mpeeters]

- Improve logging for docker containers
  [mpeeters]


0.4.0 (2019-09-11)
------------------

- Improve request messages to handle caching
  [mpeeters]

- Implement `Email` dispatcher
  [mpeeters]


0.3.1 (2018-12-05)
------------------

- Add `error_count` attribute on `Request` object
  [mpeeters]


0.3.0 (2018-12-03)
------------------

- Add the path to the request message
  [mpeeters]


0.2.1 (2018-11-29)
------------------

- Handle missing client for publishers and add a reconnect feature
  [mpeeters]


0.2 (2016-04-22)
----------------

- Add dispatchers for deliberations and outgoing generated mails
  [mpeeters]

- Remove the invoice dispatcher since the document type no longer exist
  [mpeeters]

- Add the Response object
  [mpeeters]

- Add the Request and RequestFile objects
  [mpeeters]


0.1 (2014-10-17)
----------------

- Initial release
  [mpeeters]



