Skip to content

Commit

Permalink
v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroperea committed Dec 11, 2024
1 parent 95172ee commit 1b2cb44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v1.18.0

- Add `compatibility_issues` method to `ConfluentSchemaRegistry` to debug compatibility issues between a schema versions for a given subject (#212)
- Update tests to support `sinatra` version 4.1 that includes a new `host_authorization` parameter to permit only authorized requests

Expand Down Expand Up @@ -50,7 +52,7 @@

## v1.8.0

- Add support for `Date` via appropriate logicalType defintion. This is a backwards incompatible change (#177)
- Add support for `Date` via appropriate logicalType defintion. This is a backwards incompatible change (#177)
- Fixed schema file cache truncation on multiple running instances and parallel access to the cache files.

## v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion lib/avro_turf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class AvroTurf
VERSION = "1.17.0"
VERSION = "1.18.0"
end

0 comments on commit 1b2cb44

Please sign in to comment.