Skip to content

Releases: the-monkeys/monkeys_brain

v1.9.5

Choose a tag to compare

@GorillaGigabytes GorillaGigabytes released this 28 Jun 19:22
aca7352

What's Changed

Full Changelog: v1.9.1...v1.9.5

v1.9.1

Choose a tag to compare

@GorillaGigabytes GorillaGigabytes released this 17 May 21:10
995f8ef

What's Changed

  • OTP registration and password reset with OTP
  • Email change otp and user verification
  • Storage deduplication
  • Search v2

Full Changelog: v1.8.5...v1.9.1

v1.8.5

Choose a tag to compare

@GorillaGigabytes GorillaGigabytes released this 09 Apr 21:34
b939a3e

What's Changed

  • ConnManager thundering herd and publish/confirm race condition
  • Freerange Notify integration
  • FRN integration with SDK v1.0.1

Full Changelog: v1.8.0...v1.8.5

v1.8.0

Choose a tag to compare

@GorillaGigabytes GorillaGigabytes released this 18 Mar 21:39
cc34a08

What's Changed

  • Enrich active users API with batch user details and fix query filters.
  • Backend streaming support and storage v2 optimizations.
  • Feature/media handling overhaul.
  • Blurhash generation and cache-control.
  • Feature/schedule blog.
  • Sync .env.example with .env.
  • Relative-path storage URLs + v1→v2 runtime rewriter.
  • Add exponential backoff retry for MinIO init in storage_v2.
  • Add tiered time resolution for blog analytics API.
  • Allow PermissionCreate for storage upload and draft GET.
  • Extract email from JWT token instead of URL params in authz middleware.
  • Fix/blog publish auth email extraction.

Full Changelog: v1.6.14...v1.8.0

v1.6.14

Choose a tag to compare

@GorillaGigabytes GorillaGigabytes released this 15 Jan 14:59
edccf43

Release Notes - v1.6.14

Summary

This release focuses on optimizing backend infrastructure and enhancing the data analytics layer. Key highlights include a 99% reduction in Docker build context size, the introduction of a professional contact form API, and major upgrades to blog analytics and security via silent token rotation.


🚀 New Features & Enhancements

  • Advanced Analytics: Enhanced blog analytics to support real-time views and read-time distribution.
  • Contact API: Implemented a new Contact Form API featuring professional email templates.
  • Security & Auth: Introduced a robust Refresh Token flow with silent rotation and backward compatibility for seamless user sessions.
  • Performance Tracking: Implemented end-to-end duration tracking for blog posts with upsert logic.
  • Admin Tools: Added a dedicated Admin Backup API with SSH support for secure data management.

🛠️ Optimization & Infrastructure

  • Docker Efficiency: Optimized microservices by reducing Docker build context by over 99%, significantly speeding up CI/CD pipelines.
  • Database Performance: Added strategic indexes to blog permissions to improve query performance.
  • Logging & Cleanup: Streamlined system logging for better observability and removed deprecated deployment scripts.
  • Dependency Management: Resolved critical Python dependency issues within the AI engine Dockerfile.

🐞 Bug Fixes

  • Analytics Service: Multiple fixes and refinements to the core analytics service.
  • Editor Rendering: Fixed issues related to nested list rendering in blog content.
  • Service Cleanup: Formally unregistered "Monkeys AI" and "Notifications" modules to streamline engine architecture.

🔗 Full Changelog

For a comprehensive view of all commits, visit the [v1.6.0...v1.6.14 comparison](v1.6.0...v1.6.14).

v1.6.0

Choose a tag to compare

@GorillaGigabytes GorillaGigabytes released this 30 Nov 09:25
ec662f4

What's Changed

New Contributors

Full Changelog: v1.3.5...v1.6.0

v1.3.5

Choose a tag to compare

@GorillaGigabytes GorillaGigabytes released this 03 Oct 12:56
feba1ba

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.3.5

v1.0.5

Choose a tag to compare

@daveaugustus daveaugustus released this 25 Aug 18:41
733b529

What's Changed

Full Changelog: v1.0.2...v1.0.5

v1.0.2

Choose a tag to compare

@daveaugustus daveaugustus released this 06 Aug 10:40

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@daveaugustus daveaugustus released this 01 Jul 14:26

What's Changed

New Contributors