Releases: Nicklas373/Hana-PDF
Releases · Nicklas373/Hana-PDF
HANA PDF v3.6.1 [BE]
Changelog:
- Implement Aspose API function into laravel from python by using CURL function
- Use generated temporary URL from minio to serve iLovePDF addFile requirement
- Use native FTP function from Laravel instead in-built PHP module
- Use temporary URL to serve addFile from iLovePDF, this to reduce dependency
- on local storage Laravel, to use properly minio capatibilities.
- (addFile -> addFileFromURL)
What's Changed
- v3.6.1 20241201 [Backend Module] by @Nicklas373 in #292
Full Changelog: v3.6.0-BE-PROD...v3.6.1-BE-PROD
HANA PDF v3.4.2 [FE]
Changelog:
- Add new function to mitigate temporary URL from BE module, this to replace static laravel storage URL into minio temporary URL. For serving PDF preview
- Properly mitigate minio behavior from backend module
What's Changed
- Docker: Include missing file by @Nicklas373 in #289
- Update docker SIT by @Nicklas373 in #290
- v3.4.2 20241201 [Frontend Module] by @Nicklas373 in #293
Full Changelog: v3.4.1-FE-PROD...v3.4.2-FE-PROD
HANA PDF v3.6.0 [BE]
Current Condition:
- Try to handle storage->exists() function while check file on Object Storage, somehow object storage return error instead of exists accepted logic (True or False). And create crash on BE then return 500
- File preview logic from FE module still access old Laravel linked storage, while BE already move all file transaction into object storage
Next Condition:
- Handle all storage->exists() for object storage with try catch, and catch any exception to return proper error message instead of crash or error 500
- For temporary, still allow only for upload file to be exists due FE requirement. But still need to find proper way to handle it in the mean time
What's Changed
- [HOTFIX][BE] Try to handle minio exists logic by @Nicklas373 in #291
Full Changelog: v3.5.9-BE-PROD...v3.6.0-BE-PROD
HANA PDF v3.5.9 [BE]
- Introduce Minio as S3 Object Storage
What's Changed
- v3.5.9 20241127 [Backend Module] by @Nicklas373 in #287
Full Changelog: v3.5.7-BE-PROD...v3.5.9-BE-PROD
HANA PDF v3.4.1 [FE]
- Introduce Minio as S3 Object Storage
What's Changed
- v3.4.1 20241127 [Frontend Module] by @Nicklas373 in #288
Full Changelog: v3.3.10-FE-PROD...v3.4.1-FE-PROD
HANA PDF v3.5.7 [BE]
- Minor updates regarding error data not exists when first initialization generating UUID
What's Changed
- v3.5.7 20241116 [Backend Module] by @Nicklas373 in #282
- [HOTFIX][BE] Helpers: Set generic UUID when database connection are not handled by @Nicklas373 in #284
Full Changelog: v3.5.6-BE-PROD...v3.5.7-BE-PROD
HANA PDF v3.3.10 [FE]
- Fix issue wrong attach from dropzone class on CnvToPDF function
- Minor updates regarding error data not exists when first initialization generating UUID
- Properly include timeout exceptions on some dropzone
- Reduce file timeout into 15 seconds from 60 seconds
What's Changed
- v3.3.10 20241116 [Frontend Module] by @Nicklas373 in #283
- [HOTFIX][FE] Helpers: Set generic UUID when database connection are not handled by @Nicklas373 in #285
- [FE] Dependencies update ! by @Nicklas373 in #286
Full Changelog: v3.3.9-FE-PROD...v3.3.10-FE-PROD
HANA PDF v3.5.6 [BE]
Recent changelog:
- Helpers: Check to all related column while generate UUID
- Treewide: Use more proper function to generate UUID
- Controllers: Split: Fix file not found while mergePdf are not set
- Controllers: Core: Use more proper function to generate UUID
- Composer: Weekly update dependencies
What's Changed
- v3.5.6 20241111 [Backend Module] by @Nicklas373 in #279
Full Changelog: v3.5.5-BE-PROD...v3.5.6-BE-PROD
HANA PDF v3.3.9 [FE]
Recent changelog:
- Helpers: Check to all related column while generate UUID
- Exceptions: Handler: Use more proper function to generate UUID
- Resources: kao-logic: Minor updates
What's Changed
- v3.3.9 20241111 [Frontend Module] by @Nicklas373 in #280
Full Changelog: v3.3.8-FE-PROD...v3.3.9-FE-PROD
HANA PDF v3.5.5 [BE]
Recent changelog:
- Controllers: Core: Fix may duplicate logic for Create Models
- Bootstrap: Fix may duplicate logic for Create Models
- Routes: Fix duplicate create models due race conditions
- Controllers: Convert: Only use pdfCount() when file is PDF
- Controllers: Core: Convert: Fix unproper address python binary
- Controllers: Core: Priority file checking before call API
- Routes: Console: Fix may-duplicated primary ID
- Helpers: Notification: Properly use Laravel Eloquent models
What's Changed
- [HOTFIX][BE] Fix race condition on scheduler when CRUD by @Nicklas373 in #269
- [HOTFIX][BE]: Only use pdfCount() when file is PDF by @Nicklas373 in #271
- v3.5.5 20241107 [Backend Module] by @Nicklas373 in #274
Full Changelog: production/be/20241105...v3.5.5-BE-PROD-20241107