Skip to content

v8.0.0

Latest

Choose a tag to compare

@bot-anik bot-anik released this 14 Oct 11:31
· 8 commits to main since this release
6174247

8.0.0 (2025-10-14)

⚠ BREAKING CHANGES

  • cursor: migrate cursor encoding to bin-it for structured serialization
  • objectarium: remove owner from Object
  • objectarium: ownership is now a first-class concept, separate from the bucket
  • objectarium: compression configuration is now defined at the bucket level
    instead of the object level, ensuring consistency and immutability.

Features

  • logic-bindings: introduce function for converting strings to Prolog atoms (a6d5858)
  • objectarium: ownership is now a first-class concept, separate from the bucket (3cae3f4)
  • objectarium: support query ObjectsPinnedBy with pagination (330b8c0)

Performance Improvements

  • objectarium: use keys_raw in is_pinned for lighter lookup (db60a48)

Code Refactoring

  • cursor: migrate cursor encoding to bin-it for structured serialization (47cbf6a)
  • objectarium: move compression configuration from object to bucket level (c3fb1c5), closes #583
  • objectarium: remove owner from Object (b36fbb1)