Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 7daf0fd

Browse files
chore(main): release 1.0.0
1 parent c2f8e05 commit 7daf0fd

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-01-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Keep PascalCase for names in schema...
9+
* Refactor most parts of the bundle.
10+
11+
### Features
12+
13+
* Add defaults for Avro schema configuration ([c16d4a3](https://github.com/geekcell/kafka-symfony-bundle/commit/c16d4a3aac95f03e1a9affc0036983aa2eb59895))
14+
* Add initial implementation. ([2c2df6f](https://github.com/geekcell/kafka-symfony-bundle/commit/2c2df6fed2320d2c111dcbe9956215de60e65f0f))
15+
16+
17+
### Bug Fixes
18+
19+
* Add missing `$eventClass` as constructor arg ([f48868d](https://github.com/geekcell/kafka-symfony-bundle/commit/f48868d4e2dffcf492f710e13a5d386d39b6b113))
20+
21+
22+
### Code Refactoring
23+
24+
* Keep PascalCase for names in schema... ([f8ec2d0](https://github.com/geekcell/kafka-symfony-bundle/commit/f8ec2d0a5399ca747c747b98b3e09f55d9de6c52))
25+
* Refactor most parts of the bundle. ([aec4b5d](https://github.com/geekcell/kafka-symfony-bundle/commit/aec4b5d993c0cddc4059f3497b660fb16621d580))
26+
27+
28+
### Miscellaneous Chores
29+
30+
* Add PHP CS fixes ([e275282](https://github.com/geekcell/kafka-symfony-bundle/commit/e2752824a7ff5e8349f24f1c60f88e3ce174abc8))
31+
* **consistency:** Rename event handler ([aaea75d](https://github.com/geekcell/kafka-symfony-bundle/commit/aaea75d3c16f739b9bd399ba5855e23a40561742))
32+
* Set default value for `bootstrap.servers` ([ff79732](https://github.com/geekcell/kafka-symfony-bundle/commit/ff79732321fd271232632e373403cbdebf425845))

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"email": "pascal.cremer@geekcell.io"
99
}
1010
],
11-
"version": "0.1.0",
11+
"version": "1.0.0",
1212
"require": {
1313
"php": "^8.0",
1414
"ext-rdkafka": "*",

0 commit comments

Comments
 (0)