Skip to content

Commit

Permalink
Release Version 3.2.24 (#5615)
Browse files Browse the repository at this point in the history
## 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
medplumbot authored Dec 2, 2024
1 parent dfb83f6 commit ee7e121
Show file tree
Hide file tree
Showing 45 changed files with 440 additions and 438 deletions.
12 changes: 6 additions & 6 deletions examples/foomedical/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "foomedical",
"version": "3.2.23",
"version": "3.2.24",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down Expand Up @@ -28,11 28,11 @@
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/core": "3.2.23",
"@medplum/eslint-config": "3.2.23",
"@medplum/fhirtypes": "3.2.23",
"@medplum/mock": "3.2.23",
"@medplum/react": "3.2.23",
"@medplum/core": "3.2.24",
"@medplum/eslint-config": "3.2.24",
"@medplum/fhirtypes": "3.2.24",
"@medplum/mock": "3.2.24",
"@medplum/react": "3.2.24",
"@tabler/icons-react": "3.17.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
Expand Down
16 changes: 8 additions & 8 deletions examples/medplum-chart-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "medplum-chart-demo",
"version": "3.2.23",
"version": "3.2.24",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -27,13 27,13 @@
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/bot-layer": "3.2.23",
"@medplum/core": "3.2.23",
"@medplum/definitions": "3.2.23",
"@medplum/eslint-config": "3.2.23",
"@medplum/fhirtypes": "3.2.23",
"@medplum/mock": "3.2.23",
"@medplum/react": "3.2.23",
"@medplum/bot-layer": "3.2.24",
"@medplum/core": "3.2.24",
"@medplum/definitions": "3.2.24",
"@medplum/eslint-config": "3.2.24",
"@medplum/fhirtypes": "3.2.24",
"@medplum/mock": "3.2.24",
"@medplum/react": "3.2.24",
"@tabler/icons-react": "3.17.0",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-chat-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "medplum-chat-demo",
"version": "3.2.23",
"version": "3.2.24",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,10 23,10 @@
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/core": "3.2.23",
"@medplum/eslint-config": "3.2.23",
"@medplum/fhirtypes": "3.2.23",
"@medplum/react": "3.2.23",
"@medplum/core": "3.2.24",
"@medplum/eslint-config": "3.2.24",
"@medplum/fhirtypes": "3.2.24",
"@medplum/react": "3.2.24",
"@tabler/icons-react": "3.17.0",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-client-external-idp-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "medplum-client-external-idp-demo",
"version": "3.2.23",
"version": "3.2.24",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -17,10 17,10 @@
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/core": "3.2.23",
"@medplum/eslint-config": "3.2.23",
"@medplum/fhirtypes": "3.2.23",
"@medplum/react": "3.2.23",
"@medplum/core": "3.2.24",
"@medplum/eslint-config": "3.2.24",
"@medplum/fhirtypes": "3.2.24",
"@medplum/react": "3.2.24",
"@tabler/icons-react": "3.17.0",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
Expand Down
14 changes: 7 additions & 7 deletions examples/medplum-demo-bots/package.json
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]>",
Expand Down Expand Up @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions examples/medplum-eligibility-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "medplum-eligibility-demo",
"version": "3.2.23",
"version": "3.2.24",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -27,12 27,12 @@
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/core": "3.2.23",
"@medplum/definitions": "3.2.23",
"@medplum/eslint-config": "3.2.23",
"@medplum/fhirtypes": "3.2.23",
"@medplum/mock": "3.2.23",
"@medplum/react": "3.2.23",
"@medplum/core": "3.2.24",
"@medplum/definitions": "3.2.24",
"@medplum/eslint-config": "3.2.24",
"@medplum/fhirtypes": "3.2.24",
"@medplum/mock": "3.2.24",
"@medplum/react": "3.2.24",
"@tabler/icons-react": "3.17.0",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-fhircast-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "medplum-fhircast-demo",
"version": "3.2.23",
"version": "3.2.24",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -18,10 18,10 @@
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/core": "3.2.23",
"@medplum/eslint-config": "3.2.23",
"@medplum/fhirtypes": "3.2.23",
"@medplum/react": "3.2.23",
"@medplum/core": "3.2.24",
"@medplum/eslint-config": "3.2.24",
"@medplum/fhirtypes": "3.2.24",
"@medplum/react": "3.2.24",
"@tabler/icons-react": "3.17.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
Expand Down
12 changes: 6 additions & 6 deletions examples/medplum-health-gorilla-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "medplum-health-gorilla-demo",
"version": "3.2.23",
"version": "3.2.24",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -21,11 21,11 @@
"devDependencies": {
"@mantine/core": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/core": "3.2.23",
"@medplum/eslint-config": "3.2.23",
"@medplum/health-gorilla-core": "3.2.23",
"@medplum/health-gorilla-react": "3.2.23",
"@medplum/react": "3.2.23",
"@medplum/core": "3.2.24",
"@medplum/eslint-config": "3.2.24",
"@medplum/health-gorilla-core": "3.2.24",
"@medplum/health-gorilla-react": "3.2.24",
"@medplum/react": "3.2.24",
"@tabler/icons-react": "3.17.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "medplum-hello-world",
"version": "3.2.23",
"version": "3.2.24",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,10 23,10 @@
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/core": "3.2.23",
"@medplum/eslint-config": "3.2.23",
"@medplum/fhirtypes": "3.2.23",
"@medplum/react": "3.2.23",
"@medplum/core": "3.2.24",
"@medplum/eslint-config": "3.2.24",
"@medplum/fhirtypes": "3.2.24",
"@medplum/react": "3.2.24",
"@tabler/icons-react": "3.17.0",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-live-chat-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "medplum-live-chat-demo",
"version": "3.2.23",
"version": "3.2.24",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,10 23,10 @@
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/core": "3.2.23",
"@medplum/eslint-config": "3.2.23",
"@medplum/fhirtypes": "3.2.23",
"@medplum/react": "3.2.23",
"@medplum/core": "3.2.24",
"@medplum/eslint-config": "3.2.24",
"@medplum/fhirtypes": "3.2.24",
"@medplum/react": "3.2.24",
"@tabler/icons-react": "3.17.0",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
Expand Down
8 changes: 4 additions & 4 deletions examples/medplum-nextauth-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "medplum-nextauth-demo",
"version": "3.2.23",
"version": "3.2.24",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,15 23,15 @@
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/core": "3.2.23",
"@medplum/eslint-config": "3.2.23",
"@medplum/core": "3.2.24",
"@medplum/eslint-config": "3.2.24",
"next": "15.0.3",
"next-auth": "4.24.10",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@medplum/fhirtypes": "3.2.23",
"@medplum/fhirtypes": "3.2.24",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/medplum-nextjs-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "medplum-nextjs-demo",
"version": "3.2.23",
"version": "3.2.24",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,16 23,16 @@
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/core": "3.2.23",
"@medplum/react": "3.2.23",
"@medplum/core": "3.2.24",
"@medplum/react": "3.2.24",
"@next/bundle-analyzer": "15.0.3",
"next": "15.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"rfc6902": "5.1.2"
},
"devDependencies": {
"@medplum/fhirtypes": "3.2.23",
"@medplum/fhirtypes": "3.2.24",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
Expand Down
16 changes: 8 additions & 8 deletions examples/medplum-patient-intake-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "medplum-patient-intake-demo",
"version": "3.2.23",
"version": "3.2.24",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -28,13 28,13 @@
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/bot-layer": "3.2.23",
"@medplum/core": "3.2.23",
"@medplum/definitions": "3.2.23",
"@medplum/eslint-config": "3.2.23",
"@medplum/fhirtypes": "3.2.23",
"@medplum/mock": "3.2.23",
"@medplum/react": "3.2.23",
"@medplum/bot-layer": "3.2.24",
"@medplum/core": "3.2.24",
"@medplum/definitions": "3.2.24",
"@medplum/eslint-config": "3.2.24",
"@medplum/fhirtypes": "3.2.24",
"@medplum/mock": "3.2.24",
"@medplum/react": "3.2.24",
"@tabler/icons-react": "3.17.0",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-photon-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "medplum-photon-integration",
"version": "3.2.23",
"version": "3.2.24",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -27,10 27,10 @@
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/core": "3.2.23",
"@medplum/eslint-config": "3.2.23",
"@medplum/fhirtypes": "3.2.23",
"@medplum/react": "3.2.23",
"@medplum/core": "3.2.24",
"@medplum/eslint-config": "3.2.24",
"@medplum/fhirtypes": "3.2.24",
"@medplum/react": "3.2.24",
"@photonhealth/elements": "0.13.1",
"@tabler/icons-react": "3.17.0",
"@types/node": "22.10.1",
Expand Down
12 changes: 6 additions & 6 deletions examples/medplum-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "medplum-provider",
"version": "3.2.23",
"version": "3.2.24",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,11 23,11 @@
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/notifications": "7.14.3",
"@medplum/core": "3.2.23",
"@medplum/dosespot-react": "3.2.23",
"@medplum/eslint-config": "3.2.23",
"@medplum/fhirtypes": "3.2.23",
"@medplum/react": "3.2.23",
"@medplum/core": "3.2.24",
"@medplum/dosespot-react": "3.2.24",
"@medplum/eslint-config": "3.2.24",
"@medplum/fhirtypes": "3.2.24",
"@medplum/react": "3.2.24",
"@tabler/icons-react": "3.17.0",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
Expand Down
Loading

0 comments on commit ee7e121

Please sign in to comment.