Releases: TheFriendlyCoder/pyjen
1.1.0
Bug fix
Fixed bug with changeset class and added properties to get revision number and affected files
License update
Changed license to be more friendly for corporate use
Optimized testing resources in CI test runner
Tagged release
Added URL property to build class
First major release!
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
Fixed bug in version definition to allow library to work in environments not managed by setuptools.
fixed bug with previous release build
0.0.13dev fixed version check
Fixed versioning
0.0.12dev excluded unit tests from package
Numerous features and performance improvements
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
Added method to gather metrics about views
Fixed a couple of bugs with view and job creation methods