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 150de37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# AvroTurf

## Unreleased
## 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 150de37

Please sign in to comment.