Skip to content

Releases: jembi/openhim-core-js

v3.4.2

26 Oct 10:57
cbd5022
Compare
Choose a tag to compare

Patch fix for truncated response bodies when upstream services set a content-length header.

Patch: Remove duplicate check for Client ID's and Role Names

11 Oct 11:13
Compare
Choose a tag to compare

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

02 Oct 11:28
Compare
Choose a tag to compare
Pre-release
  • Upgrade dependencies

4.0.0 Release Candidate 1

02 Oct 10:16
Compare
Choose a tag to compare
Pre-release
  • Decaffeinate
  • Standard added as linter
  • Change minimum node version to 7.6.0

OpenHIM v3.4.0

23 Mar 14:26
Compare
Choose a tag to compare

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

18 Nov 12:21
Compare
Choose a tag to compare

Minor packaging fix.

OpenHIM v3.3.0

18 Nov 09:10
Compare
Choose a tag to compare

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

01 Nov 12:01
Compare
Choose a tag to compare

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

12 Sep 12:16
Compare
Choose a tag to compare

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

02 Aug 14:05
Compare
Choose a tag to compare

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