Skip to content

Releases: LIBCAS/hiko

2.0.2

21 Apr 09:26

Choose a tag to compare

2.0.1

26 Feb 12:25

Choose a tag to compare

Changes

  • POST /v2/letters now returns top-level id
  • All V2 API "CREATE" endpoints now explicitly return HTTP 201 Created
  • Added contract test coverage for "CREATE" endpoint response contract.

Full Changelog: v2.0.0...v2.0.1

2.0.0

24 Feb 21:22

Choose a tag to compare

HIKO v2.0.0

Major release focused on unifying entity workflows across UI and API, introducing robust merge/validation tooling, and adding operational safety mechanisms for multi-tenant collaboration.

Highlights

  • Introduced end-to-end local/global merge workflows across core metadata entities.
  • Added consistency-check pages/components for bulk data validation before merge operations.
  • Expanded V2 API coverage with standardized resources and improved request validation.
  • Added page lock mechanism to prevent conflicting concurrent edits (tenant and global scopes).
  • Added OCR improvements with model selection and snapshot history/reuse.
  • Added manifestations data model and migration path from legacy letter copies.
  • Added global identity and global location capabilities, including linking and merge-related tooling.
  • Added developer/system utilities for app info and controlled DB sync workflows.
  • Added OpenAPI/Swagger integration for V2 API documentation.

Added

  • New merge services and request classes for:
    • local/global identities
    • local/global locations
    • local/global keywords
    • local/global professions
  • New models and migrations for:
    • global_identities
    • global_locations
    • manifestations
    • merge_audit_logs
    • page_locks (+ audit records)
    • ocr_snapshots
    • app sync history tables
  • New Livewire components for:
    • merge screens
    • consistency checks
    • DB sync tool
    • page-lock UI behavior
  • New API resources/controllers for broader V2 CRUD and global entity operations.
  • New Swagger UI config and release-facing API doc wiring.

Changed

  • Unified merge UX and backend-heavy merge orchestration to align behavior across entity types.
  • Extended letter workflows:
    • manifestations synchronization
    • richer relation handling
    • validation tooling
  • Updated route/middleware plumbing:
    • API read/write throttles
    • forced JSON middleware for API
    • language middleware improvements
  • Updated exports to include broader local/global context where applicable.
  • Updated environment/dev setup (Docker/PHP/MySQL stack and related config expectations).

Security / Access Control

  • Tightened authorization for global merge/global write operations (manage-users enforced in relevant paths).
  • Added lock ownership checks on selected edit/administration flows.

Operational Notes

  • This is a major version bump from 1.0.5 to 2.0.0 due to substantial architectural and behavioral changes.
  • Review migration order and tenant/global schema assumptions before production rollout.
  • Verify deployment config for new env keys and service integrations (including OpenAI/Swagger-related config where used).

Full Changelog: v1.0.5...v2.0.0

1.0.5

07 Jan 03:23

Choose a tag to compare

Current version before a global update

1.0.4

19 Dec 23:32
dfc4100

Choose a tag to compare

  • uchovává filtry pro vyhledávání tabulek po refreshi stránky
  • drobné úpravy

1.0.3

26 Sep 19:22

Choose a tag to compare

  • vyhledávání podle abstraktů
  • drobné opravy + testy

1.0.2

27 May 15:37

Choose a tag to compare

  • přidána možnost sloučit identity
  • přidán enpoint pro facetové vyhledávání v api
  • přidáno filtrování podle zmíněných identit
  • drobné opravy

Full Changelog: v1.0.1...1.0.2

1.0.1

16 May 09:28

Choose a tag to compare

  • Přidány importy ze staré verze
  • Upravené generování jmen
  • Přidáno chybějící pole pro copyright
  • Drobné opravy

v1.0.0

12 May 18:39

Choose a tag to compare

chore: set version