Skip to content

HANA PDF v3.2.0

Compare
Choose a tag to compare
@Nicklas373 Nicklas373 released this 08 Mar 00:16
· 2 commits to docker/master since this release
fb1e705

Since this version, development will be split into 2 branch. For frontend services and backend services;

  • Frontend Services [Laravel Based with VITE JS] -> fe/master
  • Backend Services [Laravel Based REST API] -> be/master

A. Frontend services changelog [20240308]:

  • Drop all CSRF token authentication and switch to JWT Bearer token [As requirement on BE services]
  • Drop XHRBalanceTotal variable [Not used anymore]
  • Drop auto reload when cannot establish with BE services
  • Fix logic for check iLovePDF balance [Use XHRBalanceRemaining instead of XHRBalanceTotal]
  • Unified all BE url into single declare url + endpoint
  • Properly configured for "mergePdf" variable to get actual value
  • Properly handling logic to handle when API was return success or failure,
    due API always return 200 when the error are expected from the API logic
  • Properly handling when return response from the API was not a JSON format

B. Backend services changelog [20240308]

  • Add more validation for every data that was served into this API