Skip to content

Releases: rvboris/sbertoactual

sbertoactual: v4.0.3

Choose a tag to compare

@github-actions github-actions released this 23 May 19:30
4ef0464

4.0.3 (2026-05-23)

Bug Fixes

  • handle Actual API version mismatch errors (23d16fb)
  • handle Actual API version mismatch in upload flow (fd3fc55)
  • preflight Actual version compatibility (fb8262f)

v2.1.0

Choose a tag to compare

@rvboris rvboris released this 26 Apr 11:52

Full Changelog: v2.0.1...v2.1.0

sbertoactual: v4.0.2

Choose a tag to compare

@github-actions github-actions released this 26 Apr 22:20
c615b9b

4.0.2 (2026-04-26)

Bug Fixes

  • restore logging with existing LogTape config (6e0b431)

sbertoactual: v4.0.1

Choose a tag to compare

@github-actions github-actions released this 26 Apr 21:39
82d72d6

4.0.1 (2026-04-26)

Bug Fixes

  • make LogTape setup idempotent (05fe0e0)

sbertoactual: v4.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 20:52
d838d60

4.0.0 (2026-04-26)

⚠ BREAKING CHANGES

  • migrate PDF parsing to @rvboris/sberparse

Features

  • add Docker publish workflow and switch to python3.14-nodejs24-alpine image (425126c)
  • add docker-compose, .env.example and update README with mode descriptions (ac1d4bf)
  • add dual publishing to GHCR and Docker Hub (23b832c)
  • add optional API key authentication for server mode (21acf0f)
  • add timestamps to logs (10453de)
  • disable word wrapping in logs (4e16684)
  • hide category prefix in logs (8e489e5)
  • improve CI pipelines, add dependabot and english documentation (1355517)
  • migrate PDF parsing to @rvboris/sberparse (d295b8c)
  • prepare for npm publication and add npm-publish workflow (589f266)
  • properly hide category name in logs using custom formatter (e513a88)
  • remove category name from logs (4e62de1)
  • server: migrate upload API to hono (196b493)

Bug Fixes

  • allow pnpm build scripts for native modules (better-sqlite3) (3dc7742)
  • ci: align release flow with sberparse (39017b8)
  • ci: fix invalid docker tag on PR by using IMAGE_NAME instead of secret (442ac97)
  • ci: remove duplicate pnpm version (0f20ac7)
  • ci: repair lockfile and limit coverage reporting (2c79690)
  • correct environment variable syntax in docker-publish.yml (53fd9cc)
  • correct vitest coverage action repository name (f916337)
  • correctly build better-sqlite3 native bindings using pnpm.onlyBuiltDependencies (1645269)
  • correctly configure vitest coverage reporters via vitest.config.ts (0a59ffb)
  • docker: use node user in runtime image (336e1c6)
  • move @fastify/multipart to dependencies for production server (8fee12b)
  • optimize api sessions and silence verbose logs to prevent sync loops (49a0e6b)
  • pass pull-requests: write permission to reusable workflow (ac408a9)
  • prevent server timeouts on large file uploads (5268acb)
  • remove explicit pnpm version to avoid conflict with package.json (cd98fa4)
  • replace 'npm run' with 'pnpm run' in scripts to avoid npm warnings (6d6f3cc)
  • resolve better-sqlite3 binding error by aligning builder with runtime (Alpine) (e4d883a)
  • resolve sberbank2Excel permission denied by installing as non-root user (10674eb)
  • resolve TS2445 protected property error in tests (f70b9fc)
  • tests: restore mock constructor behavior for ActualProcessor (f97f4b2)

sbertoactual: v3.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 20:09
4ae06d4

3.1.0 (2026-04-26)

Features

  • add timestamps to logs (10453de)
  • hide category prefix in logs (8e489e5)
  • remove category name from logs (4e62de1)

Bug Fixes

  • optimize api sessions and silence verbose logs to prevent sync loops (49a0e6b)
  • prevent server timeouts on large file uploads (5268acb)

sbertoactual: v3.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 18:07
9852a73

3.0.0 (2026-04-26)

⚠ BREAKING CHANGES

  • migrate PDF parsing to @rvboris/sberparse

Features

  • add Docker publish workflow and switch to python3.14-nodejs24-alpine image (425126c)
  • add docker-compose, .env.example and update README with mode descriptions (ac1d4bf)
  • add dual publishing to GHCR and Docker Hub (23b832c)
  • add optional API key authentication for server mode (21acf0f)
  • improve CI pipelines, add dependabot and english documentation (1355517)
  • migrate PDF parsing to @rvboris/sberparse (d295b8c)
  • prepare for npm publication and add npm-publish workflow (589f266)
  • server: migrate upload API to hono (196b493)

Bug Fixes

  • allow pnpm build scripts for native modules (better-sqlite3) (3dc7742)
  • ci: align release flow with sberparse (39017b8)
  • ci: fix invalid docker tag on PR by using IMAGE_NAME instead of secret (442ac97)
  • ci: remove duplicate pnpm version (0f20ac7)
  • ci: repair lockfile and limit coverage reporting (2c79690)
  • correct environment variable syntax in docker-publish.yml (53fd9cc)
  • correct vitest coverage action repository name (f916337)
  • correctly build better-sqlite3 native bindings using pnpm.onlyBuiltDependencies (1645269)
  • correctly configure vitest coverage reporters via vitest.config.ts (0a59ffb)
  • docker: use node user in runtime image (336e1c6)
  • move @fastify/multipart to dependencies for production server (8fee12b)
  • pass pull-requests: write permission to reusable workflow (ac408a9)
  • remove explicit pnpm version to avoid conflict with package.json (cd98fa4)
  • replace 'npm run' with 'pnpm run' in scripts to avoid npm warnings (6d6f3cc)
  • resolve better-sqlite3 binding error by aligning builder with runtime (Alpine) (e4d883a)
  • resolve sberbank2Excel permission denied by installing as non-root user (10674eb)
  • resolve TS2445 protected property error in tests (f70b9fc)
  • tests: restore mock constructor behavior for ActualProcessor (f97f4b2)

v2.0.1

Choose a tag to compare

@rvboris rvboris released this 07 Apr 22:06

Summary

  • Fix Docker runtime image after the 2.0.0 migration release.
  • Keep npm 2.0.0 mapped to its original published commit and ship the runtime fix as 2.0.1.

v0.0.10

Choose a tag to compare

@rvboris rvboris released this 24 Feb 20:11

Full Changelog: v1.0.9...v1.0.10

v1.0.9

Choose a tag to compare

@rvboris rvboris released this 22 Feb 01:47
1.0.9