Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

77 lines (50 loc) · 2.99 KB

0.3.0 (2023-01-13)

Prelude

Maintenance release where we focus more on updating the current code and less on new features

The main new features to look for is the updated docker-compose.yml solution

Second major feature is the new maniphest app where we can query, add comment and create a batch of tasks from config file

Upgrade notes

  • Python support bumped up to minimum version of python 3.9

New features

  • Add in dependabot support to check for new python packages
  • #51 - Add support for rendering a batch of tickets and bulk create tickets at one time
  • Update support and logging feature to be more modern and better configurable from CLI
  • Added new dependency jinja2

0.2.0 (2022-03-17)

Prelude

Update to accommodate new Python versions and updated dependencies.

Upgrade Notes

  • Python 2.7 support has been dropped. The minimum version of Python now supported by Phabfive is version 3.8.

Bug Fixes

  • #40 - Update to anyconfig API >= 0.10.0

0.1.0 (2019-11-01)

Prelude

Initial release of Phabfive.

Supported Phabricator app endpoints:

  • passphrase
  • diffusion
  • paste
  • user

New Features

  • #23 - Function to get clone uri(s) from repo
  • #22 - Functionality to create Paste
  • #21 - Raise exception when Conduit access is not accepted for Passphrase
  • #20 - Add functionality to edit URI
  • #19 - Feature/edit uri
  • #16 - Feature/observe repositories
  • #14 - Print data from user.whoami
  • #12 - Errors now print to stderr
  • #11 - Default to only listing active repositories
  • #10 - Adding shortName
  • #9 - Feature/get specified paste
  • #8 - Repositories can now be created
  • #6 - Avoid string default
  • #5 - Pastes can now be listed, sort based on title
  • #3 - Added Paste app

Other Notes

  • #24 - Enable RTD build and docs updates
  • #18 - Add code coverage to tox
  • #17 - Proper flake8 with Black
  • #4 - Add encrypted notification config to .travis.yml
  • #2 - Black-linting
  • #1 - Added travis