-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 3.0.0 #178
Merged
feat: 3.0.0 #178
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Included example and Unit test Resolves: #48
- added 2 checks missing in the msh header from 2.3 - also refactors code in 2.3 and 2.3.1 for building the MSH
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.2...v5.5.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* default 0 second idle time keeps the connection open * disables connection timeout logic if set to 0 (stay connected) * updated unit test to reflect that BREAKING CHANGE: Default now set to be always connected. Must set connectionTimeout, if you want your client to disconnect after a certain time. The max is still 60 seconds. Closes #169
# [3.0.0-beta.1](v2.3.1...v3.0.0-beta.1) (2024-10-31) ### Features * client connection ([e6ee6a3](e6ee6a3)), closes [#169](#169) * client connection ([#175](#175)) ([aeb4108](aeb4108)) ### BREAKING CHANGES * Default now set to be always connected. Must set connectionTimeout, if you want your client to disconnect after a certain time. The max is still 60 seconds.
- created a codec for MLLP data - faster than the old method and can make sure very long messages are parsed - removed any doubt of order of operations when getting a response back [skip ci]
[skip ci]
- have to stop these units tests so we can get a new release out of this package. we will turn this on once everything is synced up. - since node-hl7-server is dev dependency it's ok to do this - all the tests pass during local development version
- ci fix I hope
[skip ci]
[skip ci]
BREAKING CHANGE: 3.0.0
* new CI workflows * eslint now working * unit tests pass
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Search terms
Questioner
Please check the type of change your PR introduces:
Other things: