-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathRELEASE.txt
More file actions
24 lines (20 loc) · 776 Bytes
/
RELEASE.txt
File metadata and controls
24 lines (20 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Please Read:
https://packaging.python.org/tutorials/distributing-packages/
rmdir /s /q dist
python -m build
python -m twine upload dist/*
1.1.0
* updated request header to source X_CSRF_TOKEN from environment "COSMOS_X_CSRF_TOKEN"
default is equal to "SuperSecret"
* added some unit tests
2.0.0
* no more `import ballcosmos.script` use `import ballcosmos`
* cmd_tlm_server global is renamed to CTS and replay_mode_flag is now RMF
* renamed jsonDrbObejct to Connection
* changed Connection retry, disconnect, and shutdown logic
* created new exceptions, they still extend RuntimeError
* more environment variables see docs or ballcosmos.environment
* updated the _cmd function to work
* python Black format
2.0.1
* Make *expression apis able to use all cosmos functionality