Skip to content

Releases: awslabs/aws-glue-schema-registry

v1.1.27

22 Jan 00:28
b280404

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.26...v1.1.27

csharp-v1.0.1

23 Apr 21:22
b280404

Choose a tag to compare

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

31 Oct 06:21
8f99caf

Choose a tag to compare

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

01 Nov 01:36
8f99caf

Choose a tag to compare

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

18 Sep 19:24
c09ad35

Choose a tag to compare

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

Full Changelog: v1.1.24...v1.1.25

v1.1.24

23 Jul 17:44
c6a9113

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.23...v1.1.24

v.1.1.23

11 Feb 03:32
72cbca0

Choose a tag to compare

What's Changed

Full Changelog: v1.1.22...v1.1.23

v1.1.22

12 Nov 22:28
d35d527

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.21...v1.1.22

v1.1.21

16 Oct 23:30
dd145df

Choose a tag to compare

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

20 May 23:42
b27359e

Choose a tag to compare

What's Changed

  • Remove commons compression everywhere
  • Bump library version to 1.1.20

Full Changelog: v1.1.19...v1.1.20