2.7.0
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 placefc_utils.py
- simple utils used thoughout codefcws.py
- handles web socket callbacksrange_values.py
- handle range values serilaization and deserilaization