phive 0.3.0
phive: ^0.3.0 copied to clipboard
Annotation-driven runtime for Hive CE with hook pipelines and consumer APIs.
0.3.0 #
- added true classhooks
0.2.1 #
- Fixed
PTypeAdapter.serializePayloadreturning the string"null"for null field values; now returnsnulldirectly so Hive stores a true null and nullable-typed casts (as int?) succeed on read.
0.2.0 #
- Added
PHiveAutoTypeannotation — same surface asPHiveTypebut withouttypeId; resolved at build time fromphive_type_registry.json.
0.1.0 #
- Initial runtime release for PHive annotations and hook pipelines.
- Added
PHiveDynamicRouterandPHiveStaticRouterstorage flows. - Added generated-router descriptor support with
@PHivePrimaryKeyand@PHiveRef. - Added behavior-driven read handling with
PHiveActionException.