Releases: AnLaVN/AL-Library
Releases 6.70.10.2
1. Overview / Tổng quan
-
Bản cập nhật mới này nhằm mục đích tối ưu lại thư viện.
- Lớp PayOS được loại bỏ vì nguy cơ xung đột.
- Lớp License được cật nhật để sửa lỗi lạm dụng tài nguyên.
-
This new update aims to optimize the library.
- PayOS class removed due to conflict risk.
- License class updated to fix resource abuse bug.
Full Changelog: v6.70.10.1...v6.70.10.2
Releases 6.70.10.1
1. Overview / Tổng quan
-
Bản cập nhật mới này nhằm mục đích tối ưu lại thư viện.
- Lớp YourGPT được cập nhật lại với các tiền tố llama mới.
- Lớp FaceDetection được cập nhật lên phiên bản opencv 4.10.0.
- Lớp License được cập nhật lại định dạng ngày giờ theo chuẩn ISO 8601.
-
This new update aims to optimize the library.
- The YourGPT class is updated again with new llama prefixes.
- The FaceDetection class has been updated to opencv version 4.10.0.
- The License class has been updated with date and time format according to ISO 8601 standard.
Full Changelog: v6.70.10...v6.70.10.1
Releases 6.70.10
1. Overview / Tổng quan
-
Bản cập nhật mới này nhằm mục đích tối ưu lại thư viện.
- Lớp YourGPT được cập nhật lại vì gặp vấn đề nghiêm trọng trong việc truy vấn file LLaMA cục bộ.
- Lớp License được cập nhật lại phương thức truy vấn thông tin.
- Các lớp trong package anlavn.hash được cập nhật tên phương thức cho chuẩn với quy tắc của java.
- Các lớp YourGPT, FaceDetection, FaceRecognition giờ đây cần có api key để sử dụng.
-
This new update aims to optimize the library.
- The YourGPT class was updated again because it had serious problems querying local LLaMA files.
- The License class has updated its information query method.
- Classes in the anlavn.hash package have their method names updated to comply with java rules.
- YourGPT, FaceDetection, FaceRecognition classes now require an api key to use.
Full Changelog: v5.70.10...v6.70.10
Releases 5.70.10
1. Overview / Tổng quan
-
Bản cập nhật mới này nhằm mục đích tối ưu lại thư viện.
- Lớp ChatGPT đã được loại bỏ vì vấn đề bản quyền.
- Lớp SQL đã được loại bỏ vì không cần thiết và tiềm ẩn nguy cơ SQL injection.
- Lớp FaceDetection được cập nhật phiên bản từ opencv4.6.0 -> opencv4.9.0.
-
This new update aims to optimize the library.
- ChatGPT class has been removed due to copyright issues.
- The SQL layer has been removed because it is unnecessary and poses a potential SQL injection risk.
- FaceDetection class updated version from opencv4.6.0 -> opencv4.9.0.
Full Changelog: v4.72.10...v5.70.10
Releases 4.72.10
1. Overview / Tổng quan
- Bản cập nhật mới này đã thay đổi cách hoạt động của lớp License để tăng tính bảo mật
- This new update has changed the way License class works to increase security
Full Changelog: v4.70.10...v4.72.10
Releases 4.70.10
1. Overview / Tổng quan
Bản cập nhật mới này đã thay đổi cách đặt tên gói
- Bản cập nhật mới này đã rút gọn đặt tên gói từ com.anlavn.xxx > anlavn.xxx. Tích hợp thêm chức năng liên kết bản quyền giúp đánh dấu quyền sở hữu của bạn đối với dự án.
- This new update has shortened the package name from com.anlavn.xxx > anlavn.xxx. Integrating a copyright link function helps mark your ownership of the project.
Full Changelog: v4.69.11...v4.70.10
Releases 4.69.11
1. Overview / Tổng quan
- Bản cập nhật mới này đã tích hợp thêm YGPT dùng để khởi tạo 1 server llama cho mô hình ngôn ngữ lớn lượng tử hoá.
- This new update has integrated YGPT used to initialize a llama server for quantized large language models..
Full Changelog: v4.68.12...v4.69.11
Releases v4.68.12
1. Overview / Tổng quan
- Bản cập nhật mới này đã tích hợp thêm thư viện thanh toán PayOS dành cho bộ thư viện phiên bản Tiếng Việt.
- This new update has integrated the payment library PayOS for the Vietnamese version of the library.
Full Changelog: v4.68.11...v4.68.12
Releases v4.68.11
1. Overview / Tổng quan
- Bản cập nhật mới này đã thay đổi cách đặt tên gói về đúng quy chuẩn của java và loại bỏ lớp Cloudinary do nguy cơ bị xung đột khi dùng dependency của maven.
- This new update has changed the package naming to the standard java and removed the Cloudinary class due to the risk of conflicts when using maven dependency.
Releases v3.69.11
1. Overview / Tổng quan
- Một bản cập nhật mới với vài bổ sung, thay đổi mới giúp nâng cao trải nghiệm người dùng.
- A new update with some new additions and changes to improve the user experience.
2. Features / Tính năng
-
NET.Email
- javax.mail-1.6.1 -> javax.mail-1.6.2
- javax.activation-1.2.0.jar -> KEEP STABLE
- Add RecipientType (TO, CC, BCC), upgrade some method.
-
NET.Clound
- cloudinary-core-1.32.2.jar -> cloudinary-core-1.33.0.jar
- cloudinary-http42-1.32.2.jar -> cloudinary-http44-1.33.0.jar
- commons-codec-1.6.jar -> commons-codec-l.9.jar
- commons-logging-1.1.1.jar-> commons-logging-l.2.jar
- httpclient-4.2.1.jar -> httpclient-4.4.jar
- httpcore-4.2.1.jar -> httpcore-4.4.jar
- httpmime-4.2.1.jar -> httpmime-4.4.jar
- commons-lang3-3.1.jar -> KEEP STABLE
-
NET.SQL
- Upgrade Update() method. Now the method will return number of row affected after execute.
-
OpenAI.ChatGPT
- api-0.8.1.jar -> api-0.12.0.jar
- client-0.8.1.jar -> client-0.12.0.jar
- com.theokanning.openai.OpenAiService -> com.theokanning.openai.service.OpenAiService
-
OpenCV.FaceRecognition
- Add checkModule(), upgrade some method.
-
Add new class FILE.Excel