Skip to content

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

Release v1.8.1

28 Oct 10:08
8b591d9

Choose a tag to compare

Improvement ⚙️

  • improved fix (#42)

Release v1.8.0

26 Sep 12:31
be91115

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)

Release v1.7.0

06 Jul 11:39
85903ef

Choose a tag to compare

Features 🎉

Release v1.6.0

21 Apr 12:05
09eee2e

Choose a tag to compare

Features 🎉

  • added option useSchemaVersioning to the command for registering schemas which allows registering multiple versions of the same schema (#35)

Release v1.5.0

13 Jan 14:04
b757de5

Choose a tag to compare

Improvement ⚙️

  • improved doc comment command output, now shows which fields don't have doc comment set (#33, @nick-zh)

Release v1.4.0

17 Dec 12:42
7467f2c

Choose a tag to compare

Improvement ⚙️

  • replaced guzzle with buzz (#30)

Internals 🏭

  • updated docker image (#30)
  • dropped support for PHP <7.4 (#30)

Release v1.3.2

30 Jul 12:54
06a814d

Choose a tag to compare

Bugfixes 🐛

  • stick to avro spec, default type must be first union type (#29)

v1.3.1

07 Apr 08:29
ae5d2dd

Choose a tag to compare

Use guzzle 7.3 in php 8 (#28)

Release v1.3.0

10 Mar 12:45
bc7cf1f

Choose a tag to compare

Features 🎉

  • add commands to check all or a single schema template if field's default value type is listed in types (#27)

Release v1.2.0

16 Nov 16:22
3958a09

Choose a tag to compare

Improvements ⚙️

  • add possibility to use symonfy/console with version ^5.1 (#26)