Releases: navikt/pdfgenrs
Releases · navikt/pdfgenrs
0.1.30
What's Changed
- Reduce tokio features from "full" to minimal set (#71) @copilot-swe-agent[bot]
0.1.29
What's Changed
- Narrow Docker build context to exclude templates/resources (#70) @copilot-swe-agent[bot]
⬆️ Dependency upgrades
- Bump the cargo group across 1 directory with 2 updates (#69) @dependabot[bot]
0.1.28
What's Changed
- Update Tokio dependency to 1.51.1 in Cargo manifest and lockfile (#68) @copilot-swe-agent[bot]
⬆️ Dependency upgrades
- Bump github/codeql-action from 4 to 4.35.1 (#66) @dependabot[bot]
- Bump actions/cache from 5 to 5.0.4 (#67) @dependabot[bot]
- Bump thin-vec from 0.2.14 to 0.2.16 in the cargo group across 1 directory (#65) @dependabot[bot]
0.1.27
What's Changed
⬆️ Dependency upgrades
- Bump tokio from 1.50.0 to 1.51.0 (#60) @dependabot[bot]
- Bump axum-test from 19.1.1 to 20.0.0 (#61) @dependabot[bot]
0.1.26
What's Changed
- Fix test compilation after axum-test v17 → v19 upgrade (#58) @copilot-swe-agent[bot]
⬆️ Dependency upgrades
- Bump reqwest from 0.12.28 to 0.13.2 (#57) @dependabot[bot]
0.1.25
What's Changed
- No changes
0.1.24
What's Changed
- Log cache eviction in typst_world.rs (#55) @MikAoJk
- Add unit tests verifying comemo cache eviction prevents memory leak (#53) @copilot-swe-agent[bot]
0.1.23
What's Changed
- Change eviction cycle count from 30 to 15 (#52) @MikAoJk
- Fix unbounded memory growth per request via comemo cache eviction (#51) @copilot-swe-agent[bot]
0.1.22
What's Changed
- Remove comemo::evict(30) (#50) @copilot-swe-agent[bot]
- Rename
FontCache/load_font_cachetoFonts/load_fonts(#49) @copilot-swe-agent[bot]
0.1.21
What's Changed
- Remove disk-based font loading; use only embedded fonts (#48) @copilot-swe-agent[bot]
- chore: update cache action version in build workflow (#47) @MikAoJk
- Add unit tests validating FontCache necessity and behavior (#46) @copilot-swe-agent[bot]