Changelog for bolty-0.1.0.0
Changelog for bolty
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.
0.1.0.0
- Initial release
- BOLT protocol versions 4.4 through 5.4
- Connection pooling via resource-pool
- Routing support with TTL-based caching
- Transaction support with automatic retry logic
- All Neo4j graph types: Node, Relationship, Path
- All Neo4j temporal types: Date, Time, LocalTime, DateTime, DateTimeZoneId, LocalDateTime, Duration
- Spatial types: Point2D, Point3D
- Typed record decoding with FromBolt/ToBolt typeclasses
- ResultSet with groupByField
- Query plan and profile parsing
- TLS support via crypton-connection