Releases: awslabs/aws-glue-schema-registry
Releases · awslabs/aws-glue-schema-registry
v1.1.27
What's Changed
- Moving from sonatype-nexus to central-publishing-maven for publishing by @knoxy5467 in #496
- Lz4 Dependency Upgrade by @stvbrad in #497
- Bumping version to 1.1.27 by @knoxy5467 in #498
- Remoevs Lz4 Shim and Updates Dependency Version by @stvbrad in #499
New Contributors
Full Changelog: v1.1.26...v1.1.27
csharp-v1.0.1
Release Notes - C# Client Library v1.0.0
Overview
- First incremental release of csharp library. Addresses an issue where certain machines see a debugger failure during runtime as the 1.0.0 version was built with debug and coverage flags turned on. This version builds without coverage profile flags turned on, thereby fixing this issue.
- Supported runtimes include Linux (x64), Linux (ARM64), and Alpine Linux (x64)
- Platform-specific versions: 1.0.1-linux-x64, 1.0.1-linux-musl-x64, 1.0.1-linux-arm64
What's Changed
- Resolved Debugger Attachment Failures:
Version 1.0.0 was built with debug symbols and coverage instrumentation enabled, which caused runtime failures on certain machines as they were expecting the path of the original machine where the library was built.
→ Fixed by removing coverage profiling flags and aligning the build configuration with standard release-mode practices.
Full Changelog: N/A - only build configuration used has changed by commenting out https://github.com/awslabs/aws-glue-schema-registry/blob/csharp-v1.0.0/multilang-schema-registry/c/src/CMakeLists.txt for production builds.
v1.1.26
What's Changed
- [Merge to master] Add multi-language support for C# clients to use AWS Glue Schema Registry # by @isaurab007 in #485
- Fix commons compress version to latest by @isaurab007 in #489
Full Changelog: v1.1.25...v1.1.26
csharp-v1.0.0
Release Notes - C# Client Library v1.0.0
Overview
- Introducing the C# Client Library for AWS Glue Schema Registry that supports .NET 8.0+
- Supported runtimes include Linux (x64), Linux (ARM64), and Alpine Linux (x64)
- Platform-specific versions: 1.0.0-linux-x64, 1.0.0-linux-musl-x64, 1.0.0-linux-arm64
Key Features
- Core serialization/deserialization interfaces for encoding and decoding data with Glue Schema Registry
- Data format support for Avro, JSON Schema, and Protobuf
- Built-in caching and compression for optimized performance
- Schema validation and auto-registration capabilities
What's Changed
- [Merge to master] Add multi-language support for C# clients to use AWS Glue Schema Registry # by @isaurab007 in #485
- Fix commons compress version to latest by @isaurab007 in #489
Full Changelog: v1.1.25...v1.1.26
v1.1.25
What's Changed
- Extend Avro Converter to support Cross-Account schema registry access by @mohamedq-mo in #376
- AWS SDK version upgrade + fix flaky integ test. by @thiagoavelino in #415
- test(deserializer): add secondary deserializer routing logic tests by @rohanmurthy in #428
- fix(kafkaconnect): resolve secondary deserializer schema extraction for non-GSR data by @rohanmurthy in #440
- Fix recursive protobuf schema StackOverflowError by @rchen324github in #448
New Contributors
- @mohamedq-mo made their first contribution in #376
- @rohanmurthy made their first contribution in #428
- @rchen324github made their first contribution in #448
Full Changelog: v1.1.24...v1.1.25
v1.1.24
What's Changed
- Bumped wire schema version to resolve CVE by @knoxy5467 in #377
New Contributors
- @knoxy5467 made their first contribution in #377
Full Changelog: v1.1.23...v1.1.24
v.1.1.23
v1.1.22
v1.1.21
What's Changed
- Bump org.apache.avro:avro from 1.11.3 to 1.11.4
- Bump library version to 1.1.21
Full Changelog: v1.1.20...v1.1.21
v1.1.20
What's Changed
- Remove commons compression everywhere
- Bump library version to 1.1.20
Full Changelog: v1.1.19...v1.1.20