Skip to content

Releases: sio/LibPQ

Version 1.3.0

Choose a tag to compare

@sio sio released this 27 Jul 08:50

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

Choose a tag to compare

@sio sio released this 19 Mar 18:02

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

Choose a tag to compare

@sio sio released this 11 Jul 12:25

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

Choose a tag to compare

@sio sio released this 21 Feb 19:44

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