unicorn-binance-trailing-stop-loss Change Log¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
How to upgrade to the latest version!
1.3.1.dev (development stage/unreleased/unstable)¶
1.3.1¶
Changed¶
Bumped minimum
unicorn-binance-websocket-apidependency from>=2.1.1to>=2.12.2insetup.py,requirements.txt,pyproject.toml,environment.ymlandmeta.yaml. 2.12.2 is the cleanup-round UBWA release; also adds support for features relied on since UBWA 2.12.Replaced all remaining
lucit.techURLs in source files, tests and config with their github.com / github.io equivalents:Package headers (
manager.py,cli.py,__init__.py,unittest_binance_trailing_stop_loss.py,example_binance_trailing_stop_loss.py,dev/set_version.py): project website, docs URL, changelog URL and setup.py/pyproject.toml project_urls..github/ISSUE_TEMPLATE/config.yml: documentation link..github/FUNDING.yml:shop.lucit.services→github.com/sponsors/oliver-zehentleitner.SECURITY.md: replaced the lucit.tech contact form URL with the GitHub Security Advisories private-reporting URL.CODE_OF_CONDUCT.md: replaced the lucit.tech contact form URL with the project maintainer’s GitHub profile.
README: switched all conda references from the legacy
lucitchannel toconda-forge. Added conda-forge version / downloads / feedstock build badges. Replaced the old multi-channel install block with a singleconda install -c conda-forge unicorn-binance-trailing-stop-loss.README: reworded the PyPy paragraph to “PyPy wheels are available for all supported Python versions.” The old wording made sense when we shipped wheels for pre-3.9 CPython. Also dropped the stale “Anaconda packages are available from Python version 3.9 and higher” line.
Removed the “Build and Publish Anaconda” badge from the header and updated the “Packages are created automatically” section to reflect that conda packaging is handled by the conda-forge feedstock.
Aligned dependency lists across
requirements.txt,setup.py,pyproject.toml,environment.ymlandmeta.yamlusingsetup.pyas the source of truth. Added explicit>=2.2.0/>=2.1.1pins onunicorn-binance-rest-api/unicorn-binance-websocket-apiinenvironment.yml(they had no constraint).environment.yml: dropped thelucitanddefaultschannels; removedlucit::prefixes on suite deps.meta.yaml: removed the leftoverchannels:anddependencies:blocks (they areenvironment.ymlkeys, not valid inmeta.yaml). Dropped thelucit::channel prefixes from suite deps. Re-embedded the currentREADME.mdintoabout.description.
Fixed¶
Added
MANIFEST.inso the source tarball on PyPI actually ships the Python sources of the package. Previously onlysetup.pywas included which made the sdist unbuildable (e.g. conda-forge builds from sdist).
Removed¶
.github/workflows/build_conda.yml: the conda-forge feedstock (conda-forge/unicorn-binance-trailing-stop-loss-feedstock) now builds and publishes the conda package; no in-repo build is needed.
1.3.0¶
Added¶
Readable error messages for invalid or missing config files (closes #20)
Unit tests now run on all supported Python versions (3.9-3.14)
Changed¶
License changed back from LSOSL to MIT
Author/copyright updated to Oliver Zehentleitner
GitHub URLs migrated from
LUCIT-Systems-and-Developmenttooliver-zehentleitnerMinimum Python version raised from 3.7 to 3.9, added support up to 3.14
CLI help output streamlined, removed LUCIT branding
build_wheels.yml: Fixed artifact upload so Linux and Mac wheels are published to PyPI (not just Windows); added explicit
CIBW_BUILDfor Python 3.9-3.14; upgradedcibuildwheeltov3.4.1; updated runner OS toubuntu-24.04/windows-2025/macos-14Unit tests switched to
binance.usexchange for CI compatibility
Removed¶
LUCIT licensing dependency (
lucit-licensing-python,LucitLicensingManager)licensing_manager.pyandlicensing_exceptions.pyGitter references (service is dead)
LUCIT branding from README, meta.yaml, CLI, badges, and all source file headers
1.1.0¶
Added¶
manager.is_manager_stopping()Support for “binance.com”
1.0.0¶
Added¶
Additional info for a better user experience
Support for Python 3.11 and 3.12
Integration of the
lucit-licensing-pythonlibrary for verifying the UNICORN Binance Suite license. A license can be purchased in the LUCIT Online Shop: https://shop.lucit.services/software/unicorn-binance-suiteLicense change from MIT to LSOSL - LUCIT Synergetic Open Source License: https://github.com/oliver-zehentleitner/unicorn-binance-trailing-stop-loss/blob/master/LICENSE
Conversion to a C++ compiled Cython package with precompiled as well as PyPy and source code wheels.
Setup of a “Trusted Publisher” deployment chain. The source code is transparently packaged into wheels directly from the GitHub repository by a GitHub action for all possible platforms and published directly as a new release on GitHub and PyPi. A second process from Conda-Forge then uploads it to Anaconda. Thus, the entire deployment process is transparent and the user can be sure that the compilation of a version fully corresponds to the source code.
Support for
with-context.
0.8.0¶
Added¶
Parameter
installupdate(only available in Bot mode)
Fixed¶
Create logfile parent dir if not exists
Handling exceptions while opening a non existing ini file
Bug in test “streams”
0.7.1¶
Fixed¶
self.testnot iterable as None type
0.7.0¶
Added¶
engineparameter to manager class and integratejump-in-and-trailmode tomanager.pyParameter
stop_loss_start_limit,callback_partially_filled,ubra_managerandubwa_managertomanager.pySupport for
binance.com,binance.com-testnet,binance.com-futures,binance.com-isolated_margin,binance.com-marginlistopenordersandcancelopenordersto cli interfaceTest
streams
Changed¶
manager.py.calculate_stop_loss_price()is a static method nowInstead of creating two ubwa instances we use the new stream specific
process_stream_dataparameter within one instancestoplossmarketandstop_loss_markettomarket
Renamed¶
cli.py:
load_examples_ini_from_git_hub()toload_examples_ini_from_github()
0.6.0¶
Added¶
Parameter
-- createconfiginito cli interfaceParameter
-- createprofilesinito cli interfaceParameter
-- openconfiginito cli interfaceParameter
-- openprofilesinito cli interfaceParameter
-- exampleto cli interfacecli.load_examples_ini_from_git_hub()
Changed¶
ini files are no longer included into setup files of standalone versions
Messages of test notification are now specific not general
0.5.0¶
Added¶
Warn on updates parameter
configandpandasto dependencies
Changed¶
CLI help msg
Config file path to {home}/.lucit/ubtsl_*.ini
Fixed¶
Ignore missing ubtsl_profile.ini if test is not None
Optionalbracket inmanager.get_exchange_info()Using
\as path separator in windows
0.4.2¶
Fixed¶
Module name for console_scripts in setup.py
0.4.1¶
Fixed¶
Installation via PIP on Windows
0.4.0¶
Changed¶
Many updates in the command line interface
ubtsl
0.3.0¶
Added¶
Parameter
testto lib and cli. Supported mode is “notification” to test email and telegram notifications.Parameter
print_notificatons. If True the lib is printing user friendly information to terminal.Count profit to CLI interface
General output to CLI interface
Changed¶
Returning order details instead of text msg to callback_finished function
Fixed¶
Control notification settings to avoid exceptions
0.2.0¶
CLI update
0.1.2¶
General updates
0.1.1¶
General updates
0.1.0¶
Init

