A couple of questions were floating around in my head while putting together the PHP library, especially having come across the semver spec <http://semver.org/>.
What is the correspondence between the Avro Spec version number and the library release version number? Currently there's a release candidate for 1.4.0. The current spec is version 1.3.3. Is there a spec for 1.4.0 somewhere, or is it just what's implemented in the code? What is the procedure for providing updated releases which provide only bug fixes or further compliance for a particular spec version, rather than against current? Considering the different language libraries have varying bugs and spec compliance, it would be nice to be able to, say, provide bug fixes or further spec compliance, recognizing that it's just a bug fix release. Cheers, Michael Glaesemann grzm seespotcode net
