Skip to content

Releases: RevEngAI/creait

v1.0

20 Dec 04:31
3412096
Compare
Choose a tag to compare

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

13 Aug 15:45
Compare
Choose a tag to compare
  • 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

12 Aug 19:07
Compare
Choose a tag to compare

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...