Skip to content

ADP Hypervisor 0.1.0 release

Latest

Choose a tag to compare

@jerryshao jerryshao released this 16 Mar 11:20
· 5 commits to main since this release
527c4da

What's Changed

  • [#3] feat(init): PR 1.1 - Project initialization and base structure by @mchades in #4
  • [#5] feat(protocol): PR 1.2 - Protocol Type Definitions by @mchades in #6
  • [#7] feat(protocol): PR 1.3 - JSON-RPC Dispatcher by @mchades in #8
  • [#11] feat(transport): PR 1.4 - Stdio Transport by @mchades in #12
  • [#13] feat(manifest): PR 1.5 - Manifest Loaders by @mchades in #14
  • [#25] chore(docs): Add AGENTS.md with project coding conventions by @mchades in #26
  • [#15] feat(backends): PR 1.6 - Backend Abstraction Layer by @mchades in #16
  • [#17] feat(handlers): PR 1.7 - Initialize and Ping Handlers by @mchades in #18
  • [#19] feat(handlers): PR 1.8 - Discover Handler by @mchades in #20
  • feat(manifest): sync protocol and manifests with latest ADP spec by @jerryshao in #29
  • [#21] feat(handlers): PR 1.9 - Describe Handler by @mchades in #22
  • [#33] improve: Align protocol and manifests with ADP spec 2026-01-20 by @jerryshao in #36
  • [#30] feat(handlers): PR 1.11 - Validate Handler by @mchades in #31
  • [#34] feat(handlers): PR 1.12 - Execute Handler by @mchades in #35
  • [#23] feat(backends): PR 1.10 - RDBMS Backend (PostgreSQL) by @mchades in #24
  • [#40] feat(server): PR 1.13 - Main Server Integration and CLI by @mchades in #41
  • [#42][#43] improve(manifest,backends): add ACCESS policy with RBAC support and update backend interface by @jerryshao in #44
  • [#37] feat(backends): PR 1.14 - Vector Backend (pgvector) by @mchades in #38
  • [#27] feat(backends): NoSQL Backend (MongoDB) by @shaofengshi in #28
  • [#52] feat(policy): implement ACCESS policy enforcement with RBAC by @mchades in #53
  • [#54] fix(validate): allow single-predicate AND/OR groups by @mchades in #55
  • [#46] feat(backends): add BLOB_STORAGE backend with local filesystem provider by @mchades in #47
  • [#49] docs(examples): add pgvector example and fix intent JSON format by @mchades in #50
  • [#59] feat(examples): add mongodb backend demo by @mchades in #60
  • [#61] docs(examples): add local filesystem backend (invoice) example by @mchades in #62
  • [#63] docs: fix README inaccuracies (installation, programmatic API, examples, structure) by @mchades in #64
  • [#65] feat: add Apache License 2.0 and license header check by @mchades in #66
  • [#67] fix(policy): improve auth error messages with actionable guidance by @mchades in #68
  • [MINOR] chore: bump version to 0.1.0.dev0 by @jerryshao in #69
  • [#70] feat(logging): add YAML-based file logging and key-path log coverage by @mchades in #71
  • [#72] fix(protocol): clarify JSON-RPC validation error responses by @mchades in #73
  • [#76] feat(ci): add publish workflow for PyPI release by @mchades in #77
  • [#78] improvement: refactor license check to use whitelist-based config by @mchades in #79
  • [MINOR] chore: bump version to 0.1.0 by @mchades in #80

Full Changelog: https://github.com/agenticdataprotocol/adp-hypervisor/commits/v0.1.0