Releases: RevEngAI/creait
Releases · RevEngAI/creait
v1.0
What's Changed
- Add Required
v1
API Features With Tests & CI by @brightprogrammer in #2 - All required
v1
API endpoints supported. - Removed local database.
- Logging is now available globally, this means generated logs will capture messages from
creait
as well as programs where it's used. - Config is now easier, just two values required (host, api_key)
- Model selection and usage is done using string values instead of enum values.
- Basic CI tests added.
- Mock API for testing.
Full Changelog: v0.1.1...v1.0
[PATCH] v0.1.1
- Improved build system experience.
- No
git
setup is required locally for building this release. - Removed usage of git submodules
- Automatically fetch and build dependencies if not present on host.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Current release supports basic API endpoints and features required to just make the Rizin plugin's v0.1.0 work.
Features :
- Logging (ReaiLog)
- Automatic sqlite based local database management (ReaiDb, integrated within the library)
- API endpoints for creation, deletion, batch rename, batch analysis etc...