This release:
Includes a Changelog file to create a record of the latest changes and intentions for future changes;
Replaces the use of the Metamorphosis\AbstractConfigManager class with the Metamorphosis\TopicHandler\ConfigOptions\Producer or Metamorphosis\TopicHandler\ConfigOptions\Consumer classes;
Adds the unit tests tests\Unit\MiddlewaresAvroSchemaMixedEncoderTest and tests\Unit\Middlewares\AvroSchemaDecoderTest;
Removes the ConsumerConfigManager, ProducerConfigManager and AbstractConfigManager classes
Updates tests for classes that make use of the ConsumerConfigManager, ProducerConfigManager and AbstractConfigManager classes.
Removes the ProducerConfigManagerTest, ConsumerConfigManagerTest and ManagerTest test classes;
Modifies the configuration mechanism for topics and services, separating services and topics into distinct files.
Full Changelog: v4.3.0...v5.0.0