Skip to content

Releases: openrelik/openrelik-server

0.7.0

03 Mar 15:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.0...0.7.0

0.7.0-rc.1

26 Feb 14:31
e6ec224

Choose a tag to compare

0.7.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.6.0...0.7.0-rc.1

0.6.0

05 Jun 10:58
95f3618

Choose a tag to compare

Summary

This release includes updates to folder sharing, group management features in the admin CLI and API, improved documentation and type hints, dependency updates, file chat functionality, database connection handling in admin.py, optimized delete operations, task log file handling, a workflow name generation endpoint, and various bug fixes and performance improvements.

Highlights:

  • Added group management endpoints and commands to the admin CLI and API.
  • Updated folder sharing endpoint and related functionality.
  • Improved documentation and type hints.
  • Added file chat functionality.
  • Optimized delete and purge operations.
  • Added task log file handling (renamed from task_logs to task_files).
  • Added a workflow name generation endpoint.
  • Updated various dependencies, including h11 and setuptools.
  • Fixed a database connection issue in admin.py.
  • Added folder list endpoint.
  • Improved chunked file upload reliability and error handling.
  • Added task report feature.
  • Added Google OAuth token authentication support.

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

24 Feb 21:29
90fc00d

Choose a tag to compare

Highlights:

  • Added a health check endpoint for service monitoring.
  • Implemented a CLI command to create and manage user API keys.
  • Added an importer to ingest files from Google Cloud Storage.
  • Updated several dependencies, including python-jose and cryptography.
  • Improved Workflow API documentation.
  • Fixed an authorization bug in the workflow API.
  • Refactored LLM summarization and added related unit tests.

What's Changed

  • Default ordering by creation date for root and shared folders by @berggren in #47
  • Optional file upload parameters by @jleaniz in #49
  • LLM Selection for File Summary Generation by @berggren in #51
  • Add mime type to workflow input files by @berggren in #52
  • Refactor LLM Summarization and Update Dependencies by @berggren in #53
  • Add new unit tests, refactor Prometheus URL retrieval and relocate Celery queue setup by @jleaniz in #54
  • Remove Cloud Provider Configuration and API endpoints by @berggren in #55
  • Fixt authz bug for workflow API by @berggren in #57
  • Importer to ingest files from Google Cloud Storage by @berggren in #56
  • Add LLM failure state to summary by @berggren in #59
  • Bump cryptography from 44.0.0 to 44.0.1 by @dependabot in #58
  • Dependency updates and .python-version exclusion by @berggren in #60
  • Updating to openrelik-ai-common 0.5.0 by @berggren in #61
  • Improve Workflow API doc strings by @berggren in #64
  • Add health check endpoint by @berggren in #66
  • Add CLI command to create user API keys by @berggren in #65
  • Version 0.5.0 by @berggren in #67

Full Changelog: 2024.12.12...0.5.0

2024.12.12

12 Dec 10:54

Choose a tag to compare

Summary

This release introduces role-based access control, folder sharing, improved file handling, and administrative tools. It also includes database improvements, extended JWT expiration, and optimizations for file listings. Several bug fixes and refactoring efforts improve stability and maintainability.

Highlights:

  • Changed the HTTP method for a specific API endpoint.
  • Added queue length and dynamic labels to Celery metrics.
  • Implemented a compact schema for folder API responses, reducing size.
  • Integrated a Prometheus exporter to collect Celery metrics.

What's Changed

  • Add Prometheus Metrics Exporter for Celery by @berggren in #42
  • Bump python-multipart from 0.0.9 to 0.0.18 by @dependabot in #43
  • Optimize Folder API Responses with Compact Schema by @berggren in #44
  • Improve Celery Metrics Exporter with Queue Length and Dynamic Labels by @berggren in #45
  • Adjust HTTP method for API endpoint by @jleaniz in #46

New Contributors

Full Changelog: 2024.11.27...2024.12.12

2024.09.23

23 Sep 08:34
8a79b67

Choose a tag to compare

What's Changed

Full Changelog: 2024.09.19...2024.09.23

2024.09.19

19 Sep 10:53

Choose a tag to compare