CHANGELOG.md in grpc-orin3-provider-0.1.0 vs CHANGELOG.md in grpc-orin3-provider-1.0.0

- old
+ new

@@ -1,5 +1,32 @@ ## [Unreleased] +## [1.0.0] - 2024-12-07 + +### Added +- Implemented core gRPC client functionality for ORiN3 provider services +- Support for multiple services: + - Controller service + - File service + - Stream service + - Job service + - Event service +- Comprehensive error handling and logging mechanisms +- Robust client-side streaming support + +### Changed +- Optimized client interfaces based on protocol buffer definitions +- Improved configuration and initialization processes +- Enhanced type conversion and serialization methods + +### Fixed +- Resolved initial connection and communication stability issues +- Improved error detection and reporting +- Standardized exception handling across services + +### Removed +- Deprecated legacy connection methods +- Removed experimental code from initial development phase + ## [0.1.0] - 2024-10-26 -- Initial release +- Initial release \ No newline at end of file