Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An automated release has been created for you. --- ## [3.0.0](v2.6.2...v3.0.0) (2023-11-05) ### ⚠ BREAKING CHANGES * `Kafee.Producer` configuration is done differently to match how `Kafee.Consumer` works. * the use of "backend" has been renamed to "adapter" * `Kafee.Testing` is now reworked to `Kafee.Test` ### Features * [SRE-515] use testing pid for better kafka produce testing ([#58](#58)) ([cae7bce](cae7bce)) * [SRE-517] create a consumer module ([#63](#63)) ([d012734](d012734)) * [SRE-518] setup encoder decoder modules ([#62](#62)) ([b494049](b494049)) * Integrate data-streams into kafee producer ([#52](#52)) ([ffdd5da](ffdd5da)) * Update producer to match consumer style ([#70](#70)) ([39fc85a](39fc85a)) ### Bug Fixes * Fix consumer directory name typo ([#71](#71)) ([44de1d6](44de1d6)) ### Miscellaneous * **deps:** Update outdated dependencies ([#59](#59)) ([5439acb](5439acb)) * **main:** Release 3.0.0 ([#60](#60)) ([3c1b238](3c1b238)) * Sync files with stordco/common-config-elixir ([#72](#72)) ([2d458ba](2d458ba)) * Update backend copy to adapter to align with Elixir more ([#69](#69)) ([1c2da6b](1c2da6b)) * Update codeowners ([#61](#61)) ([10f0290](10f0290)) * Update codeowners ([#65](#65)) ([e352bc6](e352bc6)) * Update README code examples ([#64](#64)) ([50bed75](50bed75)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). [SRE-515]: https://stord.atlassian.net/browse/SRE-515?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [SRE-517]: https://stord.atlassian.net/browse/SRE-517?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [SRE-518]: https://stord.atlassian.net/browse/SRE-518?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
- Loading branch information