Skip to content

Releases: TheFriendlyCoder/pyjen

1.1.0

15 Dec 22:56
de6f87a

Choose a tag to compare

Added setter for build description to API

Bug fix

27 Nov 14:15
bd39d71

Choose a tag to compare

Fixed bug with changeset class and added properties to get revision number and affected files

License update

17 Aug 03:00
fb3dda6

Choose a tag to compare

Changed license to be more friendly for corporate use
Optimized testing resources in CI test runner

Tagged release

03 Jul 14:22
3ebf3de

Choose a tag to compare

Added URL property to build class

First major release!

27 May 15:22

Choose a tag to compare

We've spent a great deal of time over the past few months cleaning up the PyJen APIs, implementation, etc. improving the readability, test coverage, etc. The changes are too numerous to mention. Suffice it to say, this is a non-backwards-compatible release hence the bump in the major version number. Users of the old 0.x version will need to review the users guide and API docs to learn how to migrate any scripts they may have to use this new version.

Fixed version definition

06 Feb 18:10
286c2d1

Choose a tag to compare

Fixed bug in version definition to allow library to work in environments not managed by setuptools.

fixed bug with previous release build

14 Dec 03:29

Choose a tag to compare

Pre-release
0.0.13dev

fixed version check

Fixed versioning

14 Dec 02:38

Choose a tag to compare

Fixed versioning Pre-release
Pre-release
0.0.12dev

excluded unit tests from package

Numerous features and performance improvements

24 May 13:19

Choose a tag to compare

Enhanced performance of several API methods leveraging prototype REST data caching logic.
Added support for instantiating abstract PyJen objects to avoid unnecessary hits to the REST API.
Integrated project with Travis CI.
Numerous other implementation improvements and cleanup.

Minor improvements and bug fixes

25 Mar 18:47

Choose a tag to compare

Pre-release

Added method to gather metrics about views
Fixed a couple of bugs with view and job creation methods