Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Apr 03:41
507dd41

0.1.1 (2026-04-08)

Features

  • add Aerospike.Ctx for nested CDT paths (51ccf7c)
  • add Aerospike.Op primitive operate builders (919926b)
  • add Aerospike.Op.Bit bitwise CDT operations (d7b09e9)
  • add Aerospike.Op.HLL HyperLogLog operations (ad9622c)
  • add Aerospike.Op.List CDT operations (67acac8)
  • add Aerospike.Op.Map CDT operations (1c553f3)
  • add batch operations, add/append/prepend commands, and streaming support (b1d4271)
  • add enterprise TLS/mTLS demo stack and fix QueryAggregate SC-mode failure (7637155)
  • add minimal MessagePack codec for CDT payloads (54c818a)
  • add operate/4 with policy and wire flag handling (6101730)
  • add Protocol.Exp expression wire encoder (Phase 9, Task 1) (c355dd2)
  • add release please (4a373d7)
  • fix test infrastructure for full suite (cluster + enterprise) (6ccb5a8)
  • Phase 10 — GeoJSON encoding, SC-query streaming, transaction fixes, guides (f74d8c3)
  • Phase 10 — transactions, admin, UDF, secondary indexes (Tasks 1–13) (e175fa4)
  • Phase 8 — Scan, Query, streaming, and pagination (789e7ad)
  • Phase 9 — Expressions (Aerospike.Exp, Op.Exp, CRUD filter) (2abb38c)
  • protocol: add shared CDT MessagePack operation encoder (b39260d)
  • protocol: decode map/list bins and particle-wrap nested MessagePack (03e6435)
  • repo: add Aerospike.Repo and migrate demo to repo-first APIs (f2f6342)
  • support tuple key inputs across public APIs (ba78c3c)

Bug Fixes

  • ci: increase truncate test timeout for slow CI runners (1a3bc09)
  • ci: resolve enterprise roster race condition on slow CI runners (a53978a)
  • protocol: encode CDT {:bytes} as particle BLOB in MessagePack (2cd3f4c)
  • resolve three pending issues and expand test coverage (68dfe13)
  • scan: paginate all/2 correctly with cursor iteration and max_records cap (1477349)

Miscellaneous Chores