That's right. We only have a single release artifact - the zk tar file that contains the server, clients, etc... We create release notes for that. If you want finer granularity you can get that from either jira or svn - there is a "c client" component for example in jira. Or svn logs for just the src/c tree (the c client).
Patrick On Thu, Feb 4, 2016 at 5:09 PM, Brent <[email protected]> wrote: > So those release notes apply not just to the ZooKeeper server package, but > also to the client library JAR file I get from, for example, the central > Maven repo? There's no way to separate the notes out so I can see changes > for only one of the products (the client library)? > > -------------------- > From: Patrick Hunt <[email protected]> > Date: Thu, Feb 4, 2016 at 3:13 PM > Subject: Re: ZooKeeper JAR release notes > To: UserZooKeeper <[email protected]> > > > Look at the release notes might be easiest e.g. > http://zookeeper.apache.org/doc/r3.4.6/releasenotes.html > > Other options include doing a JIRA query or "svn log". It's all public. > > Patrick > > On Thu, Feb 4, 2016 at 3:06 PM, Brent <[email protected]> wrote: >> Is there any way to discover what changes/fixes have been made to each >> ZooKeeper JAR release? I'm currently using 3.4.3 and would like to know >> what I'd gain by moving to the newest version (and more specifically, >> whether it'd resolve an issue I'm seeing in my application). >> >> Actually, I'd also like to find the same info for the C++ client library. > I >> do see that there are general ZooKeeper release notes with lists of Jira >> tickets for each release, but I'm assuming those apply to the ZooKeeper >> server, rather than the client libraries. >> >> Thanks, >> Brent
