bunny icon indicating copy to clipboard operation
bunny copied to clipboard

Missing changelog / upgrade guide

Open enumag opened this issue 7 years ago • 3 comments

@jakubkulhan I can't find any changelog or upgrade guide for this repository. Except git history of course but I don't have time to study everything to see if there were any BC breaks. There are no release notes to look at either.

I'd like to use newer bunny in enqueue/amqp-bunny but when asked if bunny 0.3 or 0.4 have any BC breaks I have no way to answer that question.

enumag avatar May 23 '18 10:05 enumag

There were no API changes. In version 0.3 react/promise was upgraded with fixes to its uses. In version 0.4 support for PHP < 7.0 was dropped.

jakubkulhan avatar May 24 '18 07:05 jakubkulhan

Thanks. Still I want to suggest adding release notes to each tag with the new features and bugfixes.

enumag avatar May 24 '18 07:05 enumag

Indeed, a CHANGELOG.md would be very cool. Also a note if this library is released using the Semantic Versioning would be great.

Linking to one of my projects, I am always writing the line "The current change log can be found here." in my README.md which is linked to the CHANGELOG.md.

The changelog is also good to have a central place (outside github) for upcoming features or known issues (at least that is how I am using it ;-)).

stevleibelt avatar Jun 27 '18 07:06 stevleibelt