Skip to content
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.1.0 #113

Merged
merged 15 commits into from
Nov 16, 2024
Merged

feat: 3.1.0 #113

merged 15 commits into from
Nov 16, 2024

Conversation

Bugs5382
Copy link
Owner

@Bugs5382 Bugs5382 commented Nov 16, 2024

Search terms

codec

Closes #102

Questioner

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

Other things:

  • Write a unit test or update unit tests that cover your change in the code?
  • Set the PR to merge into the develop branch?
  • Clear documentation per the guidelines in the README.md as we are support medical applications?

alwhiting and others added 15 commits October 15, 2024 14:28
## [3.0.1-beta.1](v3.0.0...v3.0.1-beta.1) (2024-11-01)

### Bug Fixes

* 102 fix loadedmessage is not cleared after messages handled ([#111](#111)) ([59cf172](59cf172))
* **102:** Clear accumulated message between HL7 messages/requests.  ([#110](#110)) ([ae7d002](ae7d002))
- created a codec for MLLP data
- faster than the old method and can make sure very long messages are parsed

[skip ci]
- formating in inbound.ts and sendResponse.ts

[skip ci]
* new CI
* new formating
* dropped semantic-release
* updated packages
@Bugs5382 Bugs5382 added enhancement New feature or request minor labels Nov 16, 2024
@Bugs5382 Bugs5382 changed the title feat: 3.0.1 feat: 3.1.0 Nov 16, 2024
@Bugs5382 Bugs5382 merged commit 773e05d into main Nov 16, 2024
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: loadedMessage is not cleared after message(s) handled
3 participants