Skip to content

Releases: sio/LibPQ

Version 1.3.0

27 Jul 08:50
@sio sio
Compare
Choose a tag to compare

This release accumulates a number of small changes over the past two years and highlights a significant improvement in LibPQ development: now we have a CI pipeline!

See RELEASES.md for a detailed changelog.

Version 1.2.0

19 Mar 18:02
@sio sio
Compare
Choose a tag to compare

This release adds a few minor improvements regarding the unit testing
framework.

The library has been in regular use for more than a year already and has
proven to be very stable and had required very little maintenance. Author
recommends it for use in any suitable task.

New features

  • Support for fact based unit tests
  • Support unlimited number of test runners for different test suite types with
    UnitTest.Discover. Runner is determined
    based on the value of LibPQ.TestSuite meta field. Test runners have to be
    API compatible with the reference implementation
    (UnitTest.Run)

Other changes

  • Test code was moved into a separate directory (#15)

Version 1.1.0

11 Jul 12:25
@sio sio
Compare
Choose a tag to compare

This release adds a few minor features.

The library has been around for half a year already. The author has been using
it regularly to create new reports and refresh existing ones, no significant
issues had arisen. The project is considered suitable for daily use.

New features

New modules

Version 1.0.0

21 Feb 19:44
@sio sio
Compare
Choose a tag to compare

This is the first release of LibPQ. The library and the loader are considered feature full and stable.

Most of the features are described in the README and in documentation. Introductory overview is available at author's blog.

New features