12. Changelog

12.1. Current Major release

12.1.1. 3.0.0 (2019-02-21)

  • rewrite: Fourth rewrite and redesign (started 2018-09-01)
  • todo: No workflows done as of yet, planned for 3.1.0
  • todo: No command line interfaces done as of yet, planned for 3.2.0
  • enhancement: Support REST and SOAP API types
  • enhancement: Uses pip for all dependencies, no more bundled libraries
  • enhancement: Package listed on pypi to allow for pip install
  • enhancement: Docs now hosted on readthedocs
  • enhancement: Support for Python v2.7.x and Python v3.7.x
  • enhancement: Modularity everywhere - no more tightly bundled objects that do everything
  • enhancement: SSL Certification validation now built-in and required
  • enhancement: Specialized prompting module for getting user input from console
  • enhancement: Specialized SSL cert module for getting SSL Certs in PEM format and displaying their contents in a human friendly way (like a browser)

12.1.2. Commit history

  • A typo was not a typo. by Jim Olsen at 2019-02-22 22:52:34

    I need to wake up.

  • typo in coverage ignores by Jim Olsen at 2019-02-22 22:39:01
  • add codecov badges and yaml by Jim Olsen at 2019-02-22 22:30:29
  • typo fix by Jim Olsen at 2019-02-22 22:07:57
  • add black and vuln to doc index by Jim Olsen at 2019-02-22 22:03:57
  • Add Tanium to doc nav bar by Jim Olsen at 2019-02-22 22:01:29
  • add vuln badge by Jim Olsen at 2019-02-22 21:56:30
  • typo fix by Jim Olsen at 2019-02-22 21:03:07
  • First push to public repo of 3.0.0 by Jim Olsen at 2019-02-22 20:56:15
  • First push to public repo of 3.0.0 by Jim Olsen at 2019-02-22 20:56:02

12.2. Older Major releases

12.2.1. 2.0.0 (2015-08-07)

  • rewrite: Third rewrite and redesign
  • Added Tanium Platform v6.2 and v6.5 support
  • Automated API workflow capture
  • Automated API examples
  • Much more

12.2.2. 1.0.0 (2014-12-01)

  • rewrite: Second rewrite and redesign
  • Added more and better workflows
  • Re-worked command line interface
  • More and better docs

12.2.3. 0.0.5 (2014-11-05)

  • rewrite: First rewrite and redesign
  • Initial testing framework added

12.2.4. 0.0.1 (2014-10-10)

  • initial: Birth of PyTan!
  • Only Tanium Platform v6.0 supported