Skip to content

2.7.0

Compare
Choose a tag to compare
@robyww robyww released this 16 Jul 15:46
· 52 commits to master since this release
0571da2

firefly_client 2.7.0

Release Notes:

  • Add support for shortcut keys in add_extension()
  • Fixed bug with "launch external tab" from lab
  • DM-29655: fixed but with giving wrong url display_url()
  • method to reopen a close lab tab show_lab_tab()
  • Improved JSON error handling
  • Improved debug support, set debug mode with FireflyClient._debug = True

Internal improvements:

  • More testing code
  • Massive clean up of constructor and factory methods
  • Broke up firefly_client into 4 files
    • main code, api unchanged
    • env.py - all evironmental access in one place
    • fc_utils.py - simple utils used thoughout code
    • fcws.py - handles web socket callbacks
    • range_values.py - handle range values serilaization and deserilaization