Skip to content
This repository has been archived by the owner on May 11, 2019. It is now read-only.

Release Notes

MarkDavidson edited this page Dec 9, 2014 · 7 revisions

All information on this page has been deprecated.

Please see YETI on readthedocs.org Note that the transition to ReadTheDocs is a work in progress. If you are able to find something of interest in the below links that isn't on yeti.readthedocs.org, send us a message at [email protected] and we'll update it shortly!


v1.1.0 | diff

  • Updated existing services to support TAXII v1.1
  • Updated libtaxii dependency to v1.1.101
  • Various bug fixes

v1.0.3 | diff

  • Log output cleanup
  • User-input values in log messages are whitespace-normalized and html-escaped
  • General code cleanup and improved exception handling

v1.0.2 | diff

  • Implemented Discovery service
  • PEP8 cleanup and better error handling in scripts/poll_client.py (thanks @2xyo!)
  • Reorganization of taxii_services package structure
  • Added exception processing middleware to better log internal server errors while still transmitting TAXII response messages

v1.0.1 | diff

  • Fixed issues where timestamp information wasn't being parsed correctly by scripts/poll_client.py
  • Fixed bug that caused an internal server error when Poll service received a request with an end_timestamp value

v1.0.0

This version represents the first release of YETI! YETI is a proof-of-concept implementation of TAXII v1.0 that aims to help developers better understand TAXII and help to develop and test TAXII applications.

  • Support for Poll and Inbox services
  • Admin interface for editing content
  • Inbox and Poll client scripts bundled with distribution