Releases: UN-OCHA/hpc-api-core
Releases · UN-OCHA/hpc-api-core
Make some columns required
Update dependencies
What's Changed
- Bump
pg
fromv8.13.0
tov8.13.1
by @dependabot in #181 - Bump
@types/node
fromv22.7.4
tov22.9.0
by @dependabot in #185 - Bump
@types/lodash
fromv4.17.10
tov4.17.13
by @dependabot in #179 - Bump
@types/jest
fromv29.5.13
tov29.5.14
by @dependabot in #178 - Update
@unocha/hpc-repo-tools
tov5.2.0
by @Pl217 in #188
Full Changelog: v10.3.0...v10.4.0
Add isRegion to location model
Add focusLocationId to planVersion
What's Changed
Full Changelog: v10.1.2...v10.2.0
Export LOCATION_STATUS
Update dependencies
- Updated dependencies
- Updated dev dependencies
- Bump
@types/jest
from 29.5.12 to 29.5.13 (#164) - Bump
@types/pg
from 8.11.8 to 8.11.10 (#165) - Bump
@types/node
from 22.5.3 to 22.7.4 (#166) - Bump
husky
from 9.1.5 to 9.1.6 (#167) - Bump
@types/lodash
from 4.17.7 to 4.17.9 (#168) - Update
@unocha/hpc-repo-tools
tov5.1.0
(#171) - Bump
@types/lodash
from 4.17.9 to 4.17.10 (#173)
- Bump
Full Changelog: v10.1.0...v10.1.1
v10.1.0
What's Changed
- Add
planLanguage
andplanClusterType
tocategoryGroup
@enxtur in #146 - Add
planVersionOrganization
model @enxtur in #146 - Add
shortName
,subtitle
,pdfPublishDate
andisPartOfGHO
toplanVersion
model @enxtur in #146 - Add
releasedDate
andisReleased
toplan
model @enxtur in #146
Full Changelog: v10.0.0...v10.1.0
Upgrade to ESLint 9
⚠️ BREAKING CHANGES ⚠️
- Change TS
target
fromes2022
toes2023
(#156) - Minimal Node.js version is now
20.15.1
and Node 18 support is dropped (#161) - Minimal Yarn version is raised to
1.22.22
(#161)
Other changes
- Upgrade to ESLint 9 and adopt flat config style (#161)
Full Changelog: v9.0.0...v10.0.0
Upgrade to Knex v3
⚠️ BREAKING CHANGES ⚠️
What's Changed
- Update Postgres image to 14.12 by @Pl217 in #148
- HPC-8569: Add
count
function anddistinct
option to models library by @manelcecs in #152 - HPC-8569: Export 'FieldsOfModel' by @manelcecs in #153
Full Changelog: v8.2.0...v9.0.0
Allow for read-only replica DB connection
Adds support for read-replication. Assumes master and replica DB are on separate servers, but if connection to replica isn't passed, the models behave just like before (#141).
Will use master DB for write operations and for transactions and replica DB should be only used for read-only operations.