On 24 September 2013 14:44, Witold E Wolski <[email protected]> wrote: > Mateusz, > > Are there many API changes from 3.0 to 4.0? > Is this somewhere documented?
Not yet. At the moment master (current released version) and develop branches are more or less equivalent, feature-wise. The develop, has got new source tree layout and is undergoing some organising and preparation for buried headers, new tests and merging of numerous outstanding pull requests, etc. Some of pull requests have been assigned to 4.0.0 milestone: https://github.com/SOCI/soci/issues?milestone=1 Other features planned have been listed here: https://github.com/SOCI/soci/wiki/Roadmap I have to say, there is lots of wishes planned to come true for SOCI 4.0.0, so the time-to-market depends on the manpower we've got. > Is the 4.0 branch usable (beta)? does it include sqlite support? There is no separate branch, as SOCI 4 works is happening in the develop. But, as I mentioned, not many new features have been merged, most of them are 1) dangling as pull requests waiting to be reviewed and merge (browse them at GitHub) 2) not yet started > I am just starting integrating soci in my project so I could go for soci 4.0 The release date of 4.0.0 has not been set, so I'd suggest you to stick to SOCI 3.x, The latest 3.x version is always available from the master branch, until 4.0.0 is released and merged to master. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net "Participation in this whole process is a form of torture" ~~ Szalony ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
