-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What's Changed * Add automatic retry of transaction serialization errors after rollback (#5553) * Document resend operation parameters (#5556) * Script to deploy app to GCP (#5505) * Document extensions for preferred pharmacy (#5557) * feat(server): add `Bot.timeout`, sync timeout on `Bot/$deploy` (#5559) * Include AHC HRSN Screening to foomedical (#5564) * Docs for install on GCP (#5563) * types(generator): validate `fhirtypes` after generation (#5544) * Fix grammar error on scheduling index. (#5569) * Allow cancellation of reindex job (#5565) * fix(AsyncJob): use `systemRepo` for cancel (#5577) * Add excluded IDs to search pagination cursor (#5582) * Add Postgres upgrade blog post (#5547) * feat(AsyncJob): support `AsyncJob` cancel via DELETE on `Content-Location` (#5587) * Update grammar on homepagecallout component (#5570) * Correct oauth2 default paths (#5591) * Show only one offline notification at a time (#5583) * overflow wrap (#5574) * Use strict equality check in tests (#5595) * Update to include how to test agent in docker (#5598) * Update index.md (#5596) * Dependency upgrades 2024-11-25 (#5588) * Fixes #5590 - cleanup default URLs in server config (#5592) * Fix CPOE acronym (#5571) * Rename "Solutions Engineer" to "Forward Deployed engineer" (#5600) * Fixed APT repository codenames (#5605) * Fix the deb app nginx config (#5606) * Fix app config settings in deb package (#5607) * Pre-process deb app config settings (#5608) * OAuthPage UI customizations (#5601) * deps(server): override `whatwg-url` to rm `punycode` warning (#5611) * Dependency upgrades 2024-12-02 (#5609) * fix(core): allow raw buf and views in arrayBuffer fns (#5599) * Migration generation improvements (#5589) **Full Changelog**: v3.2.23...v3.2.24
- Loading branch information
1 parent
dfb83f6
commit ee7e121
Showing
45 changed files
with
440 additions
and
438 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 1,6 @@ | ||
{ | ||
"name": "medplum-demo-bots", | ||
"version": "3.2.23", | ||
"version": "3.2.24", | ||
"description": "Medplum Demo Bots", | ||
"license": "Apache-2.0", | ||
"author": "Medplum <[email protected]>", | ||
|
@@ -29,12 29,12 @@ | |
"root": true | ||
}, | ||
"devDependencies": { | ||
"@medplum/bot-layer": "3.2.23", | ||
"@medplum/cli": "3.2.23", | ||
"@medplum/core": "3.2.23", | ||
"@medplum/eslint-config": "3.2.23", | ||
"@medplum/fhirtypes": "3.2.23", | ||
"@medplum/mock": "3.2.23", | ||
"@medplum/bot-layer": "3.2.24", | ||
"@medplum/cli": "3.2.24", | ||
"@medplum/core": "3.2.24", | ||
"@medplum/eslint-config": "3.2.24", | ||
"@medplum/fhirtypes": "3.2.24", | ||
"@medplum/mock": "3.2.24", | ||
"@types/node": "22.10.1", | ||
"@types/node-fetch": "2.6.12", | ||
"@types/ssh2-sftp-client": "9.0.4", | ||
|
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.