Skip to content

Releases: jobcloud/php-console-kafka-schema-registry

Release v2.4.1

27 Sep 11:26
675fb60
Compare
Choose a tag to compare

What's Changed

  • reverted PHP version in dev Dockerfile (reason explained in PR)

Related PR: (#57)

Full Changelog: v2.4.0...v2.4.1

Release v2.4.0

25 Sep 08:45
a14027c
Compare
Choose a tag to compare

What's Changed

  • updated composer version constraint to additionally support 7.x releases for symfony/console
  • upgraded version infection/infection for require-dev
  • updated PHP version in dev Dockerfile
  • updated composer version in dev Dockerfile

Related PRs: (#56) (#55)

Full Changelog: v2.3.0...v2.4.0

Release v2.3.0

19 Sep 11:31
5b0633b
Compare
Choose a tag to compare

What's Changed

  • support hard delete of schemas in DeleteAllSchemasCommand (#54)

Full Changelog: v2.2.0...v2.3.0

Release v2.2.0

07 Jun 11:28
@ahy ahy
ded98bd
Compare
Choose a tag to compare

What's Changed

  • composer update audit by (#49)
  • add todochecker (#50)
  • adjust codeowners (#52)
  • update flix-tech/avro-php version (#51)

Full Changelog: v2.1.0...v2.2.0

Release v2.1.0

16 Jan 09:19
f9e1ed3
Compare
Choose a tag to compare

Improvement ⚙️

  • add reserved keywords checkup for name fields ( #48 )

Release v2.0.1

04 Jan 12:18
0456a61
Compare
Choose a tag to compare

Internals 🏭

updated php-kafka-schema-registry-client version in #46

Release v2.0.0

30 Dec 09:09
c8bba23
Compare
Choose a tag to compare

Internals 🏭

*drop support for php 7.4 in #45

Release v1.9.0

29 Nov 14:41
5cf268b
Compare
Choose a tag to compare

Improvement ⚙️

  • add possibility to use symfony/console with version ^6.0 (#44)

Release v1.8.1

28 Oct 10:08
8b591d9
Compare
Choose a tag to compare

Improvement ⚙️

  • improved fix (#42)

Release v1.8.0

26 Sep 12:31
be91115
Compare
Choose a tag to compare

Improvement ⚙️

  • replaced additional parsing of schemas with api call for registering schemas to the registry due to breaking change introduced in flix-tech/avro-php (#41)

Internals 🏭

  • updated docker files (#41)