Skip to content

Releases: Nicklas373/Hana-PDF

HANA PDF v3.2.5 [FE][HOTFIX]

HANA PDF v3.2.5 [FE]

12 May 03:09
5a042d5
Compare
Choose a tag to compare

HANA PDF v3.2.5 [BE][HOTFIX]

HANA PDF v3.2.5 [BE]

HANA PDF v3.2.4 [FE]

21 Apr 08:21
782941a
Compare
Choose a tag to compare

Current Changelog

What's Changed

Full Changelog: production/fe/20240325...production/fe/20240421

HANA PDF v3.2.4 [BE]

21 Apr 08:21
0447810
Compare
Choose a tag to compare

Current Changelog

What's Changed

Full Changelog: production/be/20240325...production/be/20240421

HANA PDF v3.2.2 [FE]

24 Mar 22:55
Compare
Choose a tag to compare

Changelog:

  • Drop autodownload function
  • Drop unused dropzone condition
  • Fixup notification services
  • Increase max size for uploads to 5 (EXPERIMENTAL)
  • Increase file upload timeout to 5 minute (EXPERIMENTAL)
  • Properly fix and declare condition for file queue condition;
  • Declare and calculate for success and total uploaded file on every dropzone logic [Now when upload are still on progress or pending, every PDF process will not continue to send only ready data, but hold it untill all queue are finish to upload]

Related commit:

What's Changed

Full Changelog: production/20240308...production/fe/20240325

HANA PDF v3.2.2 [BE]

24 Mar 22:57
65fafe1
Compare
Choose a tag to compare

Changelog:

  • Add strict validation for upload file algorithm
  • Fixup call up python library
  • Fixup watermark validation value for 'wmPage' (It should be string or numeric without symbol)
  • Misc fixes on return payload response

Related commit:

What's Changed

Full Changelog: production/fe/20240325...production/be/20240325

HANA PDF v3.2.0

08 Mar 00:16
fb1e705
Compare
Choose a tag to compare

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

HANA PDF v3.0.3

29 Feb 15:52
4fcc327
Compare
Choose a tag to compare

What's Changed

Full Changelog: production/20240227-v1...production/20240229