Version 2.1.0
General:
- The internal capability discovery system has been overhauled to make better use of caching. When sending a document, a quick existence check for the recipient is executed, rather than just queueing the message whether or not the recipient exists.
- The ‘publish in SMP’ option has been simplified and enabled: you can now configure organizations to automatically be published in the SMP, with default mandatory document types.
Web interface:
- The web interface has been overhauled to provide a cleaner UI and prepare for future additions.
- You can now filter on several properties of transactions, as well as on organization names if their account is for multiple organizations.
- There is a manual ‘mark read/unread’ button for received documents.
- You can now convert sent and received invoice documents to PDF. Note that this conversion only renders the main information and may not show complicated documents completely. This feature is considered experimental.
API changes:
- added several filter options for sent and receive transaction endpoints. These have been added as separate query parameters (rather than a general search option) for use-case flexibility. Multiple parameters will be treated using logical ‘and’.
- added ‘filter_name’ query parameter to organization list endpoint
- added a new field to receive_triggers: enabled (boolean). If this field is set to false, the trigger will not run. This is intended to (temporarily) disable the trigger.
- the user_data api call now shows the account type too
- added two new action endpoints to receive-transactions: /mark_read and /mark_unread, to directly change the ‘state’ from ’new’ to ‘read’ and vice-versa
- added the optional-per-organization ‘publish in smp’ option: when enabled, all of the organization’s identifiers will automatically be published with default document types for the organization.
- removed the endpoints for receivable document types, which were already marked as ’not implemented’. We will look into adding functional ones during the next major version, but for now, the SMP connection only supports default document types.
Version 2.0.0
Initial public release of ion-AP 2.0.