Releases: jembi/openhim-core-js
v3.4.2
Patch: Remove duplicate check for Client ID's and Role Names
Removed the check that prevents the Client ID from being the same as a Role Name
NOTE**The bug fix implemented in this patch is temporary and will be removed when a more complete fix is implemented in the next release.
4.0.0 Release Candidate 2
- Upgrade dependencies
4.0.0 Release Candidate 1
- Decaffeinate
- Standard added as linter
- Change minimum node version to 7.6.0
OpenHIM v3.4.0
This is a new minor release of the OpenHIM. This release contains the following:
- Large transaction that are updated via the API can now be truncated
- Fix some weird numbers in transaction reporting
- Node v4 and above in now required
- Conflict detection between clients and role names
- Bug fixes and performance improvements
See a full list of changes here.
OpenHIM v3.3.1
Minor packaging fix.
OpenHIM v3.3.0
This is a new minor release of the OpenHIM. This release contains the following:
- Revised email config to allow more nodemailer options to be utilised (see here for details)
- Fixed migration of older visualiser configs
- Fixed router timeout when set by environment variable
To see all changes, click here
OpenHIM v3.2.1
This is a new minor release of the OpenHIM, here's what changed:
- Certificates can now be watched from the file system if you choose to manage certificates externally
- Polling channels now run at the correct time time according to the server
- The keystore can now be exported via the API
- Transaction bodies will now be truncated if they exceed the size that we can store in mongo.
See a full list of changes here
OpenHIM v3.1.0
This is a new major release of the OpenHIM. Here is some of stuff we added:
- A new visualizer API for creating, storing and sharing visualisers with other users
- Large transaction request and response bodies can now be truncated to prevent massive abounts of data being loaded on large requests
- Now logs connection error so that users have a better understanding where errors are occurring
- Adds support for automatically retrying transaction that fail due to a connection error
- Various bug fixes and performance enhancments
For a full list of changes see here
OpenHIM v3.0.0
This is a new breaking change release of the OpenHIM. Here is what we have added and changed:
- The metrics API has been rewritten and is now more powerful
- The event API has been updated and now there is no need for a separate visualiser API, everything runs off the events API.
- Added a new metadata API for import and exporting OpenHIM metadata
- Add ability for channels to forward Authorization header
- Add support for password field in mediator config
- Various bug fixes and performance enhancements