Releases: ohcnetwork/care
Releases · ohcnetwork/care
November Second Week Release; v24.46.0
What's Changed
- New RBAC Implementation by @vigneshhari in #2515
- Flushed care_static_data prefixed redis keys by @JohnLu2004 in #2572
- Added a settings variable to allow configurable time periods for notification deletion by @arilloid in #2547
- Added profile pic url to UserBaseMinimumSerializer by @Jacobjeevan in #2581
- Update queryset references in views to avoid cached results by @sainak in #2582
New Contributors
- @JohnLu2004 made their first contribution in #2572
- @arilloid made their first contribution in #2547
Full Changelog: v24.45.0...v24.46.0
November First Week Release
What's Changed
- Fix Immunologist doctor type Id by @Jacobjeevan in #2568
- Update dependencies by @sainak in #2560
- Add Plug Config API by @vigneshhari in #2574
Full Changelog: v24.44.0...v24.45.0
October Week 4 Release
What's Changed
- Bump newrelic from 10.0.0 to 10.1.0 by @dependabot in #2541
- added check for email provider check before sending reset password email by @DraKen0009 in #2544
- fixes validation preventing linking multiple cameras to a bed by @rithviknishad in #2559
- Update deploy.yml by @tellmeY18 in #2562
- Asset location route: modifications for CNS by @Jacobjeevan in #2545
New Contributors
- @tellmeY18 made their first contribution in #2562
- @Jacobjeevan made their first contribution in #2545
Full Changelog: v24.43.0...v24.44.0
October Week 3 Release
What's Changed
- ADDITIONAL_PLUGS build arg by @dauntlessnomad in #2535
- Modified the dummy data to support new cypress test by @nihal467 in #2536
- load additional plugs on manager startup by @sainak in #2537
- Adds route to fetch facility hubs by @shivankacker in #2520
- disable filtering inactive users by default by @sainak in #2529
- disable codecov annotations by @sainak in #2542
- Improved asset bed relations for camera preset by @rithviknishad in #2387
- Convert ABDM into Plug - Part 2/3 by @khavinshankar in #2313
- Convert ABDM into Plug - Part 3/3 by @khavinshankar in #2312
- Removed abdm config from docker env by @khavinshankar in #2546
- Fixed prod deploy: install libgmp-dev in prod by @khavinshankar in #2548
Full Changelog: v24.41.0...v24.43.0
October Week 1 Release
What's Changed
- Rename field
doctor_qualification
toqualification
by @rithviknishad in #2514 - Upgrade packages by @vigneshhari in #2516
Full Changelog: v24.40.0...v24.41.0
September Week 4 Release
What's Changed
- Add feature flags by @vigneshhari in #2429
- added timeout to middleware requests by @DraKen0009 in #2434
- update unique_bed_name_per_location to ignore deleted beds by @sainak in #2432
- fix string representation of prescription and mar by @sainak in #2412
- Convert enum choices to integer choices in Daily Rounds by @DraKen0009 in #2462
- lint all files by @sainak in #2468
- Major dependencies update by @sainak in #2449
- fixing rhytmic_detail missing issue in event logs by @DraKen0009 in #2467
- Update JSON schema validations of Daily Round fields by @rithviknishad in #2386
- Switch investigation default from
dict
tolist
and remove deprecatedprescriptions
by @rithviknishad in #2410 - use random uuid suffix in cover image key with size validation by @sainak in #2472
- convert image validator aspect ratio to list by @sainak in #2475
- Fix UnorderedObjectListWarning in patient search api by @sainak in #2478
- Avoid printing typst version in tests by @sainak in #2477
- Fix warnings from drf where min/max values of DecimalField were not instances of Decimal by @sainak in #2476
- Fixes default admin url by @shivankacker in #2474
- added a request time logging middleware by @DraKen0009 in #2361
- Switch to ruff for lint and format by @sainak in #1559
- Added Facility Hubs by @shivankacker in #2135
- fix:Hide asset users from users list page (#2107) by @ayushchauhan12 in #2113
- Bump the all-dependencies group across 1 directory with 4 updates by @dependabot in #2479
- Bump pydantic from 1.10.15 to 1.10.18 by @dependabot in #2484
- Prescriptions and MAR: Disallow users to perform edits on discharged encounters by @rithviknishad in #2133
- Reply feature for Doctor notes by @UdaySagar-Git in #2160
- Bump cryptography from 43.0.0 to 43.0.1 by @dependabot in #2422
- disable default jwks for production deployments by @sainak in #2414
- update docker actions by @sainak in #2485
- Removed redundant room types in FacilityCapacity by @khavinshankar in #2417
- Soft delete assets from deleted facilities/hospitals by @hrit2773 in #1996
- Add user profile pictures by @UdaySagar-Git in #2253
- archived spo2 field to archived_spo2 by @DraKen0009 in #2397
- merge migrations by @sainak in #2486
- Adds functionality for
last_consultation_admitted_bed_type_list
in discharge patient filters by @shivankacker in #2204 - HCX Plug by @khavinshankar in #2399
- fix aws deploys by @sainak in #2488
- fix facility capacity exports by @sainak in #2489
- disable aspect ratio validation for images by @sainak in #2487
- Set default permission class to IsAuthenticated & made required changes by @dhruv-goyal-10 in #2268
- Allow installing plugs from env by @sainak in #2473
- CORS allow cloudflare pages preview deployments by @rithviknishad in #2490
- Bump the boto group with 2 updates by @dependabot in #2493
- Fix all linting issues in care by @vigneshhari in #2483
- fix ulid class by @sainak in #2498
- fix events create by @sainak in #2501
- Add leeway for validating taken at in future by @sainak in #2502
New Contributors
- @ayushchauhan12 made their first contribution in #2113
- @UdaySagar-Git made their first contribution in #2160
Full Changelog: v24.39.0...v24.40.0
v24.39.0
What's Changed
- Remove multiselectfield references by @sainak in #2444
- New Crowdin updates by @bodhish in #2451
- Do not allow future log update taken_at time by @shivankacker in #2447
- Fixed abha linking issue by @khavinshankar in #2456
- Adds necessary fields for Community Nurse's log update by @rithviknishad in #2448
- Fixed incoming fhir data parsing by @khavinshankar in #2446
- New Crowdin updates by @bodhish in #2453
- Adds fields for social profile: socioeconomic status and domestic healthcare support by @rithviknishad in #2464
Full Changelog: v24.38.0...v24.39.0
v24.38.0
What's Changed
- allow hostnames to be configured as regex for cors headers by @sainak in #2424
- fix cors regex pattern by @sainak in #2425
- Convert ABDM into Plug - Part 1/3 by @khavinshankar in #2161
- update cors whitelist for dev aws deploys by @sainak in #2427
- Fixed abha linking issue by @khavinshankar in #2458
Full Changelog: v24.37.0...v24.38.0
v24.37.0
What's Changed
- Upgrade Dependencies by @vigneshhari in #2390
- fix creating notifications if shifting_approving_facility is not available by @sainak in #2372
- Added new skills by @shivankacker in #2302
- Add list and detail serializer with tests for shifting module #1549 by @vigneshhari in #2392
- PDF Generation Alternative - GSoC by @DraKen0009 in #2132
- Added actively dying patient category by @shivankacker in #2298
- Replace coronasafe references by @sainak in #2394
- fix docker builds by @sainak in #2393
- remove deprecated fields that has been migrated to new models (Diagnosis, Symptoms and Prescriptions) by @rithviknishad in #2247
- Fixes check for no treating physician and not mandate for Domicialiary Care by @rithviknishad in #2382
- Correct I/O Balance output choice spelling mistake for Ryles Tube Aspiration by @rithviknishad in #2366
- feat: added additional shortcuts to the makefile by @dhruv-goyal-10 in #2283
- Show error if doctor is not linked to the consultation facility by @shivankacker in #2309
- Starting translation support by @vigneshhari in #2398
- fix pdf report generation in prod by @sainak in #2400
- add new asset actions and clenup asset_monitor task by @sainak in #2411
- use static jwk instead of auto generating on aws by @sainak in #2413
- allow cors on localhost dev deployment by @sainak in #2415
Full Changelog: v24.35.0...v24.37.0
v24.35.0
What's Changed
- fix s3 client error on gcp by @sainak in #2359
- Fix race condition in consultation creation by @sainak in #2299
- Allows creation of duplicate symptoms if cure date is present by @rithviknishad in #2289
- fix consultation create with bed by @sainak in #2375
- Use new serializer for assets by @sainak in #2380
- Update pre-commit config by @rithviknishad in #2320
- Updated License by @AryanChoudharyy in #2357
- migrating feature field to array field by @DraKen0009 in #2223
- Add option to filter users with no home facility by @shivankacker in #2332
- Rename field
ventilator_fi02
toventilator_fio2
by @rithviknishad in #2356 - Allow ICD11 diagnoses for chapters that were previously disabled by @rithviknishad in #2350
- Merge migrations by @rithviknishad in #2385
New Contributors
- @AryanChoudharyy made their first contribution in #2357
Full Changelog: v24.34.0...v24.35.0