Skip to content

Releases: switchboardpy/switchboard

1.3.1

17 Jun 21:25
Compare
Choose a tag to compare
  • Setup Switchboard as an embeddable WSGI app.
  • More multithreading fixes.
  • Improve documentation on the example app and integrating Switchboard.
  • Add a functional test suite to run through admin UI.
  • Update to produce wheels and use twine for uploading.

1.2.3

17 Mar 17:35
Compare
Choose a tag to compare

Minor bug fixes:

  • Fixes race condition when auto creating new switches that would result in duplicate switches being created.
  • Additional error handling and logging in place should the local, in-memory cache be null when attempting to check a switch.

1.2.2

17 Feb 14:27
Compare
Choose a tag to compare

This release adds documentation and fixes a complaint in pip installs.

  • Switchboard now has something resembling docs at http://switchboard.readthedocs.org/ - improving these will be an ongoing focus for the next several months.
  • Pip was complaining because there was a non-existent directory listed in the manifest. Directory removed.